Back to Flink Documentation

A B C D E F G H I J K L M N O P Q R S T U V W X Y 

A

abort() - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
 
abort() - Method in class org.apache.flink.runtime.operators.hash.BuildFirstHashMatchIterator
 
abort() - Method in class org.apache.flink.runtime.operators.hash.BuildSecondHashMatchIterator
 
abort() - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable
 
abort() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
abort() - Method in class org.apache.flink.runtime.operators.sort.MergeMatchIterator
 
abort() - Method in interface org.apache.flink.runtime.operators.util.JoinTaskIterator
Aborts the matching process.
AbstractCachedBuildSideMatchDriver<IT1,IT2,OT> - Class in org.apache.flink.runtime.operators
 
AbstractCachedBuildSideMatchDriver(int, int) - Constructor for class org.apache.flink.runtime.operators.AbstractCachedBuildSideMatchDriver
 
AbstractEvent - Class in org.apache.flink.runtime.event.job
An abstract event is transmitted from the job manager to the job client in order to inform the user about the job progress
AbstractEvent() - Constructor for class org.apache.flink.runtime.event.job.AbstractEvent
Constructs a new abstract event object.
AbstractEvent(long) - Constructor for class org.apache.flink.runtime.event.job.AbstractEvent
Constructs a new abstract event object.
AbstractEvent - Class in org.apache.flink.runtime.event.task
This type of event can be used to exchange notification messages between different TaskManager objects at runtime using the communication channels.
AbstractEvent() - Constructor for class org.apache.flink.runtime.event.task.AbstractEvent
 
AbstractHashTableProber<PT,BT> - Class in org.apache.flink.runtime.operators.hash
 
AbstractHashTableProber(TypeComparator<PT>, TypePairComparator<PT, BT>) - Constructor for class org.apache.flink.runtime.operators.hash.AbstractHashTableProber
 
AbstractID - Class in org.apache.flink.runtime
A statistically unique identification number.
AbstractID(byte[]) - Constructor for class org.apache.flink.runtime.AbstractID
Constructs a new ID with a specific bytes value.
AbstractID(long, long) - Constructor for class org.apache.flink.runtime.AbstractID
Constructs a new abstract ID.
AbstractID(AbstractID) - Constructor for class org.apache.flink.runtime.AbstractID
Creates a new abstract ID from the given one.
AbstractID() - Constructor for class org.apache.flink.runtime.AbstractID
Constructs a new random ID from a uniform distribution.
AbstractInvokable - Class in org.apache.flink.runtime.jobgraph.tasks
Abstract base class for every task class in Flink.
AbstractInvokable() - Constructor for class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
 
AbstractIterativePactTask<S extends Function,OT> - Class in org.apache.flink.runtime.iterative.task
The base class for all tasks able to participate in an iteration.
AbstractIterativePactTask() - Constructor for class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
AbstractJobResult - Class in org.apache.flink.runtime.client
A AbstractJobResult is the super class of all results to report the job operation.
AbstractJobResult(AbstractJobResult.ReturnCode, String) - Constructor for class org.apache.flink.runtime.client.AbstractJobResult
Constructs a new abstract job result object and sets the description.
AbstractJobResult() - Constructor for class org.apache.flink.runtime.client.AbstractJobResult
Construct a new abstract job result object.
AbstractJobResult.ReturnCode - Enum in org.apache.flink.runtime.client
The possible return codes for a job operation.
AbstractJobVertex - Class in org.apache.flink.runtime.jobgraph
An abstract base class for a job vertex.
AbstractJobVertex(String) - Constructor for class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Constructs a new job vertex and assigns it with the given name.
AbstractJobVertex(String, JobVertexID) - Constructor for class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Constructs a new job vertex and assigns it with the given name.
AbstractJoinDescriptor - Class in org.apache.flink.compiler.operators
Defines the possible global properties for a join.
AbstractJoinDescriptor(FieldList, FieldList) - Constructor for class org.apache.flink.compiler.operators.AbstractJoinDescriptor
 
AbstractJoinDescriptor(FieldList, FieldList, boolean, boolean, boolean) - Constructor for class org.apache.flink.compiler.operators.AbstractJoinDescriptor
 
AbstractMutableHashTable<T> - Class in org.apache.flink.runtime.operators.hash
 
AbstractMutableHashTable(TypeSerializer<T>, TypeComparator<T>) - Constructor for class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
 
AbstractOperatorDescriptor - Interface in org.apache.flink.compiler.operators
The root of all descriptions of an operator to the optimizer.
AbstractPagedInputView - Class in org.apache.flink.runtime.memorymanager
The base class for all input views that are backed by multiple memory pages.
AbstractPagedInputView(MemorySegment, int, int) - Constructor for class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
Creates a new view that starts with the given segment.
AbstractPagedInputView(int) - Constructor for class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
Creates a new view that is initially not bound to a memory segment.
AbstractPagedOutputView - Class in org.apache.flink.runtime.memorymanager
The base class for all output views that are backed by multiple memory pages.
AbstractPagedOutputView(MemorySegment, int, int) - Constructor for class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
Creates a new output view that writes initially to the given initial segment.
AbstractPagedOutputView(int, int) - Constructor for class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
AbstractPartialSolutionNode - Class in org.apache.flink.compiler.dag
The optimizer's internal representation of the partial solution that is input to a bulk iteration.
AbstractPartialSolutionNode(Operator<?>) - Constructor for class org.apache.flink.compiler.dag.AbstractPartialSolutionNode
 
AbstractRecordReader - Class in org.apache.flink.runtime.io.network.api
This is an abstract base class for a record reader, either dealing with mutable or immutable records, and dealing with reads from single gates (single end points) or multiple gates (union).
AbstractRecordReader() - Constructor for class org.apache.flink.runtime.io.network.api.AbstractRecordReader
 
AbstractRichFunction - Class in org.apache.flink.api.common.functions
An abstract stub implementation for rich user-defined functions.
AbstractRichFunction() - Constructor for class org.apache.flink.api.common.functions.AbstractRichFunction
 
AbstractSchema<X> - Class in org.apache.flink.compiler.postpass
 
AbstractSchema() - Constructor for class org.apache.flink.compiler.postpass.AbstractSchema
 
AbstractSingleGateRecordReader<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.api
This is an abstract base class for a record reader, either dealing with mutable or immutable records.
AbstractSingleGateRecordReader(AbstractInvokable) - Constructor for class org.apache.flink.runtime.io.network.api.AbstractSingleGateRecordReader
 
AbstractTaskEvent - Class in org.apache.flink.runtime.event.task
This type of event can be used to exchange notification messages between different tasks at runtime using the existing communication channels.
AbstractTaskEvent() - Constructor for class org.apache.flink.runtime.event.task.AbstractTaskEvent
 
AbstractTestBase - Class in org.apache.flink.test.util
 
AbstractTestBase(Configuration) - Constructor for class org.apache.flink.test.util.AbstractTestBase
 
AbstractUdfOperator<OUT,FT extends Function> - Class in org.apache.flink.api.common.operators
Abstract superclass for all contracts that represent actual operators.
AbstractUdfOperator(UserCodeWrapper<FT>, OperatorInformation<OUT>, String) - Constructor for class org.apache.flink.api.common.operators.AbstractUdfOperator
Creates a new abstract operator with the given name wrapping the given user function.
AbstractUnionRecordReader<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.api
 
AbstractUnionRecordReader(MutableRecordReader<T>[]) - Constructor for class org.apache.flink.runtime.io.network.api.AbstractUnionRecordReader
Constructs a new mutable union record reader.
accept(Visitor<Operator<?>>) - Method in class org.apache.flink.api.common.operators.base.BulkIterationBase.PartialSolutionPlaceHolder
 
accept(Visitor<Operator<?>>) - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase.SolutionSetPlaceHolder
 
accept(Visitor<Operator<?>>) - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase.WorksetPlaceHolder
 
accept(Visitor<Operator<?>>) - Method in class org.apache.flink.api.common.operators.DualInputOperator
 
accept(Visitor<Operator<?>>) - Method in class org.apache.flink.api.common.operators.GenericDataSinkBase
Accepts the visitor and applies it this instance.
accept(Visitor<Operator<?>>) - Method in class org.apache.flink.api.common.operators.GenericDataSourceBase
Accepts the visitor and applies it this instance.
accept(Visitor<Operator<?>>) - Method in class org.apache.flink.api.common.operators.SingleInputOperator
Accepts the visitor and applies it this instance.
accept(Visitor<Operator<?>>) - Method in class org.apache.flink.api.common.Plan
Traverses the job depth first from all data sinks on towards the sources.
accept(Visitor<OptimizerNode>) - Method in class org.apache.flink.compiler.dag.AbstractPartialSolutionNode
 
accept(Visitor<OptimizerNode>) - Method in class org.apache.flink.compiler.dag.DataSinkNode
 
accept(Visitor<OptimizerNode>) - Method in class org.apache.flink.compiler.dag.DataSourceNode
 
accept(Visitor<OptimizerNode>) - Method in class org.apache.flink.compiler.dag.OptimizerNode
This method implements the visit of a depth-first graph traversing visitor.
accept(Visitor<OptimizerNode>) - Method in class org.apache.flink.compiler.dag.SingleInputNode
 
accept(Visitor<OptimizerNode>) - Method in class org.apache.flink.compiler.dag.TwoInputNode
 
accept(Visitor<PlanNode>) - Method in class org.apache.flink.compiler.plan.BulkPartialSolutionPlanNode
 
accept(Visitor<PlanNode>) - Method in class org.apache.flink.compiler.plan.DualInputPlanNode
 
accept(Visitor<PlanNode>) - Method in class org.apache.flink.compiler.plan.NAryUnionPlanNode
 
accept(Visitor<PlanNode>) - Method in class org.apache.flink.compiler.plan.OptimizedPlan
Takes the given visitor and applies it top down to all nodes, starting at the sinks.
accept(Visitor<PlanNode>) - Method in class org.apache.flink.compiler.plan.SingleInputPlanNode
 
accept(Visitor<PlanNode>) - Method in class org.apache.flink.compiler.plan.SolutionSetPlanNode
 
accept(Visitor<PlanNode>) - Method in class org.apache.flink.compiler.plan.SourcePlanNode
 
accept(Visitor<PlanNode>) - Method in class org.apache.flink.compiler.plan.WorksetPlanNode
 
accept(Visitor<T>) - Method in interface org.apache.flink.util.Visitable
Contains the logic to invoke the visitor and continue the traversal.
acceptFile(FileStatus) - Method in class org.apache.flink.api.common.io.FileInputFormat
A simple hook to filter files and directories from the input.
acceptForStepFunction(Visitor<OptimizerNode>) - Method in class org.apache.flink.compiler.dag.BulkIterationNode
 
acceptForStepFunction(Visitor<OptimizerNode>) - Method in interface org.apache.flink.compiler.dag.IterationNode
 
acceptForStepFunction(Visitor<OptimizerNode>) - Method in class org.apache.flink.compiler.dag.WorksetIterationNode
 
acceptForStepFunction(Visitor<PlanNode>) - Method in class org.apache.flink.compiler.plan.BulkIterationPlanNode
 
acceptForStepFunction(Visitor<PlanNode>) - Method in interface org.apache.flink.compiler.plan.IterationPlanNode
 
acceptForStepFunction(Visitor<PlanNode>) - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
Accumulator<V,R> - Interface in org.apache.flink.api.common.accumulators
Interface for custom accumulator objects.
AccumulatorEvent - Class in org.apache.flink.runtime.accumulators
This class encapsulates a map of accumulators for a single job.
AccumulatorEvent() - Constructor for class org.apache.flink.runtime.accumulators.AccumulatorEvent
 
AccumulatorEvent(JobID, Map<String, Accumulator<?, ?>>) - Constructor for class org.apache.flink.runtime.accumulators.AccumulatorEvent
 
AccumulatorHelper - Class in org.apache.flink.api.common.accumulators
 
AccumulatorHelper() - Constructor for class org.apache.flink.api.common.accumulators.AccumulatorHelper
 
AccumulatorManager - Class in org.apache.flink.runtime.jobmanager.accumulators
This class manages the accumulators for different jobs.
AccumulatorManager(int) - Constructor for class org.apache.flink.runtime.jobmanager.accumulators.AccumulatorManager
 
AccumulatorProtocol - Interface in org.apache.flink.runtime.protocols
The accumulator protocol is implemented by the job manager.
AdaptiveSpanningRecordDeserializer<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.serialization
 
AdaptiveSpanningRecordDeserializer() - Constructor for class org.apache.flink.runtime.io.network.serialization.AdaptiveSpanningRecordDeserializer
 
add(V) - Method in interface org.apache.flink.api.common.accumulators.Accumulator
 
add(Double) - Method in class org.apache.flink.api.common.accumulators.DoubleCounter
 
add(Integer) - Method in class org.apache.flink.api.common.accumulators.Histogram
 
add(Integer) - Method in class org.apache.flink.api.common.accumulators.IntCounter
 
add(Long) - Method in class org.apache.flink.api.common.accumulators.LongCounter
 
add(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in class org.apache.flink.api.java.tuple.builder.Tuple10Builder
 
add(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) - Method in class org.apache.flink.api.java.tuple.builder.Tuple11Builder
 
add(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) - Method in class org.apache.flink.api.java.tuple.builder.Tuple12Builder
 
add(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) - Method in class org.apache.flink.api.java.tuple.builder.Tuple13Builder
 
add(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) - Method in class org.apache.flink.api.java.tuple.builder.Tuple14Builder
 
add(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) - Method in class org.apache.flink.api.java.tuple.builder.Tuple15Builder
 
add(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) - Method in class org.apache.flink.api.java.tuple.builder.Tuple16Builder
 
add(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) - Method in class org.apache.flink.api.java.tuple.builder.Tuple17Builder
 
add(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) - Method in class org.apache.flink.api.java.tuple.builder.Tuple18Builder
 
add(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) - Method in class org.apache.flink.api.java.tuple.builder.Tuple19Builder
 
add(T0) - Method in class org.apache.flink.api.java.tuple.builder.Tuple1Builder
 
add(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) - Method in class org.apache.flink.api.java.tuple.builder.Tuple20Builder
 
add(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) - Method in class org.apache.flink.api.java.tuple.builder.Tuple21Builder
 
add(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) - Method in class org.apache.flink.api.java.tuple.builder.Tuple22Builder
 
add(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22) - Method in class org.apache.flink.api.java.tuple.builder.Tuple23Builder
 
add(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23) - Method in class org.apache.flink.api.java.tuple.builder.Tuple24Builder
 
add(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24) - Method in class org.apache.flink.api.java.tuple.builder.Tuple25Builder
 
add(T0, T1) - Method in class org.apache.flink.api.java.tuple.builder.Tuple2Builder
 
add(T0, T1, T2) - Method in class org.apache.flink.api.java.tuple.builder.Tuple3Builder
 
add(T0, T1, T2, T3) - Method in class org.apache.flink.api.java.tuple.builder.Tuple4Builder
 
add(T0, T1, T2, T3, T4) - Method in class org.apache.flink.api.java.tuple.builder.Tuple5Builder
 
add(T0, T1, T2, T3, T4, T5) - Method in class org.apache.flink.api.java.tuple.builder.Tuple6Builder
 
add(T0, T1, T2, T3, T4, T5, T6) - Method in class org.apache.flink.api.java.tuple.builder.Tuple7Builder
 
add(T0, T1, T2, T3, T4, T5, T6, T7) - Method in class org.apache.flink.api.java.tuple.builder.Tuple8Builder
 
add(T0, T1, T2, T3, T4, T5, T6, T7, T8) - Method in class org.apache.flink.api.java.tuple.builder.Tuple9Builder
 
add(KMeans.Point) - Method in class org.apache.flink.examples.java.clustering.KMeans.Point
 
add(Integer) - Method in class org.apache.flink.examples.java.relational.EmptyFieldsCountAccumulator.VectorAccumulator
Increases the result vector component at the specified position by 1.
add(int) - Method in class org.apache.flink.runtime.util.IntArrayList
 
add(long) - Method in class org.apache.flink.runtime.util.LongArrayList
 
add(Object, Object) - Method in class org.apache.flink.streaming.api.function.aggregation.SumAggregationFunction
 
add(T) - Method in class org.apache.flink.streaming.state.CircularFifoList
 
add(Object) - Method in class org.apache.flink.streaming.state.NullableCircularBuffer
Adds the given element to this buffer.
add(int, V) - Method in class org.apache.flink.types.ListValue
 
add(V) - Method in class org.apache.flink.types.ListValue
 
addAccumulator(String, Accumulator<V, A>) - Method in interface org.apache.flink.api.common.functions.RuntimeContext
Add this accumulator.
addAccumulator(String, Accumulator<V, A>) - Method in class org.apache.flink.api.common.functions.util.RuntimeUDFContext
 
addAll(AggregatorRegistry) - Method in class org.apache.flink.api.common.aggregators.AggregatorRegistry
 
addAll(Configuration) - Method in class org.apache.flink.configuration.Configuration
 
addAll(Configuration, String) - Method in class org.apache.flink.configuration.Configuration
Adds all entries from the given configuration into this configuration.
addAll(Configuration) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
addAll(Configuration, String) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
addAll(Collection<? extends V>) - Method in class org.apache.flink.types.ListValue
 
addAll(int, Collection<? extends V>) - Method in class org.apache.flink.types.ListValue
 
addAllFields(int, List<CompositeType.FlatFieldDescriptor>) - Method in class org.apache.flink.api.java.typeutils.TupleTypeInfoBase
Recursively add all fields in this tuple type.
addArtificialDamCost(EstimateProvider, long, Costs) - Method in class org.apache.flink.compiler.costs.CostEstimator
 
addArtificialDamCost(EstimateProvider, long, Costs) - Method in class org.apache.flink.compiler.costs.DefaultCostEstimator
 
addBlockNestedLoopsCosts(EstimateProvider, EstimateProvider, long, Costs, int) - Method in class org.apache.flink.compiler.costs.CostEstimator
 
addBlockNestedLoopsCosts(EstimateProvider, EstimateProvider, long, Costs, int) - Method in class org.apache.flink.compiler.costs.DefaultCostEstimator
 
addBroadcastConnection(String, PactConnection) - Method in class org.apache.flink.compiler.dag.OptimizerNode
Adds the broadcast connection identified by the given name to this node.
addBroadcastCost(EstimateProvider, int, Costs) - Method in class org.apache.flink.compiler.costs.CostEstimator
 
addBroadcastCost(EstimateProvider, int, Costs) - Method in class org.apache.flink.compiler.costs.DefaultCostEstimator
 
addBroadcastInputToGroup(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
addBroadcastSetForMessagingFunction(String, DataSet<?>) - Method in class org.apache.flink.spargel.java.VertexCentricIteration
Adds a data set as a broadcast set to the messaging function.
addBroadcastSetForUpdateFunction(String, DataSet<?>) - Method in class org.apache.flink.spargel.java.VertexCentricIteration
Adds a data set as a broadcast set to the vertex update function.
addCachedHybridHashCosts(EstimateProvider, EstimateProvider, Costs, int) - Method in class org.apache.flink.compiler.costs.CostEstimator
 
addCachedHybridHashCosts(EstimateProvider, EstimateProvider, Costs, int) - Method in class org.apache.flink.compiler.costs.DefaultCostEstimator
Calculates the costs for the cached variant of the hybrid hash join.
addChainedTask(Class<? extends ChainedDriver>, TaskConfig, String) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
addClass(Class<?>) - Method in class org.apache.flink.runtime.util.JarFileCreator
Adds a Class object to the set of classes which shall eventually be included in the jar file.
addClosedBranch(OptimizerNode) - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
addClosedBranches(Set<OptimizerNode>) - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
addCoFunction(String, Function, TypeWrapper<IN1>, TypeWrapper<IN2>, TypeWrapper<OUT>, CoInvokable<IN1, IN2, OUT>) - Method in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
 
addCompareField(int, TypeComparator<?>) - Method in class org.apache.flink.api.common.typeutils.CompositeType
Add a field for comparison in this type.
addCompareField(int, TypeComparator<?>) - Method in class org.apache.flink.api.java.typeutils.PojoTypeInfo
 
addCompareField(int, TypeComparator<?>) - Method in class org.apache.flink.api.java.typeutils.TupleTypeInfo
 
addConsumer(JobEdge) - Method in class org.apache.flink.runtime.jobgraph.IntermediateDataSet
 
addCopyTaskForCacheFile(String, FutureTask<Path>) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
addCopyTasksForCacheFile(Map<String, FutureTask<Path>>) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
addCosts(Costs) - Method in class org.apache.flink.compiler.costs.Costs
Adds the given costs to these costs.
addCoTask(String, CoInvokable<IN1, IN2, OUT>, TypeWrapper<?>, TypeWrapper<?>, TypeWrapper<?>, String, byte[], int) - Method in class org.apache.flink.streaming.api.JobGraphBuilder
 
addCpuCost(double) - Method in class org.apache.flink.compiler.costs.Costs
Adds the given CPU cost to the current CPU cost for this Costs object.
addDataSink(GenericDataSinkBase<?>) - Method in class org.apache.flink.api.common.Plan
Adds a data sink to the set of sinks in this program.
addDiskCost(double) - Method in class org.apache.flink.compiler.costs.Costs
Adds the costs for disk to the current disk costs for this Costs object.
addEdge(PlanNode, PlanNode) - Method in class org.apache.flink.compiler.deadlockdetect.DeadlockGraph
 
addEdge(DeadlockVertex) - Method in class org.apache.flink.compiler.deadlockdetect.DeadlockVertex
 
addField(Integer) - Method in class org.apache.flink.api.common.operators.util.FieldList
 
addField(Integer) - Method in class org.apache.flink.api.common.operators.util.FieldSet
 
addField(Value) - Method in class org.apache.flink.types.Record
 
addFields(int...) - Method in class org.apache.flink.api.common.operators.util.FieldList
 
addFields(FieldSet) - Method in class org.apache.flink.api.common.operators.util.FieldList
 
addFields(int...) - Method in class org.apache.flink.api.common.operators.util.FieldSet
 
addFields(FieldSet) - Method in class org.apache.flink.api.common.operators.util.FieldSet
 
addFileInputCost(long, Costs) - Method in class org.apache.flink.compiler.costs.CostEstimator
 
addFileInputCost(long, Costs) - Method in class org.apache.flink.compiler.costs.DefaultCostEstimator
 
addFirstInput(Operator<IN1>...) - Method in class org.apache.flink.api.common.operators.DualInputOperator
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
addFirstInputs(List<Operator<IN1>>) - Method in class org.apache.flink.api.common.operators.DualInputOperator
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
addForwardedField(int, int) - Method in class org.apache.flink.api.common.operators.SingleInputSemanticProperties
Adds, to the existing information, a field that is forwarded directly from the source record(s) to the destination record(s).
addForwardedField(int, FieldSet) - Method in class org.apache.flink.api.common.operators.SingleInputSemanticProperties
Adds, to the existing information, a field that is forwarded directly from the source record(s) to multiple fields in the destination record(s).
addForwardedField1(int, int) - Method in class org.apache.flink.api.common.operators.DualInputSemanticProperties
Adds, to the existing information, a field that is forwarded directly from the source record(s) in the first input to the destination record(s).
addForwardedField1(int, FieldSet) - Method in class org.apache.flink.api.common.operators.DualInputSemanticProperties
Adds, to the existing information, a field that is forwarded directly from the source record(s) in the first input to multiple fields in the destination record(s).
addForwardedField2(int, int) - Method in class org.apache.flink.api.common.operators.DualInputSemanticProperties
Adds, to the existing information, a field that is forwarded directly from the source record(s) in the second input to the destination record(s).
addForwardedField2(int, FieldSet) - Method in class org.apache.flink.api.common.operators.DualInputSemanticProperties
Adds, to the existing information, a field that is forwarded directly from the source record(s) in the second input to multiple fields in the destination record(s).
addFunction(String, Function, TypeWrapper<OUT>, TypeWrapper<R>, StreamInvokable<OUT, R>) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Internal function for passing the user defined functions to the JobGraph of the job.
addGlobalProperties(RequestedGlobalProperties) - Method in class org.apache.flink.compiler.dataproperties.InterestingProperties
 
addHashPartitioningCost(EstimateProvider, Costs) - Method in class org.apache.flink.compiler.costs.CostEstimator
 
addHashPartitioningCost(EstimateProvider, Costs) - Method in class org.apache.flink.compiler.costs.DefaultCostEstimator
 
addHeuristicCpuCost(double) - Method in class org.apache.flink.compiler.costs.Costs
Adds the given heuristic CPU cost to the current heuristic CPU cost for this Costs object.
addHeuristicDiskCost(double) - Method in class org.apache.flink.compiler.costs.Costs
Adds the heuristic costs for disk to the current heuristic disk costs for this Costs object.
addHeuristicNetworkCost(double) - Method in class org.apache.flink.compiler.costs.Costs
Adds the heuristic costs for network to the current heuristic network costs for this Costs object.
addHybridHashCosts(EstimateProvider, EstimateProvider, Costs, int) - Method in class org.apache.flink.compiler.costs.CostEstimator
 
addHybridHashCosts(EstimateProvider, EstimateProvider, Costs, int) - Method in class org.apache.flink.compiler.costs.DefaultCostEstimator
 
addIfInstanceIsAllocatedByJob(InternalInstanceProfilingData) - Method in class org.apache.flink.runtime.profiling.impl.JobProfilingData
 
addInput(Operator<IN>...) - Method in class org.apache.flink.api.common.operators.GenericDataSinkBase
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
addInput(Operator<IN>...) - Method in class org.apache.flink.api.common.operators.SingleInputOperator
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
addInput(List<Operator<IN>>) - Method in class org.apache.flink.api.common.operators.SingleInputOperator
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
addInput(Operator<Record>...) - Method in class org.apache.flink.api.java.record.operators.GenericDataSink
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
addInputs(List<? extends Operator<IN>>) - Method in class org.apache.flink.api.common.operators.GenericDataSinkBase
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
addInputs(List<? extends Operator<Record>>) - Method in class org.apache.flink.api.java.record.operators.GenericDataSink
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
addInputToGroup(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
addInstanceListener(InstanceListener) - Method in class org.apache.flink.runtime.instance.InstanceManager
 
addInterestingProperties(InterestingProperties) - Method in class org.apache.flink.compiler.dataproperties.InterestingProperties
 
addIterationAggregator(String, Aggregator<?>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
addIterationAggregators(Collection<AggregatorWithName<?>>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
addIterationHead(String, String, String, int, long) - Method in class org.apache.flink.streaming.api.JobGraphBuilder
Adds a vertex for the iteration head to the JobGraph.
addIterationSource(String, long) - Method in class org.apache.flink.streaming.api.datastream.DataStream
 
addIterationTail(String, String, String, int, long) - Method in class org.apache.flink.streaming.api.JobGraphBuilder
Adds a vertex for the iteration tail to the JobGraph.
addJar(Path) - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Adds the path of a JAR file required to run the job on a task manager.
addJavascriptFile(String) - Method in class org.apache.flink.client.web.GUIServletStub
Adds a javascript file to be included in the header.
addLocalCandidates(Channel, List<Set<? extends NamedChannel>>, RequestedGlobalProperties, List<PlanNode>, CostEstimator) - Method in class org.apache.flink.compiler.dag.SingleInputNode
 
addLocalCandidates(Channel, Channel, List<Set<? extends NamedChannel>>, RequestedGlobalProperties, RequestedGlobalProperties, List<PlanNode>, OperatorDescriptorDual.LocalPropertiesPair[], CostEstimator) - Method in class org.apache.flink.compiler.dag.TwoInputNode
 
addLocalMergeCost(EstimateProvider, EstimateProvider, Costs, int) - Method in class org.apache.flink.compiler.costs.CostEstimator
 
addLocalMergeCost(EstimateProvider, EstimateProvider, Costs, int) - Method in class org.apache.flink.compiler.costs.DefaultCostEstimator
 
addLocalProperties(RequestedLocalProperties) - Method in class org.apache.flink.compiler.dataproperties.InterestingProperties
 
addLocalSortCost(EstimateProvider, Costs) - Method in class org.apache.flink.compiler.costs.CostEstimator
 
addLocalSortCost(EstimateProvider, Costs) - Method in class org.apache.flink.compiler.costs.DefaultCostEstimator
 
addNetworkCost(double) - Method in class org.apache.flink.compiler.costs.Costs
Adds the costs for network to the current network costs for this Costs object.
addNewSlotWithTask(AllocatedSlot, ExecutionVertex) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroupAssignment
 
addNewSlotWithTask(AllocatedSlot, ExecutionVertex, CoLocationConstraint) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroupAssignment
 
addOneOutput(RecordWriter<SerializationDelegate<StreamRecord<OUT>>>, List<String>, boolean) - Method in class org.apache.flink.streaming.api.collector.StreamCollector
 
addOutgoingChannel(Channel) - Method in class org.apache.flink.compiler.plan.PlanNode
Adds a channel to a successor node to this node.
addOutgoingConnection(PactConnection) - Method in class org.apache.flink.compiler.dag.OptimizerNode
Adds a new outgoing connection to this node.
addOutput(RecordWriter<SerializationDelegate<StreamRecord<OUT>>>, List<String>, boolean) - Method in class org.apache.flink.streaming.api.collector.DirectedStreamCollector
 
addOutput(RecordWriter<SerializationDelegate<StreamRecord<OUT>>>, List<String>, boolean) - Method in class org.apache.flink.streaming.api.collector.StreamCollector
Adds an output with the given user defined name
addOutputShipStrategy(ShipStrategyType) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
addProfilingData(InternalProfilingData) - Method in class org.apache.flink.runtime.profiling.impl.types.ProfilingDataContainer
 
addRandomPartitioningCost(EstimateProvider, Costs) - Method in class org.apache.flink.compiler.costs.CostEstimator
 
addRandomPartitioningCost(EstimateProvider, Costs) - Method in class org.apache.flink.compiler.costs.DefaultCostEstimator
 
addRangePartitionCost(EstimateProvider, Costs) - Method in class org.apache.flink.compiler.costs.CostEstimator
 
addRangePartitionCost(EstimateProvider, Costs) - Method in class org.apache.flink.compiler.costs.DefaultCostEstimator
 
addReadFields(FieldSet) - Method in class org.apache.flink.api.common.operators.SingleInputSemanticProperties
Adds, to the existing information, field(s) that are read in the source record(s).
addReadFields1(FieldSet) - Method in class org.apache.flink.api.common.operators.DualInputSemanticProperties
Adds, to the existing information, field(s) that are read in the source record(s) from the first input.
addReadFields2(FieldSet) - Method in class org.apache.flink.api.common.operators.DualInputSemanticProperties
Adds, to the existing information, field(s) that are read in the source record(s) from the second input.
addRecord(T) - Method in interface org.apache.flink.runtime.io.network.serialization.RecordSerializer
 
addRecord(T) - Method in class org.apache.flink.runtime.io.network.serialization.SpanningRecordSerializer
 
address() - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
Returns the network address the instance's task manager binds its sockets to.
addSecondInput(Operator<IN2>...) - Method in class org.apache.flink.api.common.operators.DualInputOperator
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
addSecondInputs(List<Operator<IN2>>) - Method in class org.apache.flink.api.common.operators.DualInputOperator
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
addSink(SinkFunction<OUT>) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Adds the given sink to this DataStream.
addSource(SourceFunction<OUT>, int) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Ads a data source thus opening a DataStream.
addSource(SourceFunction<OUT>) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
 
addStaticResolution(String, String) - Static method in class org.apache.flink.runtime.net.NetUtils
Adds a static resolution for host.
addStreamedNestedLoopsCosts(EstimateProvider, EstimateProvider, long, Costs, int) - Method in class org.apache.flink.compiler.costs.CostEstimator
 
addStreamedNestedLoopsCosts(EstimateProvider, EstimateProvider, long, Costs, int) - Method in class org.apache.flink.compiler.costs.DefaultCostEstimator
 
addStreamVertex(String, StreamInvokable<IN, OUT>, TypeWrapper<?>, TypeWrapper<?>, String, byte[], int) - Method in class org.apache.flink.streaming.api.JobGraphBuilder
Adds a vertex to the streaming JobGraph with the given parameters
addStyleSheet(String) - Method in class org.apache.flink.client.web.GUIServletStub
Adds a stylesheet file to be included in the header.
addToBuffer(IN) - Method in class org.apache.flink.streaming.api.invokable.operator.BatchGroupReduceInvokable.StreamBatch
 
addToBuffer() - Method in class org.apache.flink.streaming.api.invokable.operator.BatchReduceInvokable.StreamBatch
 
addToBuffer() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable.StreamBatch
 
addToBuffer(IN) - Method in class org.apache.flink.streaming.api.invokable.operator.GroupedWindowGroupReduceInvokable.GroupedStreamWindow
 
addToBuffer(IN) - Method in class org.apache.flink.streaming.api.invokable.operator.WindowGroupReduceInvokable.StreamWindow
 
addToBuffer1(IN1) - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowInvokable.StreamWindow
 
addToBuffer2(IN2) - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowInvokable.StreamWindow
 
addToMessageDigest(MessageDigest) - Method in class org.apache.flink.runtime.blob.BlobKey
Adds the BLOB key to the given MessageDigest.
addType(int, X) - Method in class org.apache.flink.compiler.postpass.AbstractSchema
 
addType(int, Class<? extends Value>) - Method in class org.apache.flink.compiler.postpass.DenseValueSchema
 
addType(int, Class<? extends Key<?>>) - Method in class org.apache.flink.compiler.postpass.SparseKeySchema
 
addUniqueField(FieldSet) - Method in class org.apache.flink.api.common.operators.CompilerHints
Adds a FieldSet to be unique
addUniqueField(int) - Method in class org.apache.flink.api.common.operators.CompilerHints
Adds a field as having only unique values.
addUniqueFieldCombination(FieldSet) - Method in class org.apache.flink.compiler.dataproperties.GlobalProperties
 
addUniqueFields(Set<FieldSet>) - Method in class org.apache.flink.api.common.operators.CompilerHints
Adds multiple FieldSets to be unique
addUniqueFields(FieldSet) - Method in class org.apache.flink.compiler.dataproperties.LocalProperties
Adds a combination of fields that are unique in these data properties.
addUserThread(ThreadMXBean, Thread) - Method in class org.apache.flink.runtime.profiling.impl.EnvironmentThreadSet
 
addVertex(PlanNode) - Method in class org.apache.flink.compiler.deadlockdetect.DeadlockGraph
 
addVertex(AbstractJobVertex) - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Adds a new task vertex to the job graph if it is not already included.
addVertex(AbstractJobVertex) - Method in class org.apache.flink.runtime.jobmanager.scheduler.CoLocationGroup
 
addVertexToGroup(JobVertexID) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroup
 
addWriter(RecordWriter<SerializationDelegate<T>>) - Method in class org.apache.flink.runtime.operators.shipping.OutputCollector
Adds a writer to the OutputCollector.
addWriter(RecordWriter<Record>) - Method in class org.apache.flink.runtime.operators.shipping.RecordOutputCollector
Adds a writer to the OutputCollector.
addWrittenFields(FieldSet) - Method in class org.apache.flink.api.common.operators.SemanticProperties
Adds, to the existing information, field(s) that are written in the destination record(s).
adjustGlobalPropertiesForFullParallelismChange() - Method in class org.apache.flink.compiler.plan.Channel
 
adjustTop() - Method in class org.apache.flink.runtime.operators.sort.PartialOrderPriorityQueue
Should be called when the Object at top changes values.
advance() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
Advances the view to the next memory segment.
advance() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
Moves the output view to the next page.
aggregate(T) - Method in interface org.apache.flink.api.common.aggregators.Aggregator
Aggregates the given element.
aggregate(DoubleValue) - Method in class org.apache.flink.api.common.aggregators.DoubleSumAggregator
 
aggregate(double) - Method in class org.apache.flink.api.common.aggregators.DoubleSumAggregator
Adds the given value to the current aggregate.
aggregate(LongValue) - Method in class org.apache.flink.api.common.aggregators.LongSumAggregator
 
aggregate(long) - Method in class org.apache.flink.api.common.aggregators.LongSumAggregator
Adds the given value to the current aggregate.
aggregate(long) - Method in class org.apache.flink.api.common.operators.base.BulkIterationBase.TerminationCriterionAggregator
 
aggregate(LongValue) - Method in class org.apache.flink.api.common.operators.base.BulkIterationBase.TerminationCriterionAggregator
 
aggregate(T) - Method in class org.apache.flink.api.java.aggregation.AggregationFunction
 
aggregate(T) - Method in class org.apache.flink.api.java.aggregation.MaxAggregationFunction
 
aggregate(T) - Method in class org.apache.flink.api.java.aggregation.MinAggregationFunction
 
aggregate(Byte) - Method in class org.apache.flink.api.java.aggregation.SumAggregationFunction.ByteSumAgg
 
aggregate(Double) - Method in class org.apache.flink.api.java.aggregation.SumAggregationFunction.DoubleSumAgg
 
aggregate(Float) - Method in class org.apache.flink.api.java.aggregation.SumAggregationFunction.FloatSumAgg
 
aggregate(Integer) - Method in class org.apache.flink.api.java.aggregation.SumAggregationFunction.IntSumAgg
 
aggregate(Long) - Method in class org.apache.flink.api.java.aggregation.SumAggregationFunction.LongSumAgg
 
aggregate(Short) - Method in class org.apache.flink.api.java.aggregation.SumAggregationFunction.ShortSumAgg
 
aggregate(Aggregations, int) - Method in class org.apache.flink.api.java.DataSet
Applies an Aggregate transformation on a non-grouped Tuple DataSet.
Note: Only Tuple DataSets can be aggregated. The transformation applies a built-in Aggregation on a specified field of a Tuple DataSet.
aggregate(Aggregations, int) - Method in class org.apache.flink.api.java.operators.UnsortedGrouping
Applies an Aggregate transformation on a grouped Tuple DataSet.
Note: Only Tuple DataSets can be aggregated. The transformation applies a built-in Aggregation on a specified field of a Tuple group.
aggregate(AggregationFunction<OUT>) - Method in class org.apache.flink.streaming.api.datastream.DataStream
 
aggregate(AggregationFunction<OUT>) - Method in class org.apache.flink.streaming.api.datastream.GroupedDataStream
 
AggregateOperator<IN> - Class in org.apache.flink.api.java.operators
This operator represents the application of a "aggregate" operation on a data set, and the result data set produced by the function.
AggregateOperator(DataSet<IN>, Aggregations, int) - Constructor for class org.apache.flink.api.java.operators.AggregateOperator
Non grouped aggregation
AggregateOperator(Grouping<IN>, Aggregations, int) - Constructor for class org.apache.flink.api.java.operators.AggregateOperator
Grouped aggregation
AggregateOperator.AggregatingUdf<T extends Tuple> - Class in org.apache.flink.api.java.operators
 
AggregateOperator.AggregatingUdf(AggregationFunction<Object>[], int[]) - Constructor for class org.apache.flink.api.java.operators.AggregateOperator.AggregatingUdf
 
AggregationFunction<T> - Class in org.apache.flink.api.java.aggregation
 
AggregationFunction() - Constructor for class org.apache.flink.api.java.aggregation.AggregationFunction
 
AggregationFunction<T> - Class in org.apache.flink.streaming.api.function.aggregation
 
AggregationFunction(int) - Constructor for class org.apache.flink.streaming.api.function.aggregation.AggregationFunction
 
AggregationFunctionFactory - Interface in org.apache.flink.api.java.aggregation
 
Aggregations - Enum in org.apache.flink.api.java.aggregation
 
Aggregator<T extends Value> - Interface in org.apache.flink.api.common.aggregators
Aggregators are a means of aggregating values across parallel instances of a function.
AGGREGATOR_NAME - Static variable in class org.apache.flink.runtime.iterative.convergence.WorksetEmptyConvergenceCriterion
 
AggregatorRegistry - Class in org.apache.flink.api.common.aggregators
A registry for iteration Aggregators.
AggregatorRegistry() - Constructor for class org.apache.flink.api.common.aggregators.AggregatorRegistry
 
AggregatorWithName<T extends Value> - Class in org.apache.flink.api.common.aggregators
Simple utility class holding an Aggregator with the name it is registered under.
AggregatorWithName(String, Aggregator<T>) - Constructor for class org.apache.flink.api.common.aggregators.AggregatorWithName
Creates a new instance for the given aggregator and name.
AllGroupReduceDriver<IT,OT> - Class in org.apache.flink.runtime.operators
GroupReduce task which is executed by a Nephele task manager.
AllGroupReduceDriver() - Constructor for class org.apache.flink.runtime.operators.AllGroupReduceDriver
 
AllGroupReduceProperties - Class in org.apache.flink.compiler.operators
 
AllGroupReduceProperties() - Constructor for class org.apache.flink.compiler.operators.AllGroupReduceProperties
 
AllGroupWithPartialPreGroupProperties - Class in org.apache.flink.compiler.operators
 
AllGroupWithPartialPreGroupProperties() - Constructor for class org.apache.flink.compiler.operators.AllGroupWithPartialPreGroupProperties
 
AllocatedSlot - Class in org.apache.flink.runtime.instance
An allocated slot is the unit in which resources are allocated on instances.
AllocatedSlot(JobID, Instance, int) - Constructor for class org.apache.flink.runtime.instance.AllocatedSlot
 
allocatePages(AbstractInvokable, int) - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
 
allocatePages(AbstractInvokable, List<MemorySegment>, int) - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
 
allocatePages(AbstractInvokable, int) - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
 
allocatePages(AbstractInvokable, List<MemorySegment>, int) - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
 
allocateSegments(int) - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
attempts to allocate specified number of segments and should only be used by compaction partition fails silently if not enough segments are available since next compaction could still succeed
allocateSlot(JobID) - Method in class org.apache.flink.runtime.instance.Instance
 
allowedExitCodes - Variable in class org.apache.flink.api.java.record.io.ExternalProcessInputFormat
Array of allowed exit codes
ALLOWEDEXITCODES_PARAMETER_KEY - Static variable in class org.apache.flink.api.java.record.io.ExternalProcessInputFormat
The config parameter lists (comma separated) all allowed exit codes
AllReduceDriver<T> - Class in org.apache.flink.runtime.operators
Reduce task which is executed by a Nephele task manager.
AllReduceDriver() - Constructor for class org.apache.flink.runtime.operators.AllReduceDriver
 
AllReduceProperties - Class in org.apache.flink.compiler.operators
 
AllReduceProperties() - Constructor for class org.apache.flink.compiler.operators.AllReduceProperties
 
AllWorkersDoneEvent - Class in org.apache.flink.runtime.iterative.event
 
AllWorkersDoneEvent() - Constructor for class org.apache.flink.runtime.iterative.event.AllWorkersDoneEvent
 
AllWorkersDoneEvent(Map<String, Aggregator<?>>) - Constructor for class org.apache.flink.runtime.iterative.event.AllWorkersDoneEvent
 
and(Aggregations, int) - Method in class org.apache.flink.api.java.operators.AggregateOperator
 
and(Aggregations, int) - Method in class org.apache.flink.api.scala.operators.ScalaAggregateOperator
 
andMax(int) - Method in class org.apache.flink.api.java.operators.AggregateOperator
 
andMin(int) - Method in class org.apache.flink.api.java.operators.AggregateOperator
 
andSum(int) - Method in class org.apache.flink.api.java.operators.AggregateOperator
 
append(byte[], int, int) - Method in class org.apache.flink.core.io.StringRecord
Append a range of bytes to the end of the given text
append(byte[], int, int) - Method in class org.apache.flink.runtime.types.FileRecord
Append a range of bytes to the end of the given data.
append(AvroFlumeEvent) - Method in class org.apache.flink.streaming.connectors.flume.FlumeSource.MyAvroSource
Sends the AvroFlumeEvent from it's argument list to the Apache Flink DataStream.
append(char) - Method in class org.apache.flink.types.StringValue
 
append(CharSequence) - Method in class org.apache.flink.types.StringValue
 
append(CharSequence, int, int) - Method in class org.apache.flink.types.StringValue
 
append(StringValue) - Method in class org.apache.flink.types.StringValue
 
append(StringValue, int, int) - Method in class org.apache.flink.types.StringValue
 
appendBatch(List<AvroFlumeEvent>) - Method in class org.apache.flink.streaming.connectors.flume.FlumeSource.MyAvroSource
Sends the AvroFlumeEvents from it's argument list to the Apache Flink DataStream.
appendOrdering(Integer, Class<? extends Key<?>>, Order) - Method in class org.apache.flink.api.common.operators.Ordering
Extends this ordering by appending an additional order requirement.
appendRecord(T) - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
Inserts the given object into the current buffer.
archiveEvent(JobID, AbstractEvent) - Method in interface org.apache.flink.runtime.jobmanager.archive.ArchiveListener
Stores event in archive
archiveEvent(JobID, AbstractEvent) - Method in class org.apache.flink.runtime.jobmanager.archive.MemoryArchivist
 
archiveExecutionGraph(JobID, ExecutionGraph) - Method in interface org.apache.flink.runtime.jobmanager.archive.ArchiveListener
 
archiveExecutionGraph(JobID, ExecutionGraph) - Method in class org.apache.flink.runtime.jobmanager.archive.MemoryArchivist
 
archiveJobevent(JobID, RecentJobEvent) - Method in interface org.apache.flink.runtime.jobmanager.archive.ArchiveListener
Stores old job in archive
archiveJobevent(JobID, RecentJobEvent) - Method in class org.apache.flink.runtime.jobmanager.archive.MemoryArchivist
 
ArchiveListener - Interface in org.apache.flink.runtime.jobmanager.archive
Interface used to implement Archivists, that store old JobManager information discarded by the EventCollector.
areBranchCompatible(PlanNode, PlanNode) - Method in class org.apache.flink.compiler.dag.OptimizerNode
Checks whether to candidate plans for the sub-plan of this node are comparable.
areCoFulfilled(RequestedLocalProperties, RequestedLocalProperties, LocalProperties, LocalProperties) - Method in class org.apache.flink.compiler.operators.BinaryUnionOpDescriptor
 
areCoFulfilled(RequestedLocalProperties, RequestedLocalProperties, LocalProperties, LocalProperties) - Method in class org.apache.flink.compiler.operators.CartesianProductDescriptor
 
areCoFulfilled(RequestedLocalProperties, RequestedLocalProperties, LocalProperties, LocalProperties) - Method in class org.apache.flink.compiler.operators.CoGroupDescriptor
 
areCoFulfilled(RequestedLocalProperties, RequestedLocalProperties, LocalProperties, LocalProperties) - Method in class org.apache.flink.compiler.operators.CoGroupWithSolutionSetFirstDescriptor
 
areCoFulfilled(RequestedLocalProperties, RequestedLocalProperties, LocalProperties, LocalProperties) - Method in class org.apache.flink.compiler.operators.CoGroupWithSolutionSetSecondDescriptor
 
areCoFulfilled(RequestedLocalProperties, RequestedLocalProperties, LocalProperties, LocalProperties) - Method in class org.apache.flink.compiler.operators.HashJoinBuildFirstProperties
 
areCoFulfilled(RequestedLocalProperties, RequestedLocalProperties, LocalProperties, LocalProperties) - Method in class org.apache.flink.compiler.operators.HashJoinBuildSecondProperties
 
areCoFulfilled(RequestedLocalProperties, RequestedLocalProperties, LocalProperties, LocalProperties) - Method in class org.apache.flink.compiler.operators.OperatorDescriptorDual
 
areCoFulfilled(RequestedLocalProperties, RequestedLocalProperties, LocalProperties, LocalProperties) - Method in class org.apache.flink.compiler.operators.SortMergeJoinDescriptor
 
areCoFulfilled(RequestedLocalProperties, RequestedLocalProperties, LocalProperties, LocalProperties) - Method in class org.apache.flink.compiler.operators.UtilSinkJoinOpDescriptor
 
areCompatible(Keys<?>) - Method in class org.apache.flink.api.java.operators.Keys
Check if two sets of keys are compatible to each other (matching types, key counts)
areCompatible(Keys<?>) - Method in class org.apache.flink.api.java.operators.Keys.ExpressionKeys
 
areCompatible(Keys<?>) - Method in class org.apache.flink.api.java.operators.Keys.SelectorFunctionKeys
 
areFieldsUnique(FieldSet) - Method in class org.apache.flink.compiler.dataproperties.LocalProperties
Checks whether the given set of fields is unique, as specified in these local properties.
ARG_CONF_DIR - Static variable in class org.apache.flink.runtime.taskmanager.TaskManager
 
arity - Variable in class org.apache.flink.api.java.typeutils.runtime.TupleSerializerBase
 
arrayAwareToString(Object) - Static method in class org.apache.flink.util.StringUtils
This method calls Object.toString() on the given object, unless the object is an array.
arrayNext() - Method in class org.apache.flink.api.avro.DataInputDecoder
 
arrayNext() - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
arrayToString(Object) - Static method in class org.apache.flink.util.StringUtils
Returns a string representation of the given array.
asArray(Class<U>) - Static method in class org.apache.flink.api.common.operators.AbstractUdfOperator
Generic utility function that wraps a single class object into an array of that class type.
ascendingComparison - Variable in class org.apache.flink.api.common.typeutils.base.BasicTypeComparator
 
ascii - Variable in class org.apache.flink.api.java.record.io.TextInputFormat
 
asFile(String) - Method in class org.apache.flink.test.util.AbstractTestBase
 
assignPartition(int, byte) - Static method in class org.apache.flink.runtime.operators.hash.MutableHashTable
Assigns a partition to a bucket.
AtomicType<T> - Interface in org.apache.flink.api.common.typeinfo
 
attachJobGraph(List<AbstractJobVertex>) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
available() - Method in class org.apache.flink.core.fs.local.LocalDataInputStream
 
available() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedDataInputStream
 
available() - Method in class org.apache.flink.runtime.fs.s3.S3DataInputStream
 
availableMemory - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
The free memory segments currently available to the hash join.
AVG_RECORD_BYTES_UNKNOWN - Static variable in interface org.apache.flink.api.common.io.statistics.BaseStatistics
Constant indicating that average record width is unknown.
avgBytesPerRecord - Variable in class org.apache.flink.api.common.io.FileInputFormat.FileBaseStatistics
 
AvroInputFormat<E> - Class in org.apache.flink.api.java.io
 
AvroInputFormat(Path, Class<E>) - Constructor for class org.apache.flink.api.java.io.AvroInputFormat
 
AvroOutputFormat<E> - Class in org.apache.flink.api.java.io
 
AvroOutputFormat(Path, Class<E>) - Constructor for class org.apache.flink.api.java.io.AvroOutputFormat
 
AvroOutputFormat(Class<E>) - Constructor for class org.apache.flink.api.java.io.AvroOutputFormat
 
AvroSerializer<T> - Class in org.apache.flink.api.java.typeutils.runtime
General purpose serialization.
AvroSerializer(Class<T>) - Constructor for class org.apache.flink.api.java.typeutils.runtime.AvroSerializer
 
AvroSerializer(Class<T>, Class<? extends T>) - Constructor for class org.apache.flink.api.java.typeutils.runtime.AvroSerializer
 
AvroTypeExample - Class in org.apache.flink.api.io.avro.example
 
AvroTypeExample() - Constructor for class org.apache.flink.api.io.avro.example.AvroTypeExample
 
AvroTypeExample.ConcatenatingReducer - Class in org.apache.flink.api.io.avro.example
 
AvroTypeExample.ConcatenatingReducer() - Constructor for class org.apache.flink.api.io.avro.example.AvroTypeExample.ConcatenatingReducer
 
AvroTypeExample.NumberExtractingMapper - Class in org.apache.flink.api.io.avro.example
 
AvroTypeExample.NumberExtractingMapper() - Constructor for class org.apache.flink.api.io.avro.example.AvroTypeExample.NumberExtractingMapper
 
AvroTypeExample.UserGeneratingInputFormat - Class in org.apache.flink.api.io.avro.example
 
AvroTypeExample.UserGeneratingInputFormat() - Constructor for class org.apache.flink.api.io.avro.example.AvroTypeExample.UserGeneratingInputFormat
 
awaitStartOfSuperstepOrTermination(int) - Method in class org.apache.flink.runtime.iterative.concurrent.SuperstepKickoffLatch
 

B

BaseStatistics - Interface in org.apache.flink.api.common.io.statistics
Interface describing the basic statistics that can be obtained from the input.
BasicArrayTypeInfo<T,C> - Class in org.apache.flink.api.common.typeinfo
 
BasicTopology - Class in org.apache.flink.streaming.examples.basictopology
 
BasicTopology() - Constructor for class org.apache.flink.streaming.examples.basictopology.BasicTopology
 
BasicTopology.IdentityMap - Class in org.apache.flink.streaming.examples.basictopology
 
BasicTopology.IdentityMap() - Constructor for class org.apache.flink.streaming.examples.basictopology.BasicTopology.IdentityMap
 
BasicTypeComparator<T extends Comparable<T>> - Class in org.apache.flink.api.common.typeutils.base
 
BasicTypeComparator(boolean) - Constructor for class org.apache.flink.api.common.typeutils.base.BasicTypeComparator
 
BasicTypeInfo<T> - Class in org.apache.flink.api.common.typeinfo
 
batch(long, long, long, long) - Method in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
Batch operation for connected data stream.
batch(long, long) - Method in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
Batch operation for connected data stream.
batch(long, long) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Collects the data stream elements into sliding batches creating a new BatchedDataStream.
batch(long) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Collects the data stream elements into sliding batches creating a new BatchedDataStream.
batch - Variable in class org.apache.flink.streaming.api.invokable.operator.BatchGroupReduceInvokable
 
batch - Variable in class org.apache.flink.streaming.api.invokable.operator.BatchReduceInvokable
 
batch1 - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable
 
batch2 - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable
 
BATCH_INTERVAL - Static variable in class org.apache.flink.api.java.record.io.jdbc.JDBCOutputFormat
 
BatchedDataStream<OUT> - Class in org.apache.flink.streaming.api.datastream
A BatchedDataStream represents a data stream whose elements are batched together in a sliding batch.
BatchedDataStream(DataStream<OUT>, long, long) - Constructor for class org.apache.flink.streaming.api.datastream.BatchedDataStream
 
BatchedDataStream(BatchedDataStream<OUT>) - Constructor for class org.apache.flink.streaming.api.datastream.BatchedDataStream
 
batchEnd() - Method in class org.apache.flink.streaming.api.invokable.operator.BatchGroupReduceInvokable.StreamBatch
 
batchEnd() - Method in class org.apache.flink.streaming.api.invokable.operator.BatchReduceInvokable.StreamBatch
 
batchEnd() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable.StreamBatch
 
batchEnd() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoGroupedWindowReduceInvokable.GroupedStreamWindow
 
batchEnd() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowReduceInvokable.StreamWindow
 
batchEnd() - Method in class org.apache.flink.streaming.api.invokable.operator.GroupedWindowGroupReduceInvokable.GroupedStreamWindow
 
batchEnd() - Method in class org.apache.flink.streaming.api.invokable.operator.GroupedWindowReduceInvokable.GroupedStreamWindow
 
batchEnd() - Method in class org.apache.flink.streaming.api.invokable.operator.WindowReduceInvokable.StreamWindow
 
BatchGroupReduceInvokable<IN,OUT> - Class in org.apache.flink.streaming.api.invokable.operator
 
BatchGroupReduceInvokable(GroupReduceFunction<IN, OUT>, long, long) - Constructor for class org.apache.flink.streaming.api.invokable.operator.BatchGroupReduceInvokable
 
BatchGroupReduceInvokable.StreamBatch - Class in org.apache.flink.streaming.api.invokable.operator
 
BatchGroupReduceInvokable.StreamBatch() - Constructor for class org.apache.flink.streaming.api.invokable.operator.BatchGroupReduceInvokable.StreamBatch
 
BatchIterator<IN> - Interface in org.apache.flink.streaming.api.invokable.operator
 
batchPerSlide - Variable in class org.apache.flink.streaming.api.invokable.operator.BatchGroupReduceInvokable
 
batchPerSlide - Variable in class org.apache.flink.streaming.api.invokable.operator.BatchReduceInvokable
 
batchPerSlide - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable.StreamBatch
 
batchPerSlide - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowInvokable.StreamWindow
 
batchPerSlide1 - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable
 
batchPerSlide2 - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable
 
BatchReduceInvokable<OUT> - Class in org.apache.flink.streaming.api.invokable.operator
 
BatchReduceInvokable(ReduceFunction<OUT>, long, long) - Constructor for class org.apache.flink.streaming.api.invokable.operator.BatchReduceInvokable
 
BatchReduceInvokable.StreamBatch - Class in org.apache.flink.streaming.api.invokable.operator
 
BatchReduceInvokable.StreamBatch() - Constructor for class org.apache.flink.streaming.api.invokable.operator.BatchReduceInvokable.StreamBatch
 
batchSize - Variable in class org.apache.flink.streaming.api.datastream.BatchedDataStream
 
batchSize - Variable in class org.apache.flink.streaming.api.invokable.operator.BatchGroupReduceInvokable
 
batchSize - Variable in class org.apache.flink.streaming.api.invokable.operator.BatchReduceInvokable
 
batchSize - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable.StreamBatch
 
batchSize1 - Variable in class org.apache.flink.streaming.api.datastream.CoBatchedDataStream
 
batchSize1 - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable
 
batchSize2 - Variable in class org.apache.flink.streaming.api.datastream.CoBatchedDataStream
 
batchSize2 - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable
 
binary() - Static method in class org.apache.flink.api.java.record.operators.OperatorInfoHelper
Deprecated.
 
BinaryInputFormat<T extends IOReadableWritable> - Class in org.apache.flink.api.common.io
Base class for all input formats that use blocks of fixed size.
BinaryInputFormat() - Constructor for class org.apache.flink.api.common.io.BinaryInputFormat
 
BinaryInputFormat.BlockBasedInput - Class in org.apache.flink.api.common.io
Writes a block info at the end of the blocks.
Current implementation uses only int and not long.
BinaryInputFormat.BlockBasedInput(FSDataInputStream, int) - Constructor for class org.apache.flink.api.common.io.BinaryInputFormat.BlockBasedInput
 
BinaryOperatorInformation<IN1,IN2,OUT> - Class in org.apache.flink.api.common.operators
A class for holding information about a single input operator, such as input/output TypeInformation.
BinaryOperatorInformation(TypeInformation<IN1>, TypeInformation<IN2>, TypeInformation<OUT>) - Constructor for class org.apache.flink.api.common.operators.BinaryOperatorInformation
 
BinaryOutputFormat<T extends IOReadableWritable> - Class in org.apache.flink.api.common.io
 
BinaryOutputFormat() - Constructor for class org.apache.flink.api.common.io.BinaryOutputFormat
 
BinaryOutputFormat.BlockBasedOutput - Class in org.apache.flink.api.common.io
Writes a block info at the end of the blocks.
Current implementation uses only int and not long.
BinaryOutputFormat.BlockBasedOutput(OutputStream, int) - Constructor for class org.apache.flink.api.common.io.BinaryOutputFormat.BlockBasedOutput
 
BinaryUnionNode - Class in org.apache.flink.compiler.dag
The Optimizer representation of a binary Union.
BinaryUnionNode(Union<?>) - Constructor for class org.apache.flink.compiler.dag.BinaryUnionNode
 
BinaryUnionOpDescriptor - Class in org.apache.flink.compiler.operators
 
BinaryUnionOpDescriptor() - Constructor for class org.apache.flink.compiler.operators.BinaryUnionOpDescriptor
 
BinaryUnionPlanNode - Class in org.apache.flink.compiler.plan
A special subclass for the union to make it identifiable.
BinaryUnionPlanNode(BinaryUnionNode, Channel, Channel) - Constructor for class org.apache.flink.compiler.plan.BinaryUnionPlanNode
 
bind(ServerSocket, InetSocketAddress, int) - Static method in class org.apache.flink.runtime.ipc.Server
A convenience method to bind to a given address and report better exceptions if the address is not a valid host.
BLOB_STORAGE_DIRECTORY_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The config parameter defining the storage directory to be used by the blob server.
BlobCache - Class in org.apache.flink.runtime.blob
The BLOB cache implements a local cache for content-addressable BLOBs.
BlobCache(InetSocketAddress) - Constructor for class org.apache.flink.runtime.blob.BlobCache
 
BlobClient - Class in org.apache.flink.runtime.blob
The BLOB client can communicate with the BLOB server and either upload (PUT), download (GET), or delete (DELETE) BLOBs.
BlobClient(InetSocketAddress) - Constructor for class org.apache.flink.runtime.blob.BlobClient
Instantiates a new BLOB client.
BlobKey - Class in org.apache.flink.runtime.blob
A BLOB key uniquely identifies a BLOB.
BlobKey() - Constructor for class org.apache.flink.runtime.blob.BlobKey
Constructs a new BLOB key.
BlobLibraryCacheManager - Class in org.apache.flink.runtime.execution.librarycache
For each job graph that is submitted to the system the library cache manager maintains a set of libraries (typically JAR files) which the job requires to run.
BlobLibraryCacheManager(BlobService, Configuration) - Constructor for class org.apache.flink.runtime.execution.librarycache.BlobLibraryCacheManager
 
BlobServer - Class in org.apache.flink.runtime.blob
This class implements the BLOB server.
BlobServer() - Constructor for class org.apache.flink.runtime.blob.BlobServer
Instantiates a new BLOB server and binds it to a free network port.
BlobService - Interface in org.apache.flink.runtime.blob
 
BlobUtils - Class in org.apache.flink.runtime.blob
 
BlobUtils() - Constructor for class org.apache.flink.runtime.blob.BlobUtils
 
BLOCK_SIZE_PARAMETER_KEY - Static variable in class org.apache.flink.api.common.io.BinaryInputFormat
The config parameter which defines the fixed length of a record.
BLOCK_SIZE_PARAMETER_KEY - Static variable in class org.apache.flink.api.common.io.BinaryOutputFormat
The config parameter which defines the fixed length of a record.
BlockChannelAccess<R extends org.apache.flink.runtime.io.disk.iomanager.IORequest,C extends Collection<MemorySegment>> - Class in org.apache.flink.runtime.io.disk.iomanager
A base class for readers and writers that accept read or write requests for whole blocks.
BlockChannelAccess(Channel.ID, RequestQueue<R>, C, boolean) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.BlockChannelAccess
Creates a new channel access to the path indicated by the given ID.
BlockChannelReader - Class in org.apache.flink.runtime.io.disk.iomanager
A reader that reads data in blocks from a file channel.
BlockChannelReader(Channel.ID, RequestQueue<ReadRequest>, LinkedBlockingQueue<MemorySegment>, int) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.BlockChannelReader
Creates a new block channel reader for the given channel.
BlockChannelWriter - Class in org.apache.flink.runtime.io.disk.iomanager
A writer that writes data in blocks to a file channel.
BlockChannelWriter(Channel.ID, RequestQueue<WriteRequest>, LinkedBlockingQueue<MemorySegment>, int) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.BlockChannelWriter
Creates a new block channel writer for the given channel.
BlockInfo - Class in org.apache.flink.api.common.io
 
BlockInfo() - Constructor for class org.apache.flink.api.common.io.BlockInfo
 
BlockingBackChannel - Class in org.apache.flink.runtime.iterative.concurrent
A concurrent datastructure that establishes a backchannel buffer between an iteration head and an iteration tail.
BlockingBackChannel(SerializedUpdateBuffer) - Constructor for class org.apache.flink.runtime.iterative.concurrent.BlockingBackChannel
 
BlockingBackChannelBroker - Class in org.apache.flink.runtime.iterative.concurrent
Singleton class for the threadsafe handover of BlockingBackChannels from iteration heads to iteration tails
BlockingQueueBroker - Class in org.apache.flink.streaming.io
 
BlockLocation - Interface in org.apache.flink.core.fs
A BlockLocation lists hosts, offset and length of block.
BlockResettableIterator<T> - Class in org.apache.flink.runtime.operators.resettable
Implementation of an iterator that fetches a block of data into main memory and offers resettable access to the data in that block.
BlockResettableIterator(MemoryManager, Iterator<T>, TypeSerializer<T>, int, AbstractInvokable) - Constructor for class org.apache.flink.runtime.operators.resettable.BlockResettableIterator
 
BlockResettableIterator(MemoryManager, TypeSerializer<T>, int, AbstractInvokable) - Constructor for class org.apache.flink.runtime.operators.resettable.BlockResettableIterator
 
BlockResettableMutableObjectIterator<T> - Class in org.apache.flink.runtime.operators.resettable
Implementation of an iterator that fetches a block of data into main memory and offers resettable access to the data in that block.
BlockResettableMutableObjectIterator(MemoryManager, MutableObjectIterator<T>, TypeSerializer<T>, int, AbstractInvokable) - Constructor for class org.apache.flink.runtime.operators.resettable.BlockResettableMutableObjectIterator
 
body - Variable in class org.apache.flink.examples.java.misc.CollectionExecutionExample.EMail
 
BOOLEAN_ARRAY_TYPE_INFO - Static variable in class org.apache.flink.api.common.typeinfo.BasicArrayTypeInfo
 
BOOLEAN_PRIMITIVE_ARRAY_TYPE_INFO - Static variable in class org.apache.flink.api.common.typeinfo.PrimitiveArrayTypeInfo
 
BOOLEAN_TYPE_INFO - Static variable in class org.apache.flink.api.common.typeinfo.BasicTypeInfo
 
BooleanComparator - Class in org.apache.flink.api.common.typeutils.base
 
BooleanComparator(boolean) - Constructor for class org.apache.flink.api.common.typeutils.base.BooleanComparator
 
BooleanPrimitiveArraySerializer - Class in org.apache.flink.api.common.typeutils.base.array
A serializer for boolean arrays.
BooleanPrimitiveArraySerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.array.BooleanPrimitiveArraySerializer
 
BooleanSerializer - Class in org.apache.flink.api.common.typeutils.base
 
BooleanSerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.BooleanSerializer
 
BooleanValue - Class in org.apache.flink.types
Boxed serializable and comparable boolean type, representing the primitive type boolean.
BooleanValue() - Constructor for class org.apache.flink.types.BooleanValue
 
BooleanValue(boolean) - Constructor for class org.apache.flink.types.BooleanValue
 
BooleanValueSerializer - Class in org.apache.flink.api.common.typeutils.base
 
BooleanValueSerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.BooleanValueSerializer
 
boundaries - Variable in class org.apache.flink.api.common.distributions.SimpleDistribution
 
branchingNode - Variable in class org.apache.flink.compiler.dag.OptimizerNode.UnclosedBranchDescriptor
 
branchPlan - Variable in class org.apache.flink.compiler.plan.PlanNode
 
breaksPipeline() - Method in enum org.apache.flink.compiler.dag.TempMode
 
broadcast() - Method in class org.apache.flink.streaming.api.datastream.DataStream
Sets the partitioning of the DataStream so that the output tuples are broadcasted to every parallel instance of the next component.
broadcast() - Method in class org.apache.flink.streaming.api.datastream.SingleOutputStreamOperator
 
broadcastBuffer(Buffer) - Method in class org.apache.flink.runtime.io.network.api.BufferWriter
 
broadcastBuffer(Buffer) - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
broadcastEvent(AbstractEvent) - Method in class org.apache.flink.runtime.io.network.api.BufferWriter
 
broadcastEvent(AbstractEvent) - Method in class org.apache.flink.runtime.io.network.api.RecordWriter
 
broadcastEvent(AbstractEvent) - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
broadcastInputIterators - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The input readers for the configured broadcast variables, wrapped in an iterator.
broadcastInputReaders - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The input readers for the configured broadcast variables for this task.
broadcastInputs - Variable in class org.apache.flink.api.common.operators.AbstractUdfOperator
The extra inputs which parameterize the user function.
broadcastInputSerializers - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The serializers for the broadcast input data types.
BroadcastPartitioner<T> - Class in org.apache.flink.streaming.partitioner
Partitioner that selects all the output channels.
BroadcastPartitioner() - Constructor for class org.apache.flink.streaming.partitioner.BroadcastPartitioner
 
Broker<V> - Class in org.apache.flink.runtime.iterative.concurrent
A concurrent data structure that allows the hand-over of an object between a pair of threads
Broker() - Constructor for class org.apache.flink.runtime.iterative.concurrent.Broker
 
brokerKey() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
buckets - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
The array of memory segments that contain the buckets which form the actual hash-table of hash-codes and pointers to the elements.
bucketsPerSegmentBits - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
The number of bits that describe the position of a bucket in a memory segment.
bucketsPerSegmentMask - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
The number of hash table buckets in a single memory segment - 1.
Buffer - Class in org.apache.flink.runtime.io.network
 
Buffer(MemorySegment, int, BufferRecycler) - Constructor for class org.apache.flink.runtime.io.network.Buffer
 
buffer - Variable in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
 
buffer - Variable in class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
 
BufferAvailabilityListener - Interface in org.apache.flink.runtime.io.network.bufferprovider
This interface must be implemented to receive an asynchronous callback from a BufferProvider as soon as a buffer has become available again.
bufferAvailable(Buffer) - Method in interface org.apache.flink.runtime.io.network.bufferprovider.BufferAvailabilityListener
Returns a Buffer to the listener.
bufferAvailable(Buffer) - Method in class org.apache.flink.runtime.io.network.netty.InboundEnvelopeDecoder
Notifies the IO thread that a Buffer has become available again.
BufferOrEvent - Class in org.apache.flink.runtime.io.network.channels
Either type for Buffer and AbstractEvent.
BufferOrEvent(Buffer) - Constructor for class org.apache.flink.runtime.io.network.channels.BufferOrEvent
 
BufferOrEvent(AbstractEvent) - Constructor for class org.apache.flink.runtime.io.network.channels.BufferOrEvent
 
BufferPoolConnector - Class in org.apache.flink.runtime.util
 
BufferPoolConnector(Queue<MemorySegment>) - Constructor for class org.apache.flink.runtime.util.BufferPoolConnector
Constructs a new buffer pool connector
BufferProvider - Interface in org.apache.flink.runtime.io.network.bufferprovider
 
BufferProvider.BufferAvailabilityRegistration - Enum in org.apache.flink.runtime.io.network.bufferprovider
 
BufferProviderBroker - Interface in org.apache.flink.runtime.io.network.bufferprovider
 
BufferRecycler - Interface in org.apache.flink.runtime.io.network
 
BufferWriter - Class in org.apache.flink.runtime.io.network.api
 
BufferWriter(AbstractInvokable) - Constructor for class org.apache.flink.runtime.io.network.api.BufferWriter
 
build() - Method in class org.apache.flink.api.io.avro.example.User.Builder
 
build() - Method in class org.apache.flink.api.java.record.operators.CoGroupOperator.Builder
Deprecated.
Creates and returns a CoGroupOperator from using the values given to the builder.
build() - Method in class org.apache.flink.api.java.record.operators.CrossOperator.Builder
Deprecated.
Creates and returns a CrossOperator from using the values given to the builder.
build() - Method in class org.apache.flink.api.java.record.operators.CrossWithLargeOperator.Builder
Deprecated.
Creates and returns a CrossOperator from using the values given to the builder.
build() - Method in class org.apache.flink.api.java.record.operators.CrossWithSmallOperator.Builder
Deprecated.
Creates and returns a CrossOperator from using the values given to the builder.
build() - Method in class org.apache.flink.api.java.record.operators.JoinOperator.Builder
Deprecated.
Creates and returns a JoinOperator from using the values given to the builder.
build() - Method in class org.apache.flink.api.java.record.operators.MapOperator.Builder
Deprecated.
Creates and returns a MapOperator from using the values given to the builder.
build() - Method in class org.apache.flink.api.java.record.operators.MapPartitionOperator.Builder
Deprecated.
Creates and returns a MapOperator from using the values given to the builder.
build() - Method in class org.apache.flink.api.java.record.operators.ReduceOperator.Builder
Creates and returns a ReduceOperator from using the values given to the builder.
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple10Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple11Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple12Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple13Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple14Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple15Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple16Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple17Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple18Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple19Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple1Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple20Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple21Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple22Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple23Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple24Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple25Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple2Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple3Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple4Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple5Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple6Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple7Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple8Builder
 
build() - Method in class org.apache.flink.api.java.tuple.builder.Tuple9Builder
 
builder(CoGroupFunction, Class<? extends Key<?>>, int, int) - Static method in class org.apache.flink.api.java.record.operators.CoGroupOperator
Deprecated.
Creates a Builder with the provided CoGroupFunction implementation.
builder(Class<? extends CoGroupFunction>, Class<? extends Key<?>>, int, int) - Static method in class org.apache.flink.api.java.record.operators.CoGroupOperator
Deprecated.
Creates a Builder with the provided CoGroupFunction implementation.
builder(CrossFunction) - Static method in class org.apache.flink.api.java.record.operators.CrossOperator
Deprecated.
Creates a Builder with the provided CrossFunction implementation.
builder(Class<? extends CrossFunction>) - Static method in class org.apache.flink.api.java.record.operators.CrossOperator
Deprecated.
Creates a Builder with the provided CrossFunction implementation.
builder(CrossFunction) - Static method in class org.apache.flink.api.java.record.operators.CrossWithLargeOperator
Deprecated.
Creates a Builder with the provided CrossFunction implementation.
builder(Class<? extends CrossFunction>) - Static method in class org.apache.flink.api.java.record.operators.CrossWithLargeOperator
Deprecated.
Creates a Builder with the provided CrossFunction implementation.
builder(CrossFunction) - Static method in class org.apache.flink.api.java.record.operators.CrossWithSmallOperator
Deprecated.
Creates a Builder with the provided CrossFunction implementation.
builder(Class<? extends CrossFunction>) - Static method in class org.apache.flink.api.java.record.operators.CrossWithSmallOperator
Deprecated.
Creates a Builder with the provided CrossFunction implementation.
builder(JoinFunction, Class<? extends Key<?>>, int, int) - Static method in class org.apache.flink.api.java.record.operators.JoinOperator
Deprecated.
Creates a Builder with the provided JoinFunction implementation
builder(Class<? extends JoinFunction>, Class<? extends Key<?>>, int, int) - Static method in class org.apache.flink.api.java.record.operators.JoinOperator
Deprecated.
Creates a Builder with the provided JoinFunction implementation
builder(MapFunction) - Static method in class org.apache.flink.api.java.record.operators.MapOperator
Deprecated.
Creates a Builder with the provided MapFunction implementation.
builder(Class<? extends MapFunction>) - Static method in class org.apache.flink.api.java.record.operators.MapOperator
Deprecated.
Creates a Builder with the provided MapFunction implementation.
builder(MapPartitionFunction) - Static method in class org.apache.flink.api.java.record.operators.MapPartitionOperator
Deprecated.
Creates a Builder with the provided MapPartitionFunction implementation.
builder(Class<? extends MapPartitionFunction>) - Static method in class org.apache.flink.api.java.record.operators.MapPartitionOperator
Deprecated.
Creates a Builder with the provided MapPartitionFunction implementation.
builder(ReduceFunction) - Static method in class org.apache.flink.api.java.record.operators.ReduceOperator
Creates a Builder with the provided ReduceFunction implementation.
builder(ReduceFunction, Class<? extends Key<?>>, int) - Static method in class org.apache.flink.api.java.record.operators.ReduceOperator
Creates a Builder with the provided ReduceFunction implementation.
builder(Class<? extends ReduceFunction>) - Static method in class org.apache.flink.api.java.record.operators.ReduceOperator
Creates a Builder with the provided ReduceFunction implementation.
builder(Class<? extends ReduceFunction>, Class<? extends Key<?>>, int) - Static method in class org.apache.flink.api.java.record.operators.ReduceOperator
Creates a Builder with the provided ReduceFunction implementation.
BuildFirstCachedMatchDriver<IT1,IT2,OT> - Class in org.apache.flink.runtime.operators
 
BuildFirstCachedMatchDriver() - Constructor for class org.apache.flink.runtime.operators.BuildFirstCachedMatchDriver
 
BuildFirstHashMatchIterator<V1,V2,O> - Class in org.apache.flink.runtime.operators.hash
An implementation of the JoinTaskIterator that uses a hybrid-hash-join internally to match the records with equal key.
BuildFirstHashMatchIterator(MutableObjectIterator<V1>, MutableObjectIterator<V2>, TypeSerializer<V1>, TypeComparator<V1>, TypeSerializer<V2>, TypeComparator<V2>, TypePairComparator<V2, V1>, MemoryManager, IOManager, AbstractInvokable, double) - Constructor for class org.apache.flink.runtime.operators.hash.BuildFirstHashMatchIterator
 
BuildFirstReOpenableHashMatchIterator<V1,V2,O> - Class in org.apache.flink.runtime.operators.hash
 
BuildFirstReOpenableHashMatchIterator(MutableObjectIterator<V1>, MutableObjectIterator<V2>, TypeSerializer<V1>, TypeComparator<V1>, TypeSerializer<V2>, TypeComparator<V2>, TypePairComparator<V2, V1>, MemoryManager, IOManager, AbstractInvokable, double) - Constructor for class org.apache.flink.runtime.operators.hash.BuildFirstReOpenableHashMatchIterator
 
buildInitialTable(MutableObjectIterator<BT>) - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
buildJDBCInputFormat() - Static method in class org.apache.flink.api.java.io.jdbc.JDBCInputFormat
A builder used to set parameters to the output format's configuration in a fluent way.
buildJDBCOutputFormat() - Static method in class org.apache.flink.api.java.io.jdbc.JDBCOutputFormat
 
buildPartialModel(Iterable<Integer>) - Method in class org.apache.flink.streaming.examples.ml.IncrementalLearningSkeleton.PartialModelBuilder
 
buildProgram(CommandLine) - Method in class org.apache.flink.client.CliFrontend
 
BuildSecondCachedMatchDriver<IT1,IT2,OT> - Class in org.apache.flink.runtime.operators
 
BuildSecondCachedMatchDriver() - Constructor for class org.apache.flink.runtime.operators.BuildSecondCachedMatchDriver
 
BuildSecondHashMatchIterator<V1,V2,O> - Class in org.apache.flink.runtime.operators.hash
An implementation of the JoinTaskIterator that uses a hybrid-hash-join internally to match the records with equal key.
BuildSecondHashMatchIterator(MutableObjectIterator<V1>, MutableObjectIterator<V2>, TypeSerializer<V1>, TypeComparator<V1>, TypeSerializer<V2>, TypeComparator<V2>, TypePairComparator<V1, V2>, MemoryManager, IOManager, AbstractInvokable, double) - Constructor for class org.apache.flink.runtime.operators.hash.BuildSecondHashMatchIterator
 
BuildSecondReOpenableHashMatchIterator<V1,V2,O> - Class in org.apache.flink.runtime.operators.hash
 
BuildSecondReOpenableHashMatchIterator(MutableObjectIterator<V1>, MutableObjectIterator<V2>, TypeSerializer<V1>, TypeComparator<V1>, TypeSerializer<V2>, TypeComparator<V2>, TypePairComparator<V1, V2>, MemoryManager, IOManager, AbstractInvokable, double) - Constructor for class org.apache.flink.runtime.operators.hash.BuildSecondReOpenableHashMatchIterator
 
buildSideComparator - Variable in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
The utilities to hash and compare the build side data types.
buildSideComparator - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
The utilities to hash and compare the build side data types.
buildSideSerializer - Variable in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
The utilities to serialize the build side data types.
buildSideSerializer - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
The utilities to serialize the build side data types.
buildTable(MutableObjectIterator<T>) - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
 
buildTable(MutableObjectIterator<T>) - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable
 
buildTableFromSpilledPartition(HashPartition<BT, PT>) - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
BulkBlockChannelReader - Class in org.apache.flink.runtime.io.disk.iomanager
 
BulkBlockChannelReader(Channel.ID, RequestQueue<ReadRequest>, List<MemorySegment>, int) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.BulkBlockChannelReader
 
BulkIteration - Class in org.apache.flink.api.java.record.operators
Deprecated.
BulkIteration() - Constructor for class org.apache.flink.api.java.record.operators.BulkIteration
Deprecated.
 
BulkIteration(String) - Constructor for class org.apache.flink.api.java.record.operators.BulkIteration
Deprecated.
 
BulkIteration.PartialSolutionPlaceHolder - Class in org.apache.flink.api.java.record.operators
Deprecated.
Specialized operator to use as a recognizable place-holder for the input to the step function when composing the nested data flow.
BulkIteration.PartialSolutionPlaceHolder(BulkIterationBase<Record>) - Constructor for class org.apache.flink.api.java.record.operators.BulkIteration.PartialSolutionPlaceHolder
Deprecated.
 
BulkIterationBase<T> - Class in org.apache.flink.api.common.operators.base
 
BulkIterationBase(UnaryOperatorInformation<T, T>) - Constructor for class org.apache.flink.api.common.operators.base.BulkIterationBase
 
BulkIterationBase(UnaryOperatorInformation<T, T>, String) - Constructor for class org.apache.flink.api.common.operators.base.BulkIterationBase
 
BulkIterationBase.PartialSolutionPlaceHolder<OT> - Class in org.apache.flink.api.common.operators.base
Specialized operator to use as a recognizable place-holder for the input to the step function when composing the nested data flow.
BulkIterationBase.PartialSolutionPlaceHolder(BulkIterationBase<OT>, OperatorInformation<OT>) - Constructor for class org.apache.flink.api.common.operators.base.BulkIterationBase.PartialSolutionPlaceHolder
 
BulkIterationBase.TerminationCriterionAggregationConvergence - Class in org.apache.flink.api.common.operators.base
Convergence for the termination criterion is reached if no tuple is output at current iteration for the termination criterion branch
BulkIterationBase.TerminationCriterionAggregationConvergence() - Constructor for class org.apache.flink.api.common.operators.base.BulkIterationBase.TerminationCriterionAggregationConvergence
 
BulkIterationBase.TerminationCriterionAggregator - Class in org.apache.flink.api.common.operators.base
Aggregator that basically only adds 1 for every output tuple of the termination criterion branch
BulkIterationBase.TerminationCriterionAggregator() - Constructor for class org.apache.flink.api.common.operators.base.BulkIterationBase.TerminationCriterionAggregator
 
BulkIterationBase.TerminationCriterionMapper<X> - Class in org.apache.flink.api.common.operators.base
Special Mapper that is added before a termination criterion and is only a container for an special aggregator
BulkIterationBase.TerminationCriterionMapper() - Constructor for class org.apache.flink.api.common.operators.base.BulkIterationBase.TerminationCriterionMapper
 
BulkIterationNode - Class in org.apache.flink.compiler.dag
A node in the optimizer's program representation for a bulk iteration.
BulkIterationNode(BulkIterationBase<?>) - Constructor for class org.apache.flink.compiler.dag.BulkIterationNode
Creates a new node for the bulk iteration.
BulkIterationPlanNode - Class in org.apache.flink.compiler.plan
 
BulkIterationPlanNode(BulkIterationNode, String, Channel, BulkPartialSolutionPlanNode, PlanNode) - Constructor for class org.apache.flink.compiler.plan.BulkIterationPlanNode
 
BulkIterationPlanNode(BulkIterationNode, String, Channel, BulkPartialSolutionPlanNode, PlanNode, PlanNode) - Constructor for class org.apache.flink.compiler.plan.BulkIterationPlanNode
 
BulkIterationResultSet<T> - Class in org.apache.flink.api.java.operators
 
BulkPartialSolutionNode - Class in org.apache.flink.compiler.dag
The optimizer's internal representation of the partial solution that is input to a bulk iteration.
BulkPartialSolutionNode(BulkIterationBase.PartialSolutionPlaceHolder<?>, BulkIterationNode) - Constructor for class org.apache.flink.compiler.dag.BulkPartialSolutionNode
 
BulkPartialSolutionPlanNode - Class in org.apache.flink.compiler.plan
Plan candidate node for partial solution of a bulk iteration.
BulkPartialSolutionPlanNode(BulkPartialSolutionNode, String, GlobalProperties, LocalProperties, Channel) - Constructor for class org.apache.flink.compiler.plan.BulkPartialSolutionPlanNode
 
BYTE_ARRAY_TYPE_INFO - Static variable in class org.apache.flink.api.common.typeinfo.BasicArrayTypeInfo
 
BYTE_PRIMITIVE_ARRAY_TYPE_INFO - Static variable in class org.apache.flink.api.common.typeinfo.PrimitiveArrayTypeInfo
 
BYTE_TYPE_INFO - Static variable in class org.apache.flink.api.common.typeinfo.BasicTypeInfo
 
ByteComparator - Class in org.apache.flink.api.common.typeutils.base
 
ByteComparator(boolean) - Constructor for class org.apache.flink.api.common.typeutils.base.ByteComparator
 
ByteParser - Class in org.apache.flink.types.parser
 
ByteParser() - Constructor for class org.apache.flink.types.parser.ByteParser
 
BytePrimitiveArraySerializer - Class in org.apache.flink.api.common.typeutils.base.array
A serializer for byte arrays.
BytePrimitiveArraySerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.array.BytePrimitiveArraySerializer
 
ByteSerializer - Class in org.apache.flink.api.common.typeutils.base
 
ByteSerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.ByteSerializer
 
bytesToCodePoint(ByteBuffer) - Static method in class org.apache.flink.core.io.StringRecord
Returns the next code point at the current position in the buffer.
byteToHexString(byte[], int, int) - Static method in class org.apache.flink.util.StringUtils
Given an array of bytes it will convert the bytes to a hex string representation of the bytes.
byteToHexString(byte[]) - Static method in class org.apache.flink.util.StringUtils
Given an array of bytes it will convert the bytes to a hex string representation of the bytes.
ByteValue - Class in org.apache.flink.types
Boxed serializable and comparable byte type, representing the primitive type byte (signed 8 bit integer).
ByteValue() - Constructor for class org.apache.flink.types.ByteValue
Initializes the encapsulated byte with 0.
ByteValue(byte) - Constructor for class org.apache.flink.types.ByteValue
Initializes the encapsulated byte with the provided value.
ByteValueParser - Class in org.apache.flink.types.parser
Parses a decimal text field into a ByteValue.
ByteValueParser() - Constructor for class org.apache.flink.types.parser.ByteValueParser
 
ByteValueSerializer - Class in org.apache.flink.api.common.typeutils.base
 
ByteValueSerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.ByteValueSerializer
 
byteWrapper - Variable in class org.apache.flink.api.java.record.io.TextInputFormat
 

C

cacheBaseStatistics(BaseStatistics, String) - Method in class org.apache.flink.compiler.DataStatistics
Caches the given statistics.
cacheBaseStatistics(BaseStatistics, String) - Method in class org.apache.flink.compiler.NonCachingDataStatistics
 
cachedPlans - Variable in class org.apache.flink.compiler.dag.OptimizerNode
 
cacheFile - Variable in class org.apache.flink.api.common.Plan
Hash map for files in the distributed cache: registered name to cache entry.
call(IOReadableWritable, InetSocketAddress, Class<?>) - Method in class org.apache.flink.runtime.ipc.Client
Make a call, passing param, to the IPC server running at address which is servicing the protocol protocol, with the ticket credentials, returning the value.
call(Class<?>, IOReadableWritable, long) - Method in class org.apache.flink.runtime.ipc.RPC.Server
 
call(Class<?>, IOReadableWritable, long) - Method in class org.apache.flink.runtime.ipc.Server
Called for each call.
callUserFunction() - Method in class org.apache.flink.streaming.api.invokable.operator.BatchGroupReduceInvokable
 
callUserFunction() - Method in class org.apache.flink.streaming.api.invokable.operator.BatchReduceInvokable
 
callUserFunction() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoInvokable
 
callUserFunction() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowInvokable
 
callUserFunction() - Method in class org.apache.flink.streaming.api.invokable.operator.CounterInvokable
 
callUserFunction() - Method in class org.apache.flink.streaming.api.invokable.operator.FilterInvokable
 
callUserFunction() - Method in class org.apache.flink.streaming.api.invokable.operator.FlatMapInvokable
 
callUserFunction() - Method in class org.apache.flink.streaming.api.invokable.operator.GroupedReduceInvokable
 
callUserFunction() - Method in class org.apache.flink.streaming.api.invokable.operator.MapInvokable
 
callUserFunction() - Method in class org.apache.flink.streaming.api.invokable.operator.ProjectInvokable
 
callUserFunction() - Method in class org.apache.flink.streaming.api.invokable.operator.StreamReduceInvokable
 
callUserFunction() - Method in class org.apache.flink.streaming.api.invokable.SinkInvokable
 
callUserFunction() - Method in class org.apache.flink.streaming.api.invokable.SourceInvokable
 
callUserFunction() - Method in class org.apache.flink.streaming.api.invokable.StreamInvokable
The call of the user implemented function should be implemented here
callUserFunction1() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable
 
callUserFunction1() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoFlatMapInvokable
 
callUserFunction1() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoGroupedReduceInvokable
 
callUserFunction1() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoInvokable
 
callUserFunction1() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoMapInvokable
 
callUserFunction1() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoReduceInvokable
 
callUserFunction1() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowInvokable
 
callUserFunction2() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable
 
callUserFunction2() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoFlatMapInvokable
 
callUserFunction2() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoGroupedReduceInvokable
 
callUserFunction2() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoInvokable
 
callUserFunction2() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoMapInvokable
 
callUserFunction2() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoReduceInvokable
 
callUserFunction2() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowInvokable
 
callUserFunctionAndLogException() - Method in class org.apache.flink.streaming.api.invokable.StreamInvokable
Method for logging exceptions thrown during the user function call
callUserFunctionAndLogException1() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoInvokable
 
callUserFunctionAndLogException2() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoInvokable
 
callWithNextKey(FlatJoinFunction<V1, V2, O>, Collector<O>) - Method in class org.apache.flink.runtime.operators.hash.BuildFirstHashMatchIterator
 
callWithNextKey(FlatJoinFunction<V1, V2, O>, Collector<O>) - Method in class org.apache.flink.runtime.operators.hash.BuildSecondHashMatchIterator
 
callWithNextKey(FlatJoinFunction<T1, T2, O>, Collector<O>) - Method in class org.apache.flink.runtime.operators.sort.MergeMatchIterator
Calls the JoinFunction#match() method for all two key-value pairs that share the same key and come from different inputs.
callWithNextKey(FlatJoinFunction<V1, V2, O>, Collector<O>) - Method in interface org.apache.flink.runtime.operators.util.JoinTaskIterator
Moves the internal pointer to the next key that both inputs share.
cancel(String[]) - Method in class org.apache.flink.client.CliFrontend
Executes the cancel action.
cancel() - Method in class org.apache.flink.runtime.executiongraph.Execution
 
cancel() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
cancel() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
 
cancel() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
cancel() - Method in class org.apache.flink.runtime.instance.AllocatedSlot
 
cancel() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
cancel() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
This method is called when a task is canceled either as a result of a user abort or an execution failure.
cancel() - Method in class org.apache.flink.runtime.operators.AbstractCachedBuildSideMatchDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.AllGroupReduceDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.AllReduceDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.CoGroupDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.CollectorMapDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.CrossDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.DataSinkTask
 
cancel() - Method in class org.apache.flink.runtime.operators.DataSourceTask
 
cancel() - Method in class org.apache.flink.runtime.operators.FlatMapDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.GroupReduceCombineDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.GroupReduceDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.MapDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.MapPartitionDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.MatchDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.NoOpDriver
 
cancel() - Method in interface org.apache.flink.runtime.operators.PactDriver
This method is invoked when the driver must aborted in mid processing.
cancel() - Method in class org.apache.flink.runtime.operators.ReduceCombineDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.ReduceDriver
 
cancel() - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
cancelAndClearEverything(Throwable) - Method in class org.apache.flink.runtime.taskmanager.TaskManager
Removes all tasks from this TaskManager.
cancelAndReleaseAllSlots() - Method in class org.apache.flink.runtime.instance.Instance
 
cancelChainedTasks(List<ChainedDriver<?, ?>>) - Static method in class org.apache.flink.runtime.operators.RegularPactTask
Cancels all tasks via their ChainedDriver.cancelTask() method.
cancelExecution() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
cancelExecution() - Method in class org.apache.flink.runtime.taskmanager.Task
 
cancelingDone() - Method in class org.apache.flink.runtime.taskmanager.Task
 
cancelJob() - Method in class org.apache.flink.runtime.client.JobClient
Cancels the job assigned to this job client.
cancelJob(JobID) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
cancelJob(JobID) - Method in interface org.apache.flink.runtime.protocols.JobManagementProtocol
Requests to cancel the job specified by the given ID.
cancelTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedCollectorMapDriver
 
cancelTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
cancelTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
 
cancelTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedMapDriver
 
cancelTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedTerminationCriterionDriver
 
cancelTask() - Method in class org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
 
cancelTask(ExecutionAttemptID) - Method in interface org.apache.flink.runtime.protocols.TaskOperationProtocol
 
cancelTask(ExecutionAttemptID) - Method in class org.apache.flink.runtime.taskmanager.TaskManager
 
CancelTaskException - Exception in org.apache.flink.runtime.execution
Thrown to trigger a canceling of the executing task.
CancelTaskException() - Constructor for exception org.apache.flink.runtime.execution.CancelTaskException
 
CANNOT_EXECUTE_EMPTY_JOB - Static variable in class org.apache.flink.streaming.util.ClusterUtil
 
canReadInt() - Method in class org.apache.flink.api.java.typeutils.runtime.NoFetchingInput
 
canReadLong() - Method in class org.apache.flink.api.java.typeutils.runtime.NoFetchingInput
 
captureCPUUtilization(JobID, ThreadMXBean, long) - Method in class org.apache.flink.runtime.profiling.impl.EnvironmentThreadSet
 
CartesianProductDescriptor - Class in org.apache.flink.compiler.operators
 
CartesianProductDescriptor(boolean, boolean) - Constructor for class org.apache.flink.compiler.operators.CartesianProductDescriptor
 
CellInfoLocal - Class in org.apache.flink.streaming.examples.cellinfo
 
CellInfoLocal() - Constructor for class org.apache.flink.streaming.examples.cellinfo.CellInfoLocal
 
CellInfoLocal.InfoSource - Class in org.apache.flink.streaming.examples.cellinfo
 
CellInfoLocal.InfoSource() - Constructor for class org.apache.flink.streaming.examples.cellinfo.CellInfoLocal.InfoSource
 
CENTERS_2D_AFTER_20_ITERATIONS_DOUBLE_DIGIT - Static variable in class org.apache.flink.test.testdata.KMeansData
 
CENTERS_2D_AFTER_SINGLE_ITERATION_DOUBLE_DIGIT - Static variable in class org.apache.flink.test.testdata.KMeansData
 
CENTERS_AFTER_20_ITERATIONS_DOUBLE_DIGIT - Static variable in class org.apache.flink.test.testdata.KMeansData
 
CENTERS_AFTER_20_ITERATIONS_SINGLE_DIGIT - Static variable in class org.apache.flink.test.testdata.KMeansData
 
CENTERS_AFTER_ONE_STEP - Static variable in class org.apache.flink.test.testdata.KMeansData
 
CENTERS_AFTER_ONE_STEP_SINGLE_DIGIT - Static variable in class org.apache.flink.test.testdata.KMeansData
 
CENTROIDS - Static variable in class org.apache.flink.examples.java.clustering.util.KMeansData
 
ChainedCollectorMapDriver<IT,OT> - Class in org.apache.flink.runtime.operators.chaining
 
ChainedCollectorMapDriver() - Constructor for class org.apache.flink.runtime.operators.chaining.ChainedCollectorMapDriver
 
ChainedDriver<IT,OT> - Class in org.apache.flink.runtime.operators.chaining
The interface to be implemented by drivers that do not run in an own pact task context, but are chained to other tasks.
ChainedDriver() - Constructor for class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
ChainedFlatMapDriver<IT,OT> - Class in org.apache.flink.runtime.operators.chaining
 
ChainedFlatMapDriver() - Constructor for class org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
 
ChainedMapDriver<IT,OT> - Class in org.apache.flink.runtime.operators.chaining
 
ChainedMapDriver() - Constructor for class org.apache.flink.runtime.operators.chaining.ChainedMapDriver
 
chainedTasks - Variable in class org.apache.flink.runtime.operators.RegularPactTask
A list of chained drivers, if there are any.
ChainedTerminationCriterionDriver<IT,OT> - Class in org.apache.flink.runtime.operators.chaining
 
ChainedTerminationCriterionDriver() - Constructor for class org.apache.flink.runtime.operators.chaining.ChainedTerminationCriterionDriver
 
Channel - Class in org.apache.flink.compiler.plan
 
Channel(PlanNode) - Constructor for class org.apache.flink.compiler.plan.Channel
 
Channel(PlanNode, TempMode) - Constructor for class org.apache.flink.compiler.plan.Channel
 
Channel - Class in org.apache.flink.runtime.io.disk.iomanager
A Channel represents a collection of files that belong logically to the same resource.
Channel() - Constructor for class org.apache.flink.runtime.io.disk.iomanager.Channel
 
Channel - Class in org.apache.flink.runtime.io.network.channels
The base class for channel objects.
Channel(int, ChannelID, ChannelID, ChannelType) - Constructor for class org.apache.flink.runtime.io.network.channels.Channel
Auxiliary constructor for channels
Channel.Enumerator - Class in org.apache.flink.runtime.io.disk.iomanager
 
Channel.Enumerator(String[], Random) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.Channel.Enumerator
 
Channel.ID - Class in org.apache.flink.runtime.io.disk.iomanager
An ID identifying an underlying fileChannel.
Channel.ID(String, int) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.Channel.ID
 
Channel.ID(String, int, Random) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.Channel.ID
 
ChannelAccess<T,R extends org.apache.flink.runtime.io.disk.iomanager.IORequest> - Class in org.apache.flink.runtime.io.disk.iomanager
A base class for readers and writers that read data from I/O manager channels, or write data to them.
ChannelAccess(Channel.ID, RequestQueue<R>, boolean) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.ChannelAccess
Creates a new channel to the path indicated by the given ID.
channelActive(ChannelHandlerContext) - Method in class org.apache.flink.runtime.io.network.netty.InboundEnvelopeDecoder
 
ChannelCloseEvent - Class in org.apache.flink.runtime.io.network.channels
 
ChannelCloseEvent() - Constructor for class org.apache.flink.runtime.io.network.channels.ChannelCloseEvent
 
ChannelDeploymentDescriptor - Class in org.apache.flink.runtime.deployment
A channel deployment descriptor contains all the information necessary to deploy either an input or an output channel as part of a task on a task manager.
ChannelDeploymentDescriptor(ChannelID, ChannelID) - Constructor for class org.apache.flink.runtime.deployment.ChannelDeploymentDescriptor
Constructs a new channel deployment descriptor.
ChannelDeploymentDescriptor() - Constructor for class org.apache.flink.runtime.deployment.ChannelDeploymentDescriptor
Default constructor for serialization/deserialization.
ChannelID - Class in org.apache.flink.runtime.io.network.channels
 
ChannelID() - Constructor for class org.apache.flink.runtime.io.network.channels.ChannelID
 
ChannelID(long, long) - Constructor for class org.apache.flink.runtime.io.network.channels.ChannelID
 
ChannelID(AbstractID) - Constructor for class org.apache.flink.runtime.io.network.channels.ChannelID
 
channelID - Variable in class org.apache.flink.streaming.api.collector.StreamCollector
 
ChannelLookupProtocol - Interface in org.apache.flink.runtime.protocols
The channel lookup protocol can be used to resolve the ID of an output channel to all recipients which shall receive the data of this channel.
ChannelManager - Class in org.apache.flink.runtime.io.network
The channel manager sets up the network buffers and dispatches data between channels.
ChannelManager(ChannelLookupProtocol, InstanceConnectionInfo, int, int, NetworkConnectionManager) - Constructor for class org.apache.flink.runtime.io.network.ChannelManager
 
channelRead(ChannelHandlerContext, Object) - Method in class org.apache.flink.runtime.io.network.netty.InboundEnvelopeDecoder
 
channelRead(ChannelHandlerContext, Object) - Method in class org.apache.flink.runtime.io.network.netty.InboundEnvelopeDispatcher
 
ChannelReaderInputView - Class in org.apache.flink.runtime.io.disk.iomanager
A DataInputView that is backed by a BlockChannelReader, making it effectively a data input stream.
ChannelReaderInputView(BlockChannelReader, List<MemorySegment>, boolean) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
Creates a new channel reader that reads from the given channel until the last block (as marked by a ChannelWriterOutputView) is found.
ChannelReaderInputView(BlockChannelReader, List<MemorySegment>, int, boolean) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
Creates a new channel reader that reads from the given channel, expecting a specified number of blocks in the channel.
ChannelReaderInputViewIterator<E> - Class in org.apache.flink.runtime.io.disk
A simple iterator over the input read though an I/O channel.
ChannelReaderInputViewIterator(IOManager, Channel.ID, List<MemorySegment>, List<MemorySegment>, TypeSerializer<E>, int) - Constructor for class org.apache.flink.runtime.io.disk.ChannelReaderInputViewIterator
 
ChannelReaderInputViewIterator(IOManager, Channel.ID, LinkedBlockingQueue<MemorySegment>, List<MemorySegment>, List<MemorySegment>, TypeSerializer<E>, int) - Constructor for class org.apache.flink.runtime.io.disk.ChannelReaderInputViewIterator
 
ChannelReaderInputViewIterator(BlockChannelReader, LinkedBlockingQueue<MemorySegment>, List<MemorySegment>, List<MemorySegment>, TypeSerializer<E>, int) - Constructor for class org.apache.flink.runtime.io.disk.ChannelReaderInputViewIterator
 
ChannelReaderInputViewIterator(ChannelReaderInputView, List<MemorySegment>, TypeSerializer<E>) - Constructor for class org.apache.flink.runtime.io.disk.ChannelReaderInputViewIterator
 
channels() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
channels() - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
ChannelSelector<T extends IOReadableWritable> - Interface in org.apache.flink.runtime.io.network.api
Objects implementing this interface are passed to an OutputGate.
ChannelType - Enum in org.apache.flink.runtime.io.network.channels
An enumeration for the channel types.
channelWritabilityChanged(ChannelHandlerContext) - Method in class org.apache.flink.runtime.io.network.netty.OutboundConnectionQueue
 
ChannelWriterOutputView - Class in org.apache.flink.runtime.io.disk.iomanager
A DataOutputView that is backed by a BlockChannelWriter, making it effectively a data output stream.
ChannelWriterOutputView(BlockChannelWriter, List<MemorySegment>, int) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
Creates an new ChannelWriterOutputView that writes to the given channel and buffers data in the given memory segments.
ChannelWriterOutputView(BlockChannelWriter, int) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
Creates an new ChannelWriterOutputView that writes to the given channel.
CHAR_ARRAY_TYPE_INFO - Static variable in class org.apache.flink.api.common.typeinfo.BasicArrayTypeInfo
 
CHAR_PRIMITIVE_ARRAY_TYPE_INFO - Static variable in class org.apache.flink.api.common.typeinfo.PrimitiveArrayTypeInfo
 
CHAR_TYPE_INFO - Static variable in class org.apache.flink.api.common.typeinfo.BasicTypeInfo
 
charAt(int) - Method in class org.apache.flink.core.io.StringRecord
Returns the Unicode Scalar Value (32-bit integer value) for the character at position.
charAt(int) - Method in class org.apache.flink.types.StringValue
 
CharComparator - Class in org.apache.flink.api.common.typeutils.base
 
CharComparator(boolean) - Constructor for class org.apache.flink.api.common.typeutils.base.CharComparator
 
CharPrimitiveArraySerializer - Class in org.apache.flink.api.common.typeutils.base.array
A serializer for char arrays.
CharPrimitiveArraySerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.array.CharPrimitiveArraySerializer
 
CharSerializer - Class in org.apache.flink.api.common.typeutils.base
 
CharSerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.CharSerializer
 
CHARSET_NAME - Static variable in class org.apache.flink.api.java.record.io.TextInputFormat
 
CharValue - Class in org.apache.flink.types
Boxed serializable and comparable character type, representing the primitive type char.
CharValue() - Constructor for class org.apache.flink.types.CharValue
Initializes the encapsulated char with 0.
CharValue(char) - Constructor for class org.apache.flink.types.CharValue
Initializes the encapsulated char with the provided value.
CharValueSerializer - Class in org.apache.flink.api.common.typeutils.base
 
CharValueSerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.CharValueSerializer
 
check(Plan) - Method in class org.apache.flink.compiler.contextcheck.ContextChecker
Checks whether the given plan is valid.
check() - Method in interface org.apache.flink.compiler.contextcheck.Validatable
 
check() - Method in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopDataSink
 
checkAndExtractLambdaMethod(Function) - Static method in class org.apache.flink.api.common.functions.util.FunctionUtils
 
checkCollection(Collection<X>, Class<X>) - Static method in class org.apache.flink.api.java.io.CollectionInputFormat
 
checkedDownCast(long) - Static method in class org.apache.flink.runtime.util.MathUtils
Casts the given value to a 32 bit integer, if it can be safely done.
CheckedMemorySegment - Class in org.apache.flink.runtime.memorymanager
This class represents a piece of memory allocated from the memory manager.
CheckedMemorySegment(byte[]) - Constructor for class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
checkErroneous() - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelAccess
Checks the exception state of this channel.
checkFieldRange(int) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Checks if the given field position is allowed for the output type
checkForInstantiation(Class<?>) - Static method in class org.apache.flink.util.InstantiationUtil
Performs a standard check whether the class can be instantiated by Class#newInstance().
checkForInstantiationError(Class<?>) - Static method in class org.apache.flink.util.InstantiationUtil
 
checkJarFile(File) - Static method in class org.apache.flink.client.program.JobWithJars
 
checkJoinKeyFields(int[]) - Method in class org.apache.flink.api.java.operators.DeltaIteration.SolutionSetPlaceHolder
 
checkJoinKeyFields(int[]) - Method in class org.apache.flink.api.java.record.operators.DeltaIteration.SolutionSetPlaceHolder
Deprecated.
 
checkOddEvenResult(BufferedReader) - Static method in class org.apache.flink.test.testdata.ConnectedComponentsData
 
checkOddEvenResult(List<Tuple2<Long, Long>>) - Static method in class org.apache.flink.test.testdata.ConnectedComponentsData
 
checkOddEvenResult(BufferedReader) - Static method in class org.apache.flink.test.testdata.TransitiveClosureData
 
checkPartialSolutionPropertiesMet(PlanNode, GlobalProperties, LocalProperties) - Method in class org.apache.flink.compiler.plan.PlanNode
 
CheckpointStates() - Method in class org.apache.flink.streaming.state.manager.StateCheckpointer
 
checkResultsWithDelta(String, List<String>, double) - Static method in class org.apache.flink.test.testdata.KMeansData
 
checkSameExecutionContext(DataSet<?>, DataSet<?>) - Static method in class org.apache.flink.api.java.DataSet
 
checkWindowEnd(long) - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowInvokable.StreamWindow
 
checkWindowEnd(long) - Method in class org.apache.flink.streaming.api.invokable.operator.GroupedWindowGroupReduceInvokable.GroupedStreamWindow
 
checkWindowEnd(long) - Method in class org.apache.flink.streaming.api.invokable.operator.GroupedWindowReduceInvokable.GroupedStreamWindow
 
checkWindowEnd(long) - Method in class org.apache.flink.streaming.api.invokable.operator.WindowGroupReduceInvokable.StreamWindow
 
checkWindowEnd(long) - Method in class org.apache.flink.streaming.api.invokable.operator.WindowReduceInvokable.StreamWindow
 
checkWindowEnd1(long, CoWindowReduceInvokable<IN1, IN2, OUT>.StreamWindow<IN1>) - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoGroupedWindowReduceInvokable
 
checkWindowEnd1(long, CoWindowReduceInvokable<IN1, IN2, OUT>.StreamWindow<IN1>) - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowReduceInvokable
 
checkWindowEnd2(long, CoWindowReduceInvokable<IN1, IN2, OUT>.StreamWindow<IN2>) - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoGroupedWindowReduceInvokable
 
checkWindowEnd2(long, CoWindowReduceInvokable<IN1, IN2, OUT>.StreamWindow<IN2>) - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowReduceInvokable
 
circularBuffer - Variable in class org.apache.flink.streaming.api.invokable.operator.BatchReduceInvokable.StreamBatch
 
circularBuffer - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable.StreamBatch
 
CircularFifoList<T> - Class in org.apache.flink.streaming.state
A simple class, that manages a circular queue with sliding interval.
CircularFifoList() - Constructor for class org.apache.flink.streaming.state.CircularFifoList
 
circularList - Variable in class org.apache.flink.streaming.api.invokable.operator.BatchGroupReduceInvokable.StreamBatch
 
circularList1 - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowInvokable
 
circularList1 - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowInvokable.StreamWindow
 
circularList2 - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowInvokable
 
circularList2 - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowInvokable.StreamWindow
 
ClassUtils - Class in org.apache.flink.util
Utility class which provides various methods for dynamic class loading.
cleanFile(String) - Method in class org.apache.flink.streaming.api.function.sink.WriteSinkFunction
Creates target file if it does not exist, cleans it if it exists.
cleanup() - Method in class org.apache.flink.runtime.operators.AbstractCachedBuildSideMatchDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.AllGroupReduceDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.AllReduceDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.CoGroupDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.CollectorMapDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.CrossDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.FlatMapDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.GroupReduceCombineDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.GroupReduceDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.MapDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.MapPartitionDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.MatchDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.NoOpDriver
 
cleanup() - Method in interface org.apache.flink.runtime.operators.PactDriver
This method is invoked in any case (clean termination and exception) at the end of the tasks operation.
cleanup() - Method in class org.apache.flink.runtime.operators.ReduceCombineDriver
 
cleanup() - Method in class org.apache.flink.runtime.operators.ReduceDriver
 
cleanup(Logger, Closeable...) - Static method in class org.apache.flink.runtime.util.IOUtils
Close the Closeable objects and ignore any IOException or null pointers.
cleanupJob(JobConf) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.datatypes.HadoopFileOutputCommitter
 
clear() - Method in class org.apache.flink.core.io.StringRecord
Clear the string to empty.
clear() - Method in class org.apache.flink.examples.java.clustering.KMeans.Point
 
clear() - Method in class org.apache.flink.runtime.io.network.serialization.AdaptiveSpanningRecordDeserializer
 
clear() - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
clear() - Method in interface org.apache.flink.runtime.io.network.serialization.RecordDeserializer
 
clear() - Method in interface org.apache.flink.runtime.io.network.serialization.RecordSerializer
 
clear() - Method in class org.apache.flink.runtime.io.network.serialization.SpanningRecordSerializer
 
clear() - Method in class org.apache.flink.runtime.jobmanager.scheduler.SetQueue
 
clear() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
Clears the internal state of the view.
clear() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
Clears the internal state.
clear() - Method in class org.apache.flink.runtime.operators.sort.PartialOrderPriorityQueue
Removes all entries from the PriorityQueue.
clear() - Method in class org.apache.flink.runtime.profiling.impl.types.ProfilingDataContainer
 
clear() - Method in class org.apache.flink.runtime.util.IntArrayList
 
clear() - Method in class org.apache.flink.runtime.util.LongArrayList
 
clear() - Method in class org.apache.flink.streaming.state.NullableCircularBuffer
Clears this buffer.
clear() - Method in class org.apache.flink.streaming.state.TableState
 
clear() - Method in class org.apache.flink.types.ListValue
 
clear() - Method in class org.apache.flink.types.MapValue
 
clear() - Method in class org.apache.flink.types.Record
Clears the record.
clearAllMemory(List<MemorySegment>) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
 
clearAllMemory(List<MemorySegment>) - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
releases all of the partition's segments (pages and overflow buckets)
clearAllMemory(List<MemorySegment>) - Method in class org.apache.flink.runtime.operators.hash.ReOpenableHashPartition
 
clearBuffers() - Method in class org.apache.flink.runtime.io.network.api.RecordWriter
 
clearFavoriteColor() - Method in class org.apache.flink.api.io.avro.example.User.Builder
Clears the value of the 'favorite_color' field
clearFavoriteNumber() - Method in class org.apache.flink.api.io.avro.example.User.Builder
Clears the value of the 'favorite_number' field
clearFirstInput() - Method in class org.apache.flink.api.common.operators.DualInputOperator
Clears this operator's first input.
clearInputs() - Method in class org.apache.flink.api.common.operators.SingleInputOperator
Removes all inputs.
clearInterestingProperties() - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
clearInterestingProperties() - Method in class org.apache.flink.compiler.dag.PactConnection
 
clearLocalBufferPool() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
clearLocalBufferPool() - Method in interface org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPoolOwner
Clears the local buffer pool and returns all buffers to the global buffer pool.
clearLocalBufferPool() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
clearName() - Method in class org.apache.flink.api.io.avro.example.User.Builder
Clears the value of the 'name' field
clearPartitions() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
This method clears all partitions currently residing (partially) in memory.
clearProperties() - Method in class org.apache.flink.api.common.operators.DualInputSemanticProperties
Clears the object.
clearProperties() - Method in class org.apache.flink.api.common.operators.SemanticProperties
Clears the object.
clearProperties() - Method in class org.apache.flink.api.common.operators.SingleInputSemanticProperties
Clears the object.
clearSecondInput() - Method in class org.apache.flink.api.common.operators.DualInputOperator
Clears this operator's second input.
clearUniqueFieldCombinations() - Method in class org.apache.flink.compiler.dataproperties.GlobalProperties
 
clearUniqueFields() - Method in class org.apache.flink.api.common.operators.CompilerHints
 
clearUniqueFieldSets() - Method in class org.apache.flink.compiler.dataproperties.LocalProperties
 
Client - Class in org.apache.flink.client.program
Encapsulates the functionality necessary to submit a program to a remote cluster.
Client(InetSocketAddress, Configuration, ClassLoader) - Constructor for class org.apache.flink.client.program.Client
Creates a new instance of the class that submits the jobs to a job-manager.
Client(Configuration, ClassLoader) - Constructor for class org.apache.flink.client.program.Client
Creates a instance that submits the programs to the job-manager defined in the configuration.
Client - Class in org.apache.flink.runtime.ipc
 
Client(SocketFactory) - Constructor for class org.apache.flink.runtime.ipc.Client
 
Client() - Constructor for class org.apache.flink.runtime.ipc.Client
Construct an IPC client with the default SocketFactory
Client.ProgramAbortException - Error in org.apache.flink.client.program
 
Client.ProgramAbortException() - Constructor for error org.apache.flink.client.program.Client.ProgramAbortException
 
CliFrontend - Class in org.apache.flink.client
Implementation of a simple command line fronted for executing programs.
CliFrontend() - Constructor for class org.apache.flink.client.CliFrontend
Initializes the class
clone() - Method in class org.apache.flink.api.common.operators.Ordering
 
clone() - Method in class org.apache.flink.api.common.operators.util.FieldSet
Since instances of FieldSet are strictly immutable, this method does not actually clone, but it only returns the original instance.
clone() - Method in class org.apache.flink.compiler.costs.Costs
 
clone() - Method in class org.apache.flink.compiler.dataproperties.GlobalProperties
 
clone() - Method in class org.apache.flink.compiler.dataproperties.InterestingProperties
 
clone() - Method in class org.apache.flink.compiler.dataproperties.LocalProperties
 
clone() - Method in class org.apache.flink.compiler.dataproperties.RequestedGlobalProperties
 
clone() - Method in class org.apache.flink.compiler.dataproperties.RequestedLocalProperties
 
clone() - Method in class org.apache.flink.compiler.plan.Channel
 
close() - Method in class org.apache.flink.api.avro.FSDataInputStreamWrapper
 
close() - Method in class org.apache.flink.api.common.functions.AbstractRichFunction
 
close() - Method in interface org.apache.flink.api.common.functions.RichFunction
Teardown method for the user code.
close() - Method in class org.apache.flink.api.common.functions.util.CopyingListCollector
 
close() - Method in class org.apache.flink.api.common.functions.util.ListCollector
 
close() - Method in class org.apache.flink.api.common.io.BinaryOutputFormat.BlockBasedOutput
 
close() - Method in class org.apache.flink.api.common.io.BinaryOutputFormat
 
close() - Method in class org.apache.flink.api.common.io.DelimitedInputFormat
Closes the input by releasing all buffers and closing the file input stream.
close() - Method in class org.apache.flink.api.common.io.FileInputFormat
Closes the file input stream of the input format.
close() - Method in class org.apache.flink.api.common.io.FileOutputFormat
 
close() - Method in class org.apache.flink.api.common.io.GenericInputFormat
 
close() - Method in interface org.apache.flink.api.common.io.InputFormat
Method that marks the end of the life-cycle of an input split.
close() - Method in interface org.apache.flink.api.common.io.OutputFormat
Method that marks the end of the life-cycle of parallel output instance.
close() - Method in class org.apache.flink.api.java.io.AvroOutputFormat
 
close() - Method in class org.apache.flink.api.java.io.CsvOutputFormat
 
close() - Method in class org.apache.flink.api.java.io.DiscardingOuputFormat
 
close() - Method in class org.apache.flink.api.java.io.DiscardingOutputFormat
 
close() - Method in class org.apache.flink.api.java.io.jdbc.JDBCInputFormat
Closes all resources used.
close() - Method in class org.apache.flink.api.java.io.jdbc.JDBCOutputFormat
Executes prepared statement and closes all resources of this instance.
close() - Method in class org.apache.flink.api.java.io.LocalCollectionOutputFormat
 
close() - Method in class org.apache.flink.api.java.io.PrintingOutputFormat
 
close() - Method in class org.apache.flink.api.java.io.RemoteCollectorOutputFormat
This method unbinds the reference of the implementation of RemoteCollector.
close() - Method in class org.apache.flink.api.java.operators.translation.TupleWrappingCollector
 
close() - Method in class org.apache.flink.api.java.operators.translation.WrappingFunction
 
close() - Method in class org.apache.flink.api.java.record.io.CsvOutputFormat
 
close() - Method in class org.apache.flink.api.java.record.io.DelimitedOutputFormat
 
close() - Method in class org.apache.flink.api.java.record.io.ExternalProcessInputFormat
 
close() - Method in class org.apache.flink.api.java.record.io.jdbc.JDBCOutputFormat
Executes prepared statement and closes all resources of this instance.
close() - Method in class org.apache.flink.api.scala.operators.ScalaCsvOutputFormat
 
close() - Method in class org.apache.flink.core.fs.local.LocalDataInputStream
 
close() - Method in class org.apache.flink.core.fs.local.LocalDataOutputStream
 
close() - Method in class org.apache.flink.hadoopcompatibility.mapred.example.HadoopMapredCompatWordCount.Counter
 
close() - Method in class org.apache.flink.hadoopcompatibility.mapred.example.HadoopMapredCompatWordCount.Tokenizer
 
close() - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopInputFormat
 
close() - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopOutputFormat
commit the task by moving the output file out from the temporary directory.
close() - Method in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordInputFormat
 
close() - Method in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordOutputFormat
commit the task by moving the output file out from the temporary directory.
close() - Method in class org.apache.flink.hadoopcompatibility.mapreduce.HadoopInputFormat
 
close() - Method in class org.apache.flink.hadoopcompatibility.mapreduce.HadoopOutputFormat
commit the task by moving the output file out from the temporary directory.
close() - Method in class org.apache.flink.runtime.blob.BlobClient
 
close() - Method in class org.apache.flink.runtime.client.JobClient
Closes the JobClient by destroying the RPC stub object.
close() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedDataInputStream
 
close() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedDataOutputStream
 
close() - Method in class org.apache.flink.runtime.fs.s3.S3DataInputStream
 
close() - Method in class org.apache.flink.runtime.fs.s3.S3DataOutputStream
 
close() - Method in class org.apache.flink.runtime.io.disk.iomanager.BlockChannelAccess
Closes the reader and waits until all pending asynchronous requests are handled.
close() - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
Closes this InputView, closing the underlying reader and returning all memory segments.
close() - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
Closes this OutputView, closing the underlying writer and returning all memory segments.
close() - Method in class org.apache.flink.runtime.io.disk.iomanager.RequestQueue
Closes this request queue.
close() - Method in class org.apache.flink.runtime.io.disk.SpillingBuffer
 
close() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
close() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
Immediately closes the input gate and all its input channels.
close() - Method in class org.apache.flink.runtime.iterative.io.SerializedUpdateBuffer
 
close() - Method in class org.apache.flink.runtime.iterative.io.SolutionSetFastUpdateOutputCollector
 
close() - Method in class org.apache.flink.runtime.iterative.io.SolutionSetObjectsUpdateOutputCollector
 
close() - Method in class org.apache.flink.runtime.iterative.io.SolutionSetUpdateOutputCollector
 
close() - Method in class org.apache.flink.runtime.iterative.io.WorksetUpdateOutputCollector
 
close() - Method in class org.apache.flink.runtime.net.SocketInputStream
 
close() - Method in class org.apache.flink.runtime.net.SocketOutputStream
 
close() - Method in class org.apache.flink.runtime.operators.chaining.ChainedCollectorMapDriver
 
close() - Method in class org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
 
close() - Method in class org.apache.flink.runtime.operators.chaining.ChainedMapDriver
 
close() - Method in class org.apache.flink.runtime.operators.chaining.ChainedTerminationCriterionDriver
 
close() - Method in class org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
 
close() - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
 
close() - Method in class org.apache.flink.runtime.operators.hash.BuildFirstHashMatchIterator
 
close() - Method in class org.apache.flink.runtime.operators.hash.BuildSecondHashMatchIterator
 
close() - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable
Closes the hash table.
close() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
Closes the hash table.
close() - Method in class org.apache.flink.runtime.operators.hash.ReOpenableMutableHashTable
 
close() - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableIterator
 
close() - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableMutableObjectIterator
 
close() - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
 
close() - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
 
close() - Method in class org.apache.flink.runtime.operators.shipping.OutputCollector
 
close() - Method in class org.apache.flink.runtime.operators.shipping.RecordOutputCollector
 
close() - Method in class org.apache.flink.runtime.operators.sort.MergeMatchIterator
 
close() - Method in class org.apache.flink.runtime.operators.sort.SortMergeCoGroupIterator
 
close() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
Shuts down all the threads initiated by this sort/merger.
close() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.InputDataCollector
 
close() - Method in class org.apache.flink.runtime.operators.TempBarrier
 
close() - Method in interface org.apache.flink.runtime.operators.util.CoGroupTaskIterator
General-purpose close method.
close() - Method in interface org.apache.flink.runtime.operators.util.JoinTaskIterator
General-purpose close method.
close() - Method in class org.apache.flink.runtime.operators.util.SimpleCloseableInputProvider
 
close() - Method in class org.apache.flink.spargel.java.record.SpargelIteration.MessagingDriver
 
close() - Method in class org.apache.flink.spargel.java.record.SpargelIteration.VertexUpdateDriver
 
close() - Method in class org.apache.flink.streaming.api.collector.StreamCollector
 
close() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowInvokable
 
close() - Method in class org.apache.flink.streaming.api.invokable.StreamInvokable
Close method to be used if the user defined function extends the RichFunction class
close() - Method in interface org.apache.flink.streaming.connectors.db.DBState
 
close() - Method in class org.apache.flink.streaming.connectors.db.LevelDBState
 
close() - Method in class org.apache.flink.streaming.connectors.db.MemcachedState
 
close() - Method in class org.apache.flink.streaming.connectors.db.RedisState
 
close() - Method in class org.apache.flink.streaming.connectors.twitter.TwitterSource
 
close() - Method in interface org.apache.flink.util.Collector
Closes the collector.
CloseableInputProvider<E> - Interface in org.apache.flink.runtime.operators.util
Utility interface for a provider of an input that can be closed.
closeAndDelete() - Method in class org.apache.flink.runtime.io.disk.iomanager.BlockChannelAccess
This method waits for all pending asynchronous requests to return.
closeChainedTasks(List<ChainedDriver<?, ?>>, AbstractInvokable) - Static method in class org.apache.flink.runtime.operators.RegularPactTask
Closes all chained tasks, in the order as they are stored in the array.
closed - Variable in class org.apache.flink.runtime.io.disk.iomanager.BlockChannelAccess
Flag marking this channel as closed;
closed - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
Flag indicating that the closing logic has been invoked.
closed - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
Flag indicating that the sorter was closed.
closedBranchingNodes - Variable in class org.apache.flink.compiler.dag.OptimizerNode
 
closeFunction(Function) - Static method in class org.apache.flink.api.common.functions.util.FunctionUtils
 
closeLocalStrategiesAndCaches() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
closeLocalStrategiesAndCaches() - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
closeLock - Variable in class org.apache.flink.runtime.io.disk.iomanager.BlockChannelAccess
The lock that is used during closing to synchronize the thread that waits for all requests to be handled with the asynchronous I/O thread.
closeSocket(Socket) - Static method in class org.apache.flink.runtime.util.IOUtils
Closes the socket ignoring IOException.
closeStream(Closeable) - Static method in class org.apache.flink.runtime.util.IOUtils
Closes the stream ignoring IOException.
closeTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedCollectorMapDriver
 
closeTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
closeTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
 
closeTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedMapDriver
 
closeTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedTerminationCriterionDriver
 
closeTask() - Method in class org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
 
closeUserCode(Function) - Static method in class org.apache.flink.runtime.operators.RegularPactTask
Closes the given stub using its RichFunction.close() method.
closeWith(DataSet<ST>, DataSet<WT>) - Method in class org.apache.flink.api.java.operators.DeltaIteration
Closes the delta iteration.
closeWith(DataSet<T>) - Method in class org.apache.flink.api.java.operators.IterativeDataSet
Closes the iteration.
closeWith(DataSet<T>, DataSet<?>) - Method in class org.apache.flink.api.java.operators.IterativeDataSet
Closes the iteration and specifies a termination criterion.
closeWith(DataStream<IN>) - Method in class org.apache.flink.streaming.api.datastream.IterativeDataStream
Closes the iteration.
closeWith(DataStream<IN>, String) - Method in class org.apache.flink.streaming.api.datastream.IterativeDataStream
Closes the iteration.
closeWithoutSend() - Method in class org.apache.flink.streaming.connectors.flume.FlumeSink
Closes the connection immediately and no further data will be sent.
closeWithoutSend() - Method in class org.apache.flink.streaming.connectors.flume.FlumeSource
Closes the connection immediately and no further data will be sent.
closeWithoutSend() - Method in class org.apache.flink.streaming.connectors.kafka.KafkaSink
Closes the connection immediately and no further data will be sent.
closeWithoutSend() - Method in class org.apache.flink.streaming.connectors.kafka.KafkaSource
Closes the connection immediately and no further data will be sent.
closeWithoutSend() - Method in class org.apache.flink.streaming.connectors.rabbitmq.RMQSink
Closes the connection immediately and no further data will be sent.
closeWithoutSend() - Method in class org.apache.flink.streaming.connectors.rabbitmq.RMQSource
Closes the connection immediately and no further data will be sent.
ClusterUtil - Class in org.apache.flink.streaming.util
 
ClusterUtil() - Constructor for class org.apache.flink.streaming.util.ClusterUtil
 
CoBatchedDataStream<IN1,IN2> - Class in org.apache.flink.streaming.api.datastream
A CoBatchedDataStream represents a two data stream whose elements are batched together in sliding batches.
CoBatchedDataStream(DataStream<IN1>, DataStream<IN2>, long, long, long, long) - Constructor for class org.apache.flink.streaming.api.datastream.CoBatchedDataStream
 
CoBatchedDataStream(ConnectedDataStream<IN1, IN2>, long, long, long, long) - Constructor for class org.apache.flink.streaming.api.datastream.CoBatchedDataStream
 
CoBatchedDataStream(CoBatchedDataStream<IN1, IN2>) - Constructor for class org.apache.flink.streaming.api.datastream.CoBatchedDataStream
 
CoBatchReduceInvokable<IN1,IN2,OUT> - Class in org.apache.flink.streaming.api.invokable.operator.co
 
CoBatchReduceInvokable(CoReduceFunction<IN1, IN2, OUT>, long, long, long, long) - Constructor for class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable
 
CoBatchReduceInvokable.StreamBatch<IN> - Class in org.apache.flink.streaming.api.invokable.operator.co
 
CoBatchReduceInvokable.StreamBatch(long, long) - Constructor for class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable.StreamBatch
 
CoFlatMapFunction<IN1,IN2,OUT> - Interface in org.apache.flink.streaming.api.function.co
A CoFlatMapFunction represents a FlatMap transformation with two different input types.
CoFlatMapInvokable<IN1,IN2,OUT> - Class in org.apache.flink.streaming.api.invokable.operator.co
 
CoFlatMapInvokable(CoFlatMapFunction<IN1, IN2, OUT>) - Constructor for class org.apache.flink.streaming.api.invokable.operator.co.CoFlatMapInvokable
 
coGroup(Iterable<IN1>, Iterable<IN2>, Collector<O>) - Method in interface org.apache.flink.api.common.functions.CoGroupFunction
This method must be implemented to provide a user implementation of a coGroup.
coGroup(Iterable<IN1>, Iterable<IN2>, Collector<OUT>) - Method in class org.apache.flink.api.common.functions.RichCoGroupFunction
 
coGroup(DataSet<R>) - Method in class org.apache.flink.api.java.DataSet
Initiates a CoGroup transformation.
A CoGroup transformation combines the elements of two DataSets into one DataSet.
coGroup(Iterable<Tuple2<K, I1>>, Iterable<Tuple2<K, I2>>, Collector<OUT>) - Method in class org.apache.flink.api.java.operators.translation.PlanBothUnwrappingCoGroupOperator.TupleBothUnwrappingCoGrouper
 
coGroup(Iterable<Tuple2<K, I1>>, Iterable<I2>, Collector<OUT>) - Method in class org.apache.flink.api.java.operators.translation.PlanLeftUnwrappingCoGroupOperator.TupleLeftUnwrappingCoGrouper
 
coGroup(Iterable<I1>, Iterable<Tuple2<K, I2>>, Collector<OUT>) - Method in class org.apache.flink.api.java.operators.translation.PlanRightUnwrappingCoGroupOperator.TupleRightUnwrappingCoGrouper
 
coGroup(Iterator<Record>, Iterator<Record>, Collector<Record>) - Method in class org.apache.flink.api.java.record.functions.CoGroupFunction
Deprecated.
This method must be implemented to provide a user implementation of a matcher.
coGroup(Iterable<Record>, Iterable<Record>, Collector<Record>) - Method in class org.apache.flink.api.java.record.operators.CoGroupOperator.WrappingCoGroupFunction
Deprecated.
 
coGroup(Iterable<Tuple3<Integer, String, Integer>>, Iterable<Tuple1<String>>, Collector<Tuple3<Integer, String, Integer>>) - Method in class org.apache.flink.examples.java.relational.WebLogAnalysis.AntiJoinVisits
If the visit iterator is empty, all pairs of the rank iterator are emitted.
coGroup(Iterator<Record>, Iterator<Record>, Collector<Record>) - Method in class org.apache.flink.spargel.java.record.SpargelIteration.MessagingDriver
 
coGroup(Iterator<Record>, Iterator<Record>, Collector<Record>) - Method in class org.apache.flink.spargel.java.record.SpargelIteration.VertexUpdateDriver
 
CoGroupDescriptor - Class in org.apache.flink.compiler.operators
 
CoGroupDescriptor(FieldList, FieldList) - Constructor for class org.apache.flink.compiler.operators.CoGroupDescriptor
 
CoGroupDescriptor(FieldList, FieldList, Ordering, Ordering) - Constructor for class org.apache.flink.compiler.operators.CoGroupDescriptor
 
CoGroupDriver<IT1,IT2,OT> - Class in org.apache.flink.runtime.operators
CoGroup task which is executed by a Nephele task manager.
CoGroupDriver() - Constructor for class org.apache.flink.runtime.operators.CoGroupDriver
 
CoGroupedBatchReduceInvokable<IN1,IN2,OUT> - Class in org.apache.flink.streaming.api.invokable.operator.co
 
CoGroupedBatchReduceInvokable(CoReduceFunction<IN1, IN2, OUT>, long, long, long, long, int, int) - Constructor for class org.apache.flink.streaming.api.invokable.operator.co.CoGroupedBatchReduceInvokable
 
CoGroupedReduceInvokable<IN1,IN2,OUT> - Class in org.apache.flink.streaming.api.invokable.operator.co
 
CoGroupedReduceInvokable(CoReduceFunction<IN1, IN2, OUT>, int, int) - Constructor for class org.apache.flink.streaming.api.invokable.operator.co.CoGroupedReduceInvokable
 
CoGroupedWindowReduceInvokable<IN1,IN2,OUT> - Class in org.apache.flink.streaming.api.invokable.operator.co
 
CoGroupedWindowReduceInvokable(CoReduceFunction<IN1, IN2, OUT>, long, long, long, long, int, int, TimeStamp<IN1>, TimeStamp<IN2>) - Constructor for class org.apache.flink.streaming.api.invokable.operator.co.CoGroupedWindowReduceInvokable
 
CoGroupedWindowReduceInvokable.GroupedStreamWindow<IN> - Class in org.apache.flink.streaming.api.invokable.operator.co
 
CoGroupedWindowReduceInvokable.GroupedStreamWindow(long, long) - Constructor for class org.apache.flink.streaming.api.invokable.operator.co.CoGroupedWindowReduceInvokable.GroupedStreamWindow
 
CoGroupFunction<IN1,IN2,O> - Interface in org.apache.flink.api.common.functions
The interface for CoGroup functions.
CoGroupFunction - Class in org.apache.flink.api.java.record.functions
Deprecated.
CoGroupFunction() - Constructor for class org.apache.flink.api.java.record.functions.CoGroupFunction
Deprecated.
 
CoGroupNode - Class in org.apache.flink.compiler.dag
The Optimizer representation of a CoGroup operator.
CoGroupNode(CoGroupOperatorBase<?, ?, ?, ?>) - Constructor for class org.apache.flink.compiler.dag.CoGroupNode
 
CoGroupOperator<I1,I2,OUT> - Class in org.apache.flink.api.java.operators
A DataSet that is the result of a CoGroup transformation.
CoGroupOperator(DataSet<I1>, DataSet<I2>, Keys<I1>, Keys<I2>, CoGroupFunction<I1, I2, OUT>, TypeInformation<OUT>) - Constructor for class org.apache.flink.api.java.operators.CoGroupOperator
 
CoGroupOperator - Class in org.apache.flink.api.java.record.operators
Deprecated.
CoGroupOperator(CoGroupOperator.Builder) - Constructor for class org.apache.flink.api.java.record.operators.CoGroupOperator
Deprecated.
The private constructor that only gets invoked from the Builder.
CoGroupOperator.Builder - Class in org.apache.flink.api.java.record.operators
Deprecated.
Builder pattern, straight from Joshua Bloch's Effective Java (2nd Edition).
CoGroupOperator.Builder(UserCodeWrapper<CoGroupFunction<Record, Record, Record>>, Class<? extends Key<?>>, int, int) - Constructor for class org.apache.flink.api.java.record.operators.CoGroupOperator.Builder
Deprecated.
Creates a Builder with the provided CoGroupFunction implementation.
CoGroupOperator.Builder(UserCodeWrapper<CoGroupFunction<Record, Record, Record>>) - Constructor for class org.apache.flink.api.java.record.operators.CoGroupOperator.Builder
Deprecated.
Creates a Builder with the provided CoGroupFunction implementation.
CoGroupOperator.CoGroupOperatorSets<I1,I2> - Class in org.apache.flink.api.java.operators
Intermediate step of a CoGroup transformation.
CoGroupOperator.CoGroupOperatorSets(DataSet<I1>, DataSet<I2>) - Constructor for class org.apache.flink.api.java.operators.CoGroupOperator.CoGroupOperatorSets
 
CoGroupOperator.CoGroupOperatorSets.CoGroupOperatorSetsPredicate - Class in org.apache.flink.api.java.operators
Intermediate step of a CoGroup transformation.
CoGroupOperator.CoGroupOperatorSets.CoGroupOperatorSetsPredicate.CoGroupOperatorWithoutFunction - Class in org.apache.flink.api.java.operators
 
CoGroupOperator.WrappingClassCoGroupFunction - Class in org.apache.flink.api.java.record.operators
Deprecated.
 
CoGroupOperator.WrappingClassCoGroupFunction(Class<? extends CoGroupFunction>) - Constructor for class org.apache.flink.api.java.record.operators.CoGroupOperator.WrappingClassCoGroupFunction
Deprecated.
 
CoGroupOperator.WrappingCoGroupFunction - Class in org.apache.flink.api.java.record.operators
Deprecated.
 
CoGroupOperator.WrappingCoGroupFunction(CoGroupFunction) - Constructor for class org.apache.flink.api.java.record.operators.CoGroupOperator.WrappingCoGroupFunction
Deprecated.
 
CoGroupOperatorBase<IN1,IN2,OUT,FT extends CoGroupFunction<IN1,IN2,OUT>> - Class in org.apache.flink.api.common.operators.base
 
CoGroupOperatorBase(UserCodeWrapper<FT>, BinaryOperatorInformation<IN1, IN2, OUT>, int[], int[], String) - Constructor for class org.apache.flink.api.common.operators.base.CoGroupOperatorBase
 
CoGroupOperatorBase(FT, BinaryOperatorInformation<IN1, IN2, OUT>, int[], int[], String) - Constructor for class org.apache.flink.api.common.operators.base.CoGroupOperatorBase
 
CoGroupOperatorBase(Class<? extends FT>, BinaryOperatorInformation<IN1, IN2, OUT>, int[], int[], String) - Constructor for class org.apache.flink.api.common.operators.base.CoGroupOperatorBase
 
CoGroupTaskIterator<T1,T2> - Interface in org.apache.flink.runtime.operators.util
Interface describing the methods that have to be implemented by local strategies for the CoGroup Pact.
CoGroupWithSolutionSetFirstDescriptor - Class in org.apache.flink.compiler.operators
 
CoGroupWithSolutionSetFirstDescriptor(FieldList, FieldList) - Constructor for class org.apache.flink.compiler.operators.CoGroupWithSolutionSetFirstDescriptor
 
CoGroupWithSolutionSetFirstDriver<IT1,IT2,OT> - Class in org.apache.flink.runtime.operators
 
CoGroupWithSolutionSetFirstDriver() - Constructor for class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
 
CoGroupWithSolutionSetSecondDescriptor - Class in org.apache.flink.compiler.operators
 
CoGroupWithSolutionSetSecondDescriptor(FieldList, FieldList) - Constructor for class org.apache.flink.compiler.operators.CoGroupWithSolutionSetSecondDescriptor
 
CoGroupWithSolutionSetSecondDriver<IT1,IT2,OT> - Class in org.apache.flink.runtime.operators
 
CoGroupWithSolutionSetSecondDriver() - Constructor for class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
 
CoInvokable<IN1,IN2,OUT> - Class in org.apache.flink.streaming.api.invokable.operator.co
 
CoInvokable(Function) - Constructor for class org.apache.flink.streaming.api.invokable.operator.co.CoInvokable
 
collect(T) - Method in class org.apache.flink.api.common.functions.util.CopyingListCollector
 
collect(T) - Method in class org.apache.flink.api.common.functions.util.ListCollector
 
collect(T) - Method in interface org.apache.flink.api.java.io.RemoteCollector
 
collect(T) - Method in interface org.apache.flink.api.java.io.RemoteCollectorConsumer
 
collect(T) - Method in class org.apache.flink.api.java.io.RemoteCollectorImpl
This method is called by the remote to collect records.
collect(IN) - Method in class org.apache.flink.api.java.operators.translation.TupleWrappingCollector
 
collect(KEY, VALUE) - Method in class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopOutputCollector
Use the wrapped Flink collector to collect a key-value pair for Flink.
collect(T) - Method in class org.apache.flink.runtime.iterative.io.SolutionSetFastUpdateOutputCollector
 
collect(T) - Method in class org.apache.flink.runtime.iterative.io.SolutionSetObjectsUpdateOutputCollector
 
collect(T) - Method in class org.apache.flink.runtime.iterative.io.SolutionSetUpdateOutputCollector
 
collect(T) - Method in class org.apache.flink.runtime.iterative.io.WorksetUpdateOutputCollector
 
collect(IT) - Method in class org.apache.flink.runtime.operators.chaining.ChainedCollectorMapDriver
 
collect(IT) - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
collect(IT) - Method in class org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
 
collect(IT) - Method in class org.apache.flink.runtime.operators.chaining.ChainedMapDriver
 
collect(IT) - Method in class org.apache.flink.runtime.operators.chaining.ChainedTerminationCriterionDriver
 
collect(T) - Method in class org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
 
collect(T) - Method in class org.apache.flink.runtime.operators.shipping.OutputCollector
Collects a record and emits it to all writers.
collect(Record) - Method in class org.apache.flink.runtime.operators.shipping.RecordOutputCollector
Collects a Record, and emits it to all writers.
collect(E) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.InputDataCollector
 
collect(OUT) - Method in class org.apache.flink.streaming.api.collector.StreamCollector
Collects and emits a tuple/object to the outputs by reusing a StreamRecord object.
collect(T) - Method in interface org.apache.flink.util.Collector
Emits a record.
collectFiniteMessages(Collector<String>) - Method in class org.apache.flink.streaming.connectors.twitter.TwitterSource
Put tweets into collector
collection - Variable in class org.apache.flink.api.common.operators.util.FieldSet
 
CollectionDataSource - Class in org.apache.flink.api.java.record.operators
Deprecated.
CollectionDataSource(CollectionInputFormat, String, Object...) - Constructor for class org.apache.flink.api.java.record.operators.CollectionDataSource
Deprecated.
Creates a new instance for the given input using the given input format.
CollectionDataSource(CollectionInputFormat, String, Object[][]) - Constructor for class org.apache.flink.api.java.record.operators.CollectionDataSource
Deprecated.
 
CollectionDataSource(CollectionInputFormat, Collection<?>, String) - Constructor for class org.apache.flink.api.java.record.operators.CollectionDataSource
Deprecated.
 
CollectionDataSource(CollectionInputFormat, T, String) - Constructor for class org.apache.flink.api.java.record.operators.CollectionDataSource
Deprecated.
 
CollectionDataSource(String, Object...) - Constructor for class org.apache.flink.api.java.record.operators.CollectionDataSource
Deprecated.
Creates a new instance for the given input using the given input format.
CollectionDataSource(String, Object[][]) - Constructor for class org.apache.flink.api.java.record.operators.CollectionDataSource
Deprecated.
 
CollectionDataSource(Collection<?>, String) - Constructor for class org.apache.flink.api.java.record.operators.CollectionDataSource
Deprecated.
 
CollectionDataSource(T, String) - Constructor for class org.apache.flink.api.java.record.operators.CollectionDataSource
Deprecated.
 
CollectionDataSource(Object...) - Constructor for class org.apache.flink.api.java.record.operators.CollectionDataSource
Deprecated.
for scala compatible, scala-to-java type conversion always has an object wrapper
CollectionDataSource(CollectionInputFormat, Object...) - Constructor for class org.apache.flink.api.java.record.operators.CollectionDataSource
Deprecated.
 
CollectionEnvironment - Class in org.apache.flink.api.java
 
CollectionEnvironment() - Constructor for class org.apache.flink.api.java.CollectionEnvironment
 
CollectionExecutionExample - Class in org.apache.flink.examples.java.environments
This example shows how to use Flink's collection execution functionality.
CollectionExecutionExample() - Constructor for class org.apache.flink.examples.java.environments.CollectionExecutionExample
 
CollectionExecutionExample - Class in org.apache.flink.examples.java.misc
This example shows how to use the collection based execution of Flink.
CollectionExecutionExample() - Constructor for class org.apache.flink.examples.java.misc.CollectionExecutionExample
 
CollectionExecutionExample.EMail - Class in org.apache.flink.examples.java.misc
POJO for an EMail.
CollectionExecutionExample.EMail() - Constructor for class org.apache.flink.examples.java.misc.CollectionExecutionExample.EMail
 
CollectionExecutionExample.EMail(int, String, String) - Constructor for class org.apache.flink.examples.java.misc.CollectionExecutionExample.EMail
 
CollectionExecutionExample.User - Class in org.apache.flink.examples.java.misc
POJO class representing a user
CollectionExecutionExample.User() - Constructor for class org.apache.flink.examples.java.misc.CollectionExecutionExample.User
 
CollectionExecutionExample.User(int, String) - Constructor for class org.apache.flink.examples.java.misc.CollectionExecutionExample.User
 
CollectionExecutor - Class in org.apache.flink.api.common.operators
Execution utility for serial, local, collection-based executions of Flink programs.
CollectionExecutor() - Constructor for class org.apache.flink.api.common.operators.CollectionExecutor
 
CollectionExecutor(boolean) - Constructor for class org.apache.flink.api.common.operators.CollectionExecutor
 
CollectionInputFormat<T> - Class in org.apache.flink.api.java.io
An input format that returns objects from a collection.
CollectionInputFormat(Collection<T>, TypeSerializer<T>) - Constructor for class org.apache.flink.api.java.io.CollectionInputFormat
 
CollectionInputFormat - Class in org.apache.flink.api.java.record.io
input format for java collection input.
CollectionInputFormat() - Constructor for class org.apache.flink.api.java.record.io.CollectionInputFormat
 
collectLocal(DataSet<T>, RemoteCollectorConsumer<T>) - Static method in class org.apache.flink.api.java.io.RemoteCollectorImpl
Writes a DataSet to a RemoteCollectorConsumer through an RemoteCollector remotely called from the RemoteCollectorOutputFormat.
collectLocal(DataSet<T>, Collection<T>) - Static method in class org.apache.flink.api.java.io.RemoteCollectorImpl
Writes a DataSet to a local Collection through an RemoteCollector and a standard RemoteCollectorConsumer implementation remotely called from the RemoteCollectorOutputFormat.
collectMessages(Collector<String>) - Method in class org.apache.flink.streaming.connectors.twitter.TwitterSource
Put tweets into collector
collectOneMessage(Collector<String>) - Method in class org.apache.flink.streaming.connectors.twitter.TwitterSource
Put one tweet into the collector.
collector - Variable in class org.apache.flink.streaming.api.invokable.StreamInvokable
 
Collector<T> - Interface in org.apache.flink.util
Collects a record and forwards it.
CollectorMapDescriptor - Class in org.apache.flink.compiler.operators
 
CollectorMapDescriptor() - Constructor for class org.apache.flink.compiler.operators.CollectorMapDescriptor
 
CollectorMapDriver<IT,OT> - Class in org.apache.flink.runtime.operators
Map task which is executed by a Nephele task manager.
CollectorMapDriver() - Constructor for class org.apache.flink.runtime.operators.CollectorMapDriver
 
CollectorMapNode - Class in org.apache.flink.compiler.dag
The optimizer's internal representation of a Map operator node.
CollectorMapNode(SingleInputOperator<?, ?, ?>) - Constructor for class org.apache.flink.compiler.dag.CollectorMapNode
 
CollectorMapOperatorBase<IN,OUT,FT extends GenericCollectorMap<IN,OUT>> - Class in org.apache.flink.api.common.operators.base
Deprecated.
CollectorMapOperatorBase(UserCodeWrapper<FT>, UnaryOperatorInformation<IN, OUT>, String) - Constructor for class org.apache.flink.api.common.operators.base.CollectorMapOperatorBase
Deprecated.
 
CollectorMapOperatorBase(FT, UnaryOperatorInformation<IN, OUT>, String) - Constructor for class org.apache.flink.api.common.operators.base.CollectorMapOperatorBase
Deprecated.
 
CollectorMapOperatorBase(Class<? extends FT>, UnaryOperatorInformation<IN, OUT>, String) - Constructor for class org.apache.flink.api.common.operators.base.CollectorMapOperatorBase
Deprecated.
 
CoLocationConstraint - Class in org.apache.flink.runtime.jobmanager.scheduler
 
CoLocationGroup - Class in org.apache.flink.runtime.jobmanager.scheduler
 
CoLocationGroup() - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.CoLocationGroup
 
CoLocationGroup(AbstractJobVertex...) - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.CoLocationGroup
 
CoMapFunction<IN1,IN2,OUT> - Interface in org.apache.flink.streaming.api.function.co
A CoMapFunction represents a Map transformation with two different input types.
CoMapInvokable<IN1,IN2,OUT> - Class in org.apache.flink.streaming.api.invokable.operator.co
 
CoMapInvokable(CoMapFunction<IN1, IN2, OUT>) - Constructor for class org.apache.flink.streaming.api.invokable.operator.co.CoMapInvokable
 
combine(Iterable<T>) - Method in interface org.apache.flink.api.common.functions.CombineFunction
The combine method, called (potentially multiple timed) with subgroups of elements.
combine(Iterable<T>, Collector<T>) - Method in interface org.apache.flink.api.common.functions.FlatCombineFunction
The combine method, called (potentially multiple timed) with subgroups of elements.
combine(Iterable<T>, Collector<T>) - Method in class org.apache.flink.api.common.functions.RichFlatCombineFunction
 
combine(Iterable<IN>, Collector<IN>) - Method in class org.apache.flink.api.common.functions.RichGroupReduceFunction
The combine methods pre-reduces elements.
combine(Iterable<T>, Collector<T>) - Method in class org.apache.flink.api.java.functions.FirstReducer
 
combine(Iterable<Tuple2<K, IN>>, Collector<Tuple2<K, IN>>) - Method in class org.apache.flink.api.java.operators.translation.PlanUnwrappingReduceGroupOperator.TupleUnwrappingFlatCombinableGroupReducer
 
combine(Iterator<Record>, Collector<Record>) - Method in class org.apache.flink.api.java.record.functions.ReduceFunction
Deprecated.
No default implementation provided.
combine(Iterable<Record>, Collector<Record>) - Method in class org.apache.flink.api.java.record.operators.ReduceOperator.WrappingReduceFunction
 
combine(GlobalProperties, GlobalProperties) - Static method in class org.apache.flink.compiler.dataproperties.GlobalProperties
 
combine(LocalProperties, LocalProperties) - Static method in class org.apache.flink.compiler.dataproperties.LocalProperties
 
combine(Iterable<Tuple2<KEYIN, VALUEIN>>, Collector<Tuple2<KEYIN, VALUEIN>>) - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopReduceCombineFunction
 
combine(Iterator<Record>, Collector<Record>) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.example.WordCount.CountWords
 
combine(Iterator<Record>, Collector<Record>) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.example.WordCountWithOutputFormat.CountWords
 
CombineFunction<T> - Interface in org.apache.flink.api.common.functions
Generic interface used for combine functions ("combiners").
CombiningUnilateralSortMerger<E> - Class in org.apache.flink.runtime.operators.sort
The CombiningUnilateralSortMerger is part of a merge-sort implementation.
CombiningUnilateralSortMerger(FlatCombineFunction<E>, MemoryManager, IOManager, MutableObjectIterator<E>, AbstractInvokable, TypeSerializerFactory<E>, TypeComparator<E>, double, int, float) - Constructor for class org.apache.flink.runtime.operators.sort.CombiningUnilateralSortMerger
Creates a new sorter that reads the data from a given reader and provides an iterator returning that data in a sorted manner.
CombiningUnilateralSortMerger(FlatCombineFunction<E>, MemoryManager, IOManager, MutableObjectIterator<E>, AbstractInvokable, TypeSerializerFactory<E>, TypeComparator<E>, double, int, int, float) - Constructor for class org.apache.flink.runtime.operators.sort.CombiningUnilateralSortMerger
Creates a new sorter that reads the data from a given reader and provides an iterator returning that data in a sorted manner.
CombiningUnilateralSortMerger.CombiningSpillingThread - Class in org.apache.flink.runtime.operators.sort
 
CombiningUnilateralSortMerger.CombiningSpillingThread(ExceptionHandler<IOException>, UnilateralSortMerger.CircularQueues<E>, AbstractInvokable, MemoryManager, IOManager, TypeSerializer<E>, TypeComparator<E>, List<MemorySegment>, List<MemorySegment>, int) - Constructor for class org.apache.flink.runtime.operators.sort.CombiningUnilateralSortMerger.CombiningSpillingThread
 
commitDate - Variable in class org.apache.flink.runtime.util.EnvironmentInformation.RevisionInformation
 
commitId - Variable in class org.apache.flink.runtime.util.EnvironmentInformation.RevisionInformation
 
commitJob(JobConf) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.datatypes.HadoopFileOutputCommitter
 
commitTask(JobConf, TaskAttemptID) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.datatypes.HadoopFileOutputCommitter
 
CompactingHashTable<T> - Class in org.apache.flink.runtime.operators.hash
An implementation of an in-memory Hash Table for variable-length records.
CompactingHashTable(TypeSerializer<T>, TypeComparator<T>, List<MemorySegment>) - Constructor for class org.apache.flink.runtime.operators.hash.CompactingHashTable
 
CompactingHashTable(TypeSerializer<T>, TypeComparator<T>, List<MemorySegment>, int) - Constructor for class org.apache.flink.runtime.operators.hash.CompactingHashTable
 
CompactingHashTable.EntryIterator - Class in org.apache.flink.runtime.operators.hash
Iterator that traverses the whole hash table once If entries are inserted during iteration they may be overlooked by the iterator
CompactingHashTable.HashTableProber<PT> - Class in org.apache.flink.runtime.operators.hash
 
ComparableAggregationFunction<T> - Class in org.apache.flink.streaming.api.function.aggregation
 
ComparableAggregationFunction(int) - Constructor for class org.apache.flink.streaming.api.function.aggregation.ComparableAggregationFunction
 
comparator - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
 
comparators - Variable in class org.apache.flink.api.java.typeutils.runtime.TupleComparatorBase
comparators for the key fields, in the same order as the key fields
compare(T, T) - Method in class org.apache.flink.api.common.typeutils.base.BasicTypeComparator
 
compare(Record, Record) - Method in class org.apache.flink.api.common.typeutils.record.RecordComparator
 
compare(T, T) - Method in class org.apache.flink.api.common.typeutils.TypeComparator
Compares two records in serialized from.
compare(T, T) - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueComparator
 
compare(T, T) - Method in class org.apache.flink.api.java.typeutils.runtime.GenericTypeComparator
 
compare(T, T) - Method in class org.apache.flink.api.java.typeutils.runtime.PojoComparator
 
compare(T, T) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleComparator
 
compare(T, T) - Method in class org.apache.flink.api.java.typeutils.runtime.ValueComparator
 
compare(T, T) - Method in class org.apache.flink.api.java.typeutils.runtime.WritableComparator
 
compare(MemorySegment, MemorySegment, int, int, int) - Static method in class org.apache.flink.core.memory.MemorySegment
 
compare(int, int) - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
 
compare(int, int) - Method in interface org.apache.flink.runtime.operators.sort.IndexedSortable
Compare items at the given addresses consistent with the semantics of Comparator.compare(Object, Object).
compare(int, int) - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
 
compare(Tuple, Tuple) - Method in class org.apache.flink.streaming.api.function.aggregation.ComparableAggregationFunction
 
compare(Tuple, Tuple) - Method in class org.apache.flink.streaming.api.function.aggregation.MinByAggregationFunction
 
compare(T, T) - Method in class org.apache.flink.test.util.JavaProgramTestBase.TupleComparator
 
compareAccumulatorTypes(Object, Class<? extends Accumulator>, Class<? extends Accumulator>) - Static method in class org.apache.flink.api.common.accumulators.AccumulatorHelper
Compare both classes and throw UnsupportedOperationException if they differ
compareAgainstReference(Comparable[]) - Method in class org.apache.flink.api.common.typeutils.record.RecordComparator
 
compareAgainstReference(Comparable[]) - Method in class org.apache.flink.api.common.typeutils.TypeComparator
 
compareKeyValueParisWithDelta(String, String, String, double) - Method in class org.apache.flink.test.util.AbstractTestBase
 
compareResultCollections(List<X>, List<X>, Comparator<X>) - Static method in class org.apache.flink.test.util.AbstractTestBase
 
compareResultsByLinesInMemory(String, String) - Method in class org.apache.flink.test.util.AbstractTestBase
 
compareResultsByLinesInMemoryWithStrictOrder(String, String) - Method in class org.apache.flink.test.util.AbstractTestBase
 
compareSerialized(DataInputView, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.BooleanComparator
 
compareSerialized(DataInputView, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.ByteComparator
 
compareSerialized(DataInputView, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.CharComparator
 
compareSerialized(DataInputView, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.DoubleComparator
 
compareSerialized(DataInputView, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.FloatComparator
 
compareSerialized(DataInputView, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.IntComparator
 
compareSerialized(DataInputView, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.LongComparator
 
compareSerialized(DataInputView, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.ShortComparator
 
compareSerialized(DataInputView, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.StringComparator
 
compareSerialized(DataInputView, DataInputView) - Method in class org.apache.flink.api.common.typeutils.record.RecordComparator
 
compareSerialized(DataInputView, DataInputView) - Method in class org.apache.flink.api.common.typeutils.TypeComparator
Compares two records in serialized from.
compareSerialized(DataInputView, DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueComparator
 
compareSerialized(DataInputView, DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.GenericTypeComparator
 
compareSerialized(DataInputView, DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.PojoComparator
 
compareSerialized(DataInputView, DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleComparatorBase
 
compareSerialized(DataInputView, DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.ValueComparator
 
compareSerialized(DataInputView, DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.WritableComparator
 
compareTo(Costs) - Method in class org.apache.flink.compiler.costs.Costs
The order of comparison is: network first, then disk, then CPU.
compareTo(BlockLocation) - Method in class org.apache.flink.core.fs.local.LocalBlockLocation
 
compareTo(Object) - Method in class org.apache.flink.core.fs.Path
 
compareTo(WritableComparableWrapper<T>) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.datatypes.WritableComparableWrapper
 
compareTo(AbstractID) - Method in class org.apache.flink.runtime.AbstractID
 
compareTo(BlobKey) - Method in class org.apache.flink.runtime.blob.BlobKey
compareTo(BlockLocation) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedBlockLocation
 
compareTo(BlockLocation) - Method in class org.apache.flink.runtime.fs.s3.S3BlockLocation
 
compareTo(InstanceConnectionInfo) - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
 
compareTo(BooleanValue) - Method in class org.apache.flink.types.BooleanValue
 
compareTo(ByteValue) - Method in class org.apache.flink.types.ByteValue
 
compareTo(CharValue) - Method in class org.apache.flink.types.CharValue
 
compareTo(DoubleValue) - Method in class org.apache.flink.types.DoubleValue
 
compareTo(FloatValue) - Method in class org.apache.flink.types.FloatValue
 
compareTo(IntValue) - Method in class org.apache.flink.types.IntValue
 
compareTo(LongValue) - Method in class org.apache.flink.types.LongValue
 
compareTo(NullValue) - Method in class org.apache.flink.types.NullValue
 
compareTo(Pair<U, V>) - Method in class org.apache.flink.types.Pair
 
compareTo(ShortValue) - Method in class org.apache.flink.types.ShortValue
 
compareTo(StringValue) - Method in class org.apache.flink.types.StringValue
 
compareToReference(TypeComparator<T>) - Method in class org.apache.flink.api.common.typeutils.base.BasicTypeComparator
 
compareToReference(T2) - Method in class org.apache.flink.api.common.typeutils.GenericPairComparator
 
compareToReference(TypeComparator<Record>) - Method in class org.apache.flink.api.common.typeutils.record.RecordComparator
 
compareToReference(Record) - Method in class org.apache.flink.api.common.typeutils.record.RecordPairComparator
 
compareToReference(TypeComparator<T>) - Method in class org.apache.flink.api.common.typeutils.TypeComparator
This method compares the element that has been set as reference in this type accessor, to the element set as reference in the given type accessor.
compareToReference(T2) - Method in class org.apache.flink.api.common.typeutils.TypePairComparator
 
compareToReference(TypeComparator<T>) - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueComparator
 
compareToReference(TypeComparator<T>) - Method in class org.apache.flink.api.java.typeutils.runtime.GenericTypeComparator
 
compareToReference(TypeComparator<T>) - Method in class org.apache.flink.api.java.typeutils.runtime.PojoComparator
 
compareToReference(TypeComparator<T>) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleComparatorBase
 
compareToReference(TypeComparator<T>) - Method in class org.apache.flink.api.java.typeutils.runtime.ValueComparator
 
compareToReference(TypeComparator<T>) - Method in class org.apache.flink.api.java.typeutils.runtime.WritableComparator
 
compile(Plan) - Method in class org.apache.flink.compiler.PactCompiler
Translates the given plan in to an OptimizedPlan, where all nodes have their local strategy assigned and all channels have a shipping strategy assigned.
compileJobGraph(OptimizedPlan) - Method in class org.apache.flink.compiler.plantranslate.NepheleJobGraphGenerator
Translates a OptimizedPlan into a JobGraph.
compileNoStats(Plan) - Method in class org.apache.flink.test.compiler.util.CompilerTestBase
 
CompilerException - Exception in org.apache.flink.compiler
An exception that is thrown by the pact compiler when encountering an illegal condition.
CompilerException() - Constructor for exception org.apache.flink.compiler.CompilerException
Creates a compiler exception with no message and no cause.
CompilerException(String) - Constructor for exception org.apache.flink.compiler.CompilerException
Creates a compiler exception with the given message and no cause.
CompilerException(Throwable) - Constructor for exception org.apache.flink.compiler.CompilerException
Creates a compiler exception with the given cause and no message.
CompilerException(String, Throwable) - Constructor for exception org.apache.flink.compiler.CompilerException
Creates a compiler exception with the given message and cause.
CompilerHints - Class in org.apache.flink.api.common.operators
A class encapsulating compiler hints describing the behavior of the user function.
CompilerHints() - Constructor for class org.apache.flink.api.common.operators.CompilerHints
 
compilerHints - Variable in class org.apache.flink.api.common.operators.Operator
 
CompilerPostPassException - Exception in org.apache.flink.compiler
An exception that is thrown by the pact compiler when encountering a problem during the optimizer post pass.
CompilerPostPassException() - Constructor for exception org.apache.flink.compiler.CompilerPostPassException
Creates a post pass exception with no message and no cause.
CompilerPostPassException(String) - Constructor for exception org.apache.flink.compiler.CompilerPostPassException
Creates a post pass exception with the given message and no cause.
CompilerPostPassException(Throwable) - Constructor for exception org.apache.flink.compiler.CompilerPostPassException
Creates a post pass exception with the given cause and no message.
CompilerPostPassException(String, Throwable) - Constructor for exception org.apache.flink.compiler.CompilerPostPassException
Creates a post pass exception with the given message and cause.
CompilerTestBase - Class in org.apache.flink.test.compiler.util
 
CompilerTestBase() - Constructor for class org.apache.flink.test.compiler.util.CompilerTestBase
 
CompilerTestBase.OptimizerPlanNodeResolver - Class in org.apache.flink.test.compiler.util
 
compileWithStats(Plan) - Method in class org.apache.flink.test.compiler.util.CompilerTestBase
 
complementBlockInfo(BlockInfo) - Method in class org.apache.flink.api.common.io.BinaryOutputFormat
 
CompositeType<T> - Class in org.apache.flink.api.common.typeutils
Type Information for Tuple and Pojo types The class is taking care of serialization and comparators for Tuples as well.
CompositeType(Class<T>) - Constructor for class org.apache.flink.api.common.typeutils.CompositeType
 
CompositeType.FlatFieldDescriptor - Class in org.apache.flink.api.common.typeutils
 
CompositeType.FlatFieldDescriptor(int, TypeInformation<?>) - Constructor for class org.apache.flink.api.common.typeutils.CompositeType.FlatFieldDescriptor
 
CompositeTypeComparator<T> - Class in org.apache.flink.api.common.typeutils
 
CompositeTypeComparator() - Constructor for class org.apache.flink.api.common.typeutils.CompositeTypeComparator
 
computeGlobalProperties(GlobalProperties) - Method in class org.apache.flink.compiler.dag.PartitionNode.PartitionDescriptor
 
computeGlobalProperties(GlobalProperties, GlobalProperties) - Method in class org.apache.flink.compiler.operators.AbstractJoinDescriptor
 
computeGlobalProperties(GlobalProperties) - Method in class org.apache.flink.compiler.operators.AllGroupReduceProperties
 
computeGlobalProperties(GlobalProperties) - Method in class org.apache.flink.compiler.operators.AllGroupWithPartialPreGroupProperties
 
computeGlobalProperties(GlobalProperties) - Method in class org.apache.flink.compiler.operators.AllReduceProperties
 
computeGlobalProperties(GlobalProperties, GlobalProperties) - Method in class org.apache.flink.compiler.operators.BinaryUnionOpDescriptor
 
computeGlobalProperties(GlobalProperties, GlobalProperties) - Method in class org.apache.flink.compiler.operators.CartesianProductDescriptor
 
computeGlobalProperties(GlobalProperties, GlobalProperties) - Method in class org.apache.flink.compiler.operators.CoGroupDescriptor
 
computeGlobalProperties(GlobalProperties) - Method in class org.apache.flink.compiler.operators.CollectorMapDescriptor
 
computeGlobalProperties(GlobalProperties) - Method in class org.apache.flink.compiler.operators.FilterDescriptor
 
computeGlobalProperties(GlobalProperties) - Method in class org.apache.flink.compiler.operators.FlatMapDescriptor
 
computeGlobalProperties(GlobalProperties) - Method in class org.apache.flink.compiler.operators.GroupReduceProperties
 
computeGlobalProperties(GlobalProperties) - Method in class org.apache.flink.compiler.operators.GroupReduceWithCombineProperties
 
computeGlobalProperties(GlobalProperties) - Method in class org.apache.flink.compiler.operators.MapDescriptor
 
computeGlobalProperties(GlobalProperties) - Method in class org.apache.flink.compiler.operators.MapPartitionDescriptor
 
computeGlobalProperties(GlobalProperties) - Method in class org.apache.flink.compiler.operators.NoOpDescriptor
 
computeGlobalProperties(GlobalProperties, GlobalProperties) - Method in class org.apache.flink.compiler.operators.OperatorDescriptorDual
 
computeGlobalProperties(GlobalProperties) - Method in class org.apache.flink.compiler.operators.OperatorDescriptorSingle
Returns the global properties which are present after the operator was applied on the provided global properties.
computeGlobalProperties(GlobalProperties) - Method in class org.apache.flink.compiler.operators.PartialGroupProperties
 
computeGlobalProperties(GlobalProperties) - Method in class org.apache.flink.compiler.operators.ReduceProperties
 
computeGlobalProperties(GlobalProperties) - Method in class org.apache.flink.compiler.operators.SolutionSetDeltaOperator
 
computeGlobalProperties(GlobalProperties, GlobalProperties) - Method in class org.apache.flink.compiler.operators.UtilSinkJoinOpDescriptor
 
computeInterestingPropertiesForInputs(CostEstimator) - Method in class org.apache.flink.compiler.dag.AbstractPartialSolutionNode
 
computeInterestingPropertiesForInputs(CostEstimator) - Method in class org.apache.flink.compiler.dag.BinaryUnionNode
 
computeInterestingPropertiesForInputs(CostEstimator) - Method in class org.apache.flink.compiler.dag.BulkIterationNode
 
computeInterestingPropertiesForInputs(CostEstimator) - Method in class org.apache.flink.compiler.dag.DataSinkNode
 
computeInterestingPropertiesForInputs(CostEstimator) - Method in class org.apache.flink.compiler.dag.DataSourceNode
 
computeInterestingPropertiesForInputs(CostEstimator) - Method in class org.apache.flink.compiler.dag.OptimizerNode
Tells the node to compute the interesting properties for its inputs.
computeInterestingPropertiesForInputs(CostEstimator) - Method in class org.apache.flink.compiler.dag.SingleInputNode
 
computeInterestingPropertiesForInputs(CostEstimator) - Method in class org.apache.flink.compiler.dag.TwoInputNode
 
computeInterestingPropertiesForInputs(CostEstimator) - Method in class org.apache.flink.compiler.dag.WorksetIterationNode
 
computeLocalProperties(LocalProperties) - Method in class org.apache.flink.compiler.dag.PartitionNode.PartitionDescriptor
 
computeLocalProperties(LocalProperties) - Method in class org.apache.flink.compiler.operators.AllGroupReduceProperties
 
computeLocalProperties(LocalProperties) - Method in class org.apache.flink.compiler.operators.AllGroupWithPartialPreGroupProperties
 
computeLocalProperties(LocalProperties) - Method in class org.apache.flink.compiler.operators.AllReduceProperties
 
computeLocalProperties(LocalProperties, LocalProperties) - Method in class org.apache.flink.compiler.operators.BinaryUnionOpDescriptor
 
computeLocalProperties(LocalProperties, LocalProperties) - Method in class org.apache.flink.compiler.operators.CoGroupDescriptor
 
computeLocalProperties(LocalProperties, LocalProperties) - Method in class org.apache.flink.compiler.operators.CoGroupWithSolutionSetFirstDescriptor
 
computeLocalProperties(LocalProperties, LocalProperties) - Method in class org.apache.flink.compiler.operators.CoGroupWithSolutionSetSecondDescriptor
 
computeLocalProperties(LocalProperties) - Method in class org.apache.flink.compiler.operators.CollectorMapDescriptor
 
computeLocalProperties(LocalProperties, LocalProperties) - Method in class org.apache.flink.compiler.operators.CrossBlockOuterFirstDescriptor
 
computeLocalProperties(LocalProperties, LocalProperties) - Method in class org.apache.flink.compiler.operators.CrossBlockOuterSecondDescriptor
 
computeLocalProperties(LocalProperties, LocalProperties) - Method in class org.apache.flink.compiler.operators.CrossStreamOuterFirstDescriptor
 
computeLocalProperties(LocalProperties, LocalProperties) - Method in class org.apache.flink.compiler.operators.CrossStreamOuterSecondDescriptor
 
computeLocalProperties(LocalProperties) - Method in class org.apache.flink.compiler.operators.FilterDescriptor
 
computeLocalProperties(LocalProperties) - Method in class org.apache.flink.compiler.operators.FlatMapDescriptor
 
computeLocalProperties(LocalProperties) - Method in class org.apache.flink.compiler.operators.GroupReduceProperties
 
computeLocalProperties(LocalProperties) - Method in class org.apache.flink.compiler.operators.GroupReduceWithCombineProperties
 
computeLocalProperties(LocalProperties, LocalProperties) - Method in class org.apache.flink.compiler.operators.HashJoinBuildFirstProperties
 
computeLocalProperties(LocalProperties, LocalProperties) - Method in class org.apache.flink.compiler.operators.HashJoinBuildSecondProperties
 
computeLocalProperties(LocalProperties) - Method in class org.apache.flink.compiler.operators.MapDescriptor
 
computeLocalProperties(LocalProperties) - Method in class org.apache.flink.compiler.operators.MapPartitionDescriptor
 
computeLocalProperties(LocalProperties) - Method in class org.apache.flink.compiler.operators.NoOpDescriptor
 
computeLocalProperties(LocalProperties, LocalProperties) - Method in class org.apache.flink.compiler.operators.OperatorDescriptorDual
 
computeLocalProperties(LocalProperties) - Method in class org.apache.flink.compiler.operators.OperatorDescriptorSingle
Returns the local properties which are present after the operator was applied on the provided local properties.
computeLocalProperties(LocalProperties) - Method in class org.apache.flink.compiler.operators.PartialGroupProperties
 
computeLocalProperties(LocalProperties) - Method in class org.apache.flink.compiler.operators.ReduceProperties
 
computeLocalProperties(LocalProperties) - Method in class org.apache.flink.compiler.operators.SolutionSetDeltaOperator
 
computeLocalProperties(LocalProperties, LocalProperties) - Method in class org.apache.flink.compiler.operators.SortMergeJoinDescriptor
 
computeLocalProperties(LocalProperties, LocalProperties) - Method in class org.apache.flink.compiler.operators.UtilSinkJoinOpDescriptor
 
computeLogicalKeyPositions() - Method in class org.apache.flink.api.java.operators.Keys
 
computeLogicalKeyPositions() - Method in class org.apache.flink.api.java.operators.Keys.ExpressionKeys
 
computeLogicalKeyPositions() - Method in class org.apache.flink.api.java.operators.Keys.SelectorFunctionKeys
 
computeMemorySize(double) - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
 
computeMemorySize(double) - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
Computes the memory size of the fraction per slot.
computeNumberOfPages(double) - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
 
computeNumberOfPages(double) - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
Computes to how many pages the given number of bytes corresponds.
computeOperatorSpecificDefaultEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.AbstractPartialSolutionNode
 
computeOperatorSpecificDefaultEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.BinaryUnionNode
 
computeOperatorSpecificDefaultEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.BulkIterationNode
 
computeOperatorSpecificDefaultEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.CoGroupNode
 
computeOperatorSpecificDefaultEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.CollectorMapNode
Computes the estimates for the Map operator.
computeOperatorSpecificDefaultEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.CrossNode
We assume that the cardinality is the product of the input cardinalities and that the result width is the sum of the input widths.
computeOperatorSpecificDefaultEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.DataSinkNode
Computes the estimated outputs for the data sink.
computeOperatorSpecificDefaultEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.DataSourceNode
 
computeOperatorSpecificDefaultEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.FilterNode
Computes the estimates for the Filter operator.
computeOperatorSpecificDefaultEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.FlatMapNode
Computes the estimates for the FlatMap operator.
computeOperatorSpecificDefaultEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.GroupReduceNode
 
computeOperatorSpecificDefaultEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.MapNode
Computes the estimates for the Map operator.
computeOperatorSpecificDefaultEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.MapPartitionNode
Computes the estimates for the MapPartition operator.
computeOperatorSpecificDefaultEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.MatchNode
The default estimates build on the principle of inclusion: The smaller input key domain is included in the larger input key domain.
computeOperatorSpecificDefaultEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.NoOpNode
 
computeOperatorSpecificDefaultEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
computeOperatorSpecificDefaultEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.PartitionNode
 
computeOperatorSpecificDefaultEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.ReduceNode
 
computeOperatorSpecificDefaultEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.SinkJoiner
 
computeOperatorSpecificDefaultEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.UnaryOperatorNode
 
computeOperatorSpecificDefaultEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.WorksetIterationNode
 
computeOperatorSpecificDefaultEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.WorksetIterationNode.SingleRootJoiner
 
computeOutputEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.BinaryUnionNode
 
computeOutputEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.BulkPartialSolutionNode
 
computeOutputEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.OptimizerNode
Causes this node to compute its output estimates (such as number of rows, size in bytes) based on the inputs and the compiler hints.
computeOutputEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.SinkJoiner
 
computeOutputEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.SolutionSetNode
 
computeOutputEstimates(DataStatistics) - Method in class org.apache.flink.compiler.dag.WorksetNode
 
computeUnclosedBranchStack() - Method in class org.apache.flink.compiler.dag.BulkIterationNode
 
computeUnclosedBranchStack() - Method in class org.apache.flink.compiler.dag.BulkPartialSolutionNode
 
computeUnclosedBranchStack() - Method in class org.apache.flink.compiler.dag.DataSinkNode
 
computeUnclosedBranchStack() - Method in class org.apache.flink.compiler.dag.DataSourceNode
 
computeUnclosedBranchStack() - Method in class org.apache.flink.compiler.dag.OptimizerNode
This method causes the node to compute the description of open branches in its sub-plan.
computeUnclosedBranchStack() - Method in class org.apache.flink.compiler.dag.SingleInputNode
 
computeUnclosedBranchStack() - Method in class org.apache.flink.compiler.dag.SinkJoiner
 
computeUnclosedBranchStack() - Method in class org.apache.flink.compiler.dag.SolutionSetNode
 
computeUnclosedBranchStack() - Method in class org.apache.flink.compiler.dag.TwoInputNode
 
computeUnclosedBranchStack() - Method in class org.apache.flink.compiler.dag.WorksetIterationNode
 
computeUnclosedBranchStack() - Method in class org.apache.flink.compiler.dag.WorksetNode
 
computeUnclosedBranchStackForBroadcastInputs(List<OptimizerNode.UnclosedBranchDescriptor>) - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
computeUnionOfInterestingPropertiesFromSuccessors() - Method in class org.apache.flink.compiler.dag.BinaryUnionNode
 
computeUnionOfInterestingPropertiesFromSuccessors() - Method in class org.apache.flink.compiler.dag.OptimizerNode
Computes all the interesting properties that are relevant to this node.
concatenate(Record) - Method in class org.apache.flink.types.Record
 
config - Variable in class org.apache.flink.api.common.io.FileInputFormat.AbstractConfigBuilder
The configuration into which the parameters will be written.
config - Variable in class org.apache.flink.api.common.io.FileOutputFormat.AbstractConfigBuilder
The configuration into which the parameters will be written.
config - Variable in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
config - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The task configuration with the setup parameters.
config - Variable in class org.apache.flink.runtime.operators.util.TaskConfig
 
config - Variable in class org.apache.flink.test.util.AbstractTestBase
 
ConfigConstants - Class in org.apache.flink.configuration
This class contains all constants for the configuration.
Configuration - Class in org.apache.flink.configuration
Lightweight configuration object which can store key/value pairs.
Configuration() - Constructor for class org.apache.flink.configuration.Configuration
 
configuration - Variable in class org.apache.flink.streaming.api.streamvertex.StreamVertex
 
configure(Configuration) - Method in class org.apache.flink.api.common.io.BinaryInputFormat
 
configure(Configuration) - Method in class org.apache.flink.api.common.io.BinaryOutputFormat
 
configure(Configuration) - Method in class org.apache.flink.api.common.io.DelimitedInputFormat
Configures this input format by reading the path to the file from the configuration andge the string that defines the record delimiter.
configure(Configuration) - Method in class org.apache.flink.api.common.io.FileInputFormat
Configures the file input format by reading the file path from the configuration.
configure(Configuration) - Method in class org.apache.flink.api.common.io.FileOutputFormat
 
configure(Configuration) - Method in class org.apache.flink.api.common.io.GenericInputFormat
 
configure(Configuration) - Method in interface org.apache.flink.api.common.io.InputFormat
Configures this input format.
configure(Configuration) - Method in interface org.apache.flink.api.common.io.OutputFormat
Configures this output format.
configure(Configuration) - Method in class org.apache.flink.api.java.io.DiscardingOuputFormat
 
configure(Configuration) - Method in class org.apache.flink.api.java.io.DiscardingOutputFormat
 
configure(Configuration) - Method in class org.apache.flink.api.java.io.jdbc.JDBCInputFormat
 
configure(Configuration) - Method in class org.apache.flink.api.java.io.jdbc.JDBCOutputFormat
 
configure(Configuration) - Method in class org.apache.flink.api.java.io.LocalCollectionOutputFormat
 
configure(Configuration) - Method in class org.apache.flink.api.java.io.PrintingOutputFormat
 
configure(Configuration) - Method in class org.apache.flink.api.java.io.RemoteCollectorOutputFormat
 
configure(Configuration) - Method in class org.apache.flink.api.java.io.TextInputFormat
 
configure(Configuration) - Method in class org.apache.flink.api.java.io.TextValueInputFormat
 
configure(Configuration) - Method in class org.apache.flink.api.java.record.io.CsvInputFormat
 
configure(Configuration) - Method in class org.apache.flink.api.java.record.io.CsvOutputFormat
 
configure(Configuration) - Method in class org.apache.flink.api.java.record.io.DelimitedOutputFormat
Calls the super classes to configure themselves and reads the config parameters for the delimiter and the write buffer size.
configure(Configuration) - Method in class org.apache.flink.api.java.record.io.ExternalProcessFixedLengthInputFormat
 
configure(Configuration) - Method in class org.apache.flink.api.java.record.io.ExternalProcessInputFormat
 
configure(Configuration) - Method in class org.apache.flink.api.java.record.io.FixedLengthInputFormat
 
configure(Configuration) - Method in class org.apache.flink.api.java.record.io.jdbc.JDBCInputFormat
Configures this JDBCInputFormat.
configure(Configuration) - Method in class org.apache.flink.api.java.record.io.jdbc.JDBCOutputFormat
Configures this JDBCOutputFormat.
configure(Configuration) - Method in class org.apache.flink.api.java.record.io.TextInputFormat
 
configure(JobConf) - Method in class org.apache.flink.hadoopcompatibility.mapred.example.HadoopMapredCompatWordCount.Counter
 
configure(JobConf) - Method in class org.apache.flink.hadoopcompatibility.mapred.example.HadoopMapredCompatWordCount.Tokenizer
 
configure(Configuration) - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopInputFormat
 
configure(Configuration) - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopOutputFormat
 
configure(Configuration) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordInputFormat
 
configure(Configuration) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordOutputFormat
 
configure(Configuration) - Method in class org.apache.flink.hadoopcompatibility.mapreduce.HadoopInputFormat
 
configure(Configuration) - Method in class org.apache.flink.hadoopcompatibility.mapreduce.HadoopOutputFormat
 
configureAvroSource(Collector<OUT>) - Method in class org.apache.flink.streaming.connectors.flume.FlumeSource
Configures the AvroSource.
configureDelimitedFormat(FileDataSourceBase<?>) - Static method in class org.apache.flink.api.common.io.DelimitedInputFormat
Creates a configuration builder that can be used to set the input format's parameters to the config in a fluent fashion.
configureDelimitedFormat(FileDataSink) - Static method in class org.apache.flink.api.java.record.io.DelimitedOutputFormat
Creates a configuration builder that can be used to set the input format's parameters to the config in a fluent fashion.
configureFileFormat(GenericDataSourceBase<?, ?>) - Static method in class org.apache.flink.api.common.io.FileInputFormat
Creates a configuration builder that can be used to set the input format's parameters to the config in a fluent fashion.
configureFileFormat(FileDataSinkBase<?>) - Static method in class org.apache.flink.api.common.io.FileOutputFormat
Creates a configuration builder that can be used to set the input format's parameters to the config in a fluent fashion.
configureOutputFormat(GenericDataSink) - Static method in class org.apache.flink.api.java.record.io.jdbc.JDBCOutputFormat
Creates a configuration builder that can be used to set the output format's parameters to the config in a fluent fashion.
configureRecordFormat(FileDataSource) - Static method in class org.apache.flink.api.java.record.io.CsvInputFormat
Creates a configuration builder that can be used to set the input format's parameters to the config in a fluent fashion.
configureRecordFormat(FileDataSink) - Static method in class org.apache.flink.api.java.record.io.CsvOutputFormat
Creates a configuration builder that can be used to set the input format's parameters to the config in a fluent fashion.
ConflictingFieldTypeInfoException - Exception in org.apache.flink.compiler.postpass
 
ConflictingFieldTypeInfoException(int, Object, Object) - Constructor for exception org.apache.flink.compiler.postpass.ConflictingFieldTypeInfoException
 
connecDataSet(IntermediateDataSet) - Method in class org.apache.flink.runtime.jobgraph.JobEdge
 
connect(Socket, SocketAddress, int) - Static method in class org.apache.flink.runtime.net.NetUtils
 
connect(DataStream<R>) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Creates a new ConnectedDataStream by connecting DataStream outputs of different type with each other.
connectDataSetAsInput(IntermediateDataSet, DistributionPattern) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
 
ConnectedComponents - Class in org.apache.flink.examples.java.graph
An implementation of the connected components algorithm, using a delta iteration.
ConnectedComponents() - Constructor for class org.apache.flink.examples.java.graph.ConnectedComponents
 
ConnectedComponents.ComponentIdFilter - Class in org.apache.flink.examples.java.graph
 
ConnectedComponents.ComponentIdFilter() - Constructor for class org.apache.flink.examples.java.graph.ConnectedComponents.ComponentIdFilter
 
ConnectedComponents.DuplicateValue<T> - Class in org.apache.flink.examples.java.graph
Function that turns a value into a 2-tuple where both fields are that value.
ConnectedComponents.DuplicateValue() - Constructor for class org.apache.flink.examples.java.graph.ConnectedComponents.DuplicateValue
 
ConnectedComponents.NeighborWithComponentIDJoin - Class in org.apache.flink.examples.java.graph
UDF that joins a (Vertex-ID, Component-ID) pair that represents the current component that a vertex is associated with, with a (Source-Vertex-ID, Target-VertexID) edge.
ConnectedComponents.NeighborWithComponentIDJoin() - Constructor for class org.apache.flink.examples.java.graph.ConnectedComponents.NeighborWithComponentIDJoin
 
ConnectedComponents.UndirectEdge - Class in org.apache.flink.examples.java.graph
Undirected edges by emitting for each input edge the input edges itself and an inverted version.
ConnectedComponents.UndirectEdge() - Constructor for class org.apache.flink.examples.java.graph.ConnectedComponents.UndirectEdge
 
ConnectedComponentsData - Class in org.apache.flink.examples.java.graph.util
Provides the default data sets used for the Connected Components example program.
ConnectedComponentsData() - Constructor for class org.apache.flink.examples.java.graph.util.ConnectedComponentsData
 
ConnectedComponentsData - Class in org.apache.flink.test.testdata
 
ConnectedDataStream<IN1,IN2> - Class in org.apache.flink.streaming.api.datastream
The ConnectedDataStream represents a stream for two different data types.
ConnectedDataStream(DataStream<IN1>, DataStream<IN2>) - Constructor for class org.apache.flink.streaming.api.datastream.ConnectedDataStream
 
ConnectedDataStream(ConnectedDataStream<IN1, IN2>) - Constructor for class org.apache.flink.streaming.api.datastream.ConnectedDataStream
 
connectGraph(DataStream<X>, String, int) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Internal function for assembling the underlying JobGraph of the job.
connectIdInput(IntermediateDataSetID, DistributionPattern) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
 
ConnectionInfoLookupResponse - Class in org.apache.flink.runtime.io.network
 
ConnectionInfoLookupResponse() - Constructor for class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
ConnectionInfoLookupResponse(ConnectionInfoLookupResponse.ReturnCode) - Constructor for class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
ConnectionInfoLookupResponse(ConnectionInfoLookupResponse.ReturnCode, ChannelID) - Constructor for class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
ConnectionInfoLookupResponse(ConnectionInfoLookupResponse.ReturnCode, RemoteReceiver) - Constructor for class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
connectNewDataSetAsInput(AbstractJobVertex, DistributionPattern) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
 
connectSource(int, IntermediateResult, JobEdge, int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
connectToPredecessors(Map<IntermediateDataSetID, IntermediateResult>) - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
 
constructLogString(String, String, AbstractInvokable) - Static method in class org.apache.flink.runtime.operators.RegularPactTask
Utility function that composes a string for logging purposes.
constructTestPath(Class<?>, String) - Static method in class org.apache.flink.core.fs.Path
 
constructTestURI(Class<?>, String) - Static method in class org.apache.flink.core.fs.Path
 
consumeAndCacheRemainingData() - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
 
containingIteration - Variable in class org.apache.flink.api.common.operators.base.DeltaIterationBase.SolutionSetPlaceHolder
 
contains(Integer) - Method in class org.apache.flink.api.common.operators.util.FieldSet
 
contains(Object) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SetQueue
 
contains(Object) - Method in class org.apache.flink.types.ListValue
 
containsAll(Collection<?>) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SetQueue
 
containsAll(Collection<?>) - Method in class org.apache.flink.types.ListValue
 
containsKey(String) - Method in class org.apache.flink.configuration.Configuration
Checks whether there is an entry with the specified key
containsKey(K) - Method in class org.apache.flink.streaming.state.MutableTableState
 
containsKey(K) - Method in class org.apache.flink.streaming.state.TableState
 
containsKey(Object) - Method in class org.apache.flink.types.MapValue
 
containsValue(Object) - Method in class org.apache.flink.types.MapValue
 
CONTENT_TYPE_HTML - Static variable in class org.apache.flink.client.web.GUIServletStub
The content type for HTML data.
CONTENT_TYPE_PLAIN - Static variable in class org.apache.flink.client.web.GUIServletStub
The content type for plain textual data.
ContextChecker - Class in org.apache.flink.compiler.contextcheck
Traverses a plan and checks whether all Contracts are correctly connected to their input contracts.
ContextChecker() - Constructor for class org.apache.flink.compiler.contextcheck.ContextChecker
Default constructor
ContextEnvironment - Class in org.apache.flink.client.program
 
ContextEnvironment(Client, List<File>, ClassLoader) - Constructor for class org.apache.flink.client.program.ContextEnvironment
 
ConvergenceCriterion<T extends Value> - Interface in org.apache.flink.api.common.aggregators
Used to check for convergence.
convert(Record, K, V) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.datatypes.DefaultHadoopTypeConverter
 
convert(Object) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.datatypes.DefaultHadoopTypeConverter
 
convert(Record, K, V) - Method in interface org.apache.flink.hadoopcompatibility.mapred.record.datatypes.HadoopTypeConverter
Convert a Hadoop type to a Flink type.
convert(Record, K, V) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.datatypes.WritableWrapperConverter
 
convertBoxedJavaType(Object) - Static method in class org.apache.flink.types.JavaToValueConverter
 
converter - Variable in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordInputFormat
 
converter - Variable in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordOutputFormat
 
convertKey(Record) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.datatypes.DefaultFlinkTypeConverter
 
convertKey(Record) - Method in interface org.apache.flink.hadoopcompatibility.mapred.record.datatypes.FlinkTypeConverter
Convert a Flink type to a Hadoop type.
convertValue(Record) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.datatypes.DefaultFlinkTypeConverter
 
convertValue(Record) - Method in interface org.apache.flink.hadoopcompatibility.mapred.record.datatypes.FlinkTypeConverter
 
convertValueType(Value) - Static method in class org.apache.flink.types.JavaToValueConverter
 
copy(boolean[]) - Method in class org.apache.flink.api.common.typeutils.base.array.BooleanPrimitiveArraySerializer
 
copy(boolean[], boolean[]) - Method in class org.apache.flink.api.common.typeutils.base.array.BooleanPrimitiveArraySerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.array.BooleanPrimitiveArraySerializer
 
copy(byte[]) - Method in class org.apache.flink.api.common.typeutils.base.array.BytePrimitiveArraySerializer
 
copy(byte[], byte[]) - Method in class org.apache.flink.api.common.typeutils.base.array.BytePrimitiveArraySerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.array.BytePrimitiveArraySerializer
 
copy(char[]) - Method in class org.apache.flink.api.common.typeutils.base.array.CharPrimitiveArraySerializer
 
copy(char[], char[]) - Method in class org.apache.flink.api.common.typeutils.base.array.CharPrimitiveArraySerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.array.CharPrimitiveArraySerializer
 
copy(double[]) - Method in class org.apache.flink.api.common.typeutils.base.array.DoublePrimitiveArraySerializer
 
copy(double[], double[]) - Method in class org.apache.flink.api.common.typeutils.base.array.DoublePrimitiveArraySerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.array.DoublePrimitiveArraySerializer
 
copy(float[]) - Method in class org.apache.flink.api.common.typeutils.base.array.FloatPrimitiveArraySerializer
 
copy(float[], float[]) - Method in class org.apache.flink.api.common.typeutils.base.array.FloatPrimitiveArraySerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.array.FloatPrimitiveArraySerializer
 
copy(int[]) - Method in class org.apache.flink.api.common.typeutils.base.array.IntPrimitiveArraySerializer
 
copy(int[], int[]) - Method in class org.apache.flink.api.common.typeutils.base.array.IntPrimitiveArraySerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.array.IntPrimitiveArraySerializer
 
copy(long[]) - Method in class org.apache.flink.api.common.typeutils.base.array.LongPrimitiveArraySerializer
 
copy(long[], long[]) - Method in class org.apache.flink.api.common.typeutils.base.array.LongPrimitiveArraySerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.array.LongPrimitiveArraySerializer
 
copy(short[]) - Method in class org.apache.flink.api.common.typeutils.base.array.ShortPrimitiveArraySerializer
 
copy(short[], short[]) - Method in class org.apache.flink.api.common.typeutils.base.array.ShortPrimitiveArraySerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.array.ShortPrimitiveArraySerializer
 
copy(String[]) - Method in class org.apache.flink.api.common.typeutils.base.array.StringArraySerializer
 
copy(String[], String[]) - Method in class org.apache.flink.api.common.typeutils.base.array.StringArraySerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.array.StringArraySerializer
 
copy(Boolean) - Method in class org.apache.flink.api.common.typeutils.base.BooleanSerializer
 
copy(Boolean, Boolean) - Method in class org.apache.flink.api.common.typeutils.base.BooleanSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.BooleanSerializer
 
copy(BooleanValue) - Method in class org.apache.flink.api.common.typeutils.base.BooleanValueSerializer
 
copy(BooleanValue, BooleanValue) - Method in class org.apache.flink.api.common.typeutils.base.BooleanValueSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.BooleanValueSerializer
 
copy(Byte) - Method in class org.apache.flink.api.common.typeutils.base.ByteSerializer
 
copy(Byte, Byte) - Method in class org.apache.flink.api.common.typeutils.base.ByteSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.ByteSerializer
 
copy(ByteValue) - Method in class org.apache.flink.api.common.typeutils.base.ByteValueSerializer
 
copy(ByteValue, ByteValue) - Method in class org.apache.flink.api.common.typeutils.base.ByteValueSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.ByteValueSerializer
 
copy(Character) - Method in class org.apache.flink.api.common.typeutils.base.CharSerializer
 
copy(Character, Character) - Method in class org.apache.flink.api.common.typeutils.base.CharSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.CharSerializer
 
copy(CharValue) - Method in class org.apache.flink.api.common.typeutils.base.CharValueSerializer
 
copy(CharValue, CharValue) - Method in class org.apache.flink.api.common.typeutils.base.CharValueSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.CharValueSerializer
 
copy(Double) - Method in class org.apache.flink.api.common.typeutils.base.DoubleSerializer
 
copy(Double, Double) - Method in class org.apache.flink.api.common.typeutils.base.DoubleSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.DoubleSerializer
 
copy(DoubleValue) - Method in class org.apache.flink.api.common.typeutils.base.DoubleValueSerializer
 
copy(DoubleValue, DoubleValue) - Method in class org.apache.flink.api.common.typeutils.base.DoubleValueSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.DoubleValueSerializer
 
copy(Float) - Method in class org.apache.flink.api.common.typeutils.base.FloatSerializer
 
copy(Float, Float) - Method in class org.apache.flink.api.common.typeutils.base.FloatSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.FloatSerializer
 
copy(FloatValue) - Method in class org.apache.flink.api.common.typeutils.base.FloatValueSerializer
 
copy(FloatValue, FloatValue) - Method in class org.apache.flink.api.common.typeutils.base.FloatValueSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.FloatValueSerializer
 
copy(C[]) - Method in class org.apache.flink.api.common.typeutils.base.GenericArraySerializer
 
copy(C[], C[]) - Method in class org.apache.flink.api.common.typeutils.base.GenericArraySerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.GenericArraySerializer
 
copy(Integer) - Method in class org.apache.flink.api.common.typeutils.base.IntSerializer
 
copy(Integer, Integer) - Method in class org.apache.flink.api.common.typeutils.base.IntSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.IntSerializer
 
copy(IntValue) - Method in class org.apache.flink.api.common.typeutils.base.IntValueSerializer
 
copy(IntValue, IntValue) - Method in class org.apache.flink.api.common.typeutils.base.IntValueSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.IntValueSerializer
 
copy(Long) - Method in class org.apache.flink.api.common.typeutils.base.LongSerializer
 
copy(Long, Long) - Method in class org.apache.flink.api.common.typeutils.base.LongSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.LongSerializer
 
copy(LongValue) - Method in class org.apache.flink.api.common.typeutils.base.LongValueSerializer
 
copy(LongValue, LongValue) - Method in class org.apache.flink.api.common.typeutils.base.LongValueSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.LongValueSerializer
 
copy(Short) - Method in class org.apache.flink.api.common.typeutils.base.ShortSerializer
 
copy(Short, Short) - Method in class org.apache.flink.api.common.typeutils.base.ShortSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.ShortSerializer
 
copy(ShortValue) - Method in class org.apache.flink.api.common.typeutils.base.ShortValueSerializer
 
copy(ShortValue, ShortValue) - Method in class org.apache.flink.api.common.typeutils.base.ShortValueSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.ShortValueSerializer
 
copy(String) - Method in class org.apache.flink.api.common.typeutils.base.StringSerializer
 
copy(String, String) - Method in class org.apache.flink.api.common.typeutils.base.StringSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.StringSerializer
 
copy(StringValue) - Method in class org.apache.flink.api.common.typeutils.base.StringValueSerializer
 
copy(StringValue, StringValue) - Method in class org.apache.flink.api.common.typeutils.base.StringValueSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.StringValueSerializer
 
copy(Record) - Method in class org.apache.flink.api.common.typeutils.record.RecordSerializer
 
copy(Record, Record) - Method in class org.apache.flink.api.common.typeutils.record.RecordSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.record.RecordSerializer
 
copy(T) - Method in class org.apache.flink.api.common.typeutils.TypeSerializer
Creates a deep copy of the given element in a new element.
copy(T, T) - Method in class org.apache.flink.api.common.typeutils.TypeSerializer
Creates a copy from the given element.
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.TypeSerializer
Copies exactly one record from the source input view to the target output view.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple1
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple10
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple11
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple12
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple13
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple14
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple15
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple16
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple17
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple18
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple19
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple2
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple20
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple21
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple22
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple23
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple24
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple25
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple3
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple4
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple5
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple6
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple7
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple8
Shallow tuple copy.
copy() - Method in class org.apache.flink.api.java.tuple.Tuple9
Shallow tuple copy.
copy(T) - Method in class org.apache.flink.api.java.typeutils.runtime.AvroSerializer
 
copy(T, T) - Method in class org.apache.flink.api.java.typeutils.runtime.AvroSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.java.typeutils.runtime.AvroSerializer
 
copy(T) - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueSerializer
 
copy(T, T) - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueSerializer
 
copy(T) - Method in class org.apache.flink.api.java.typeutils.runtime.KryoSerializer
 
copy(T, T) - Method in class org.apache.flink.api.java.typeutils.runtime.KryoSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.java.typeutils.runtime.KryoSerializer
 
copy(T) - Method in class org.apache.flink.api.java.typeutils.runtime.PojoSerializer
 
copy(T, T) - Method in class org.apache.flink.api.java.typeutils.runtime.PojoSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.java.typeutils.runtime.PojoSerializer
 
copy(T) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleSerializer
 
copy(T, T) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleSerializerBase
 
copy(T) - Method in class org.apache.flink.api.java.typeutils.runtime.ValueSerializer
 
copy(T, T) - Method in class org.apache.flink.api.java.typeutils.runtime.ValueSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.java.typeutils.runtime.ValueSerializer
 
copy(T) - Method in class org.apache.flink.api.java.typeutils.runtime.WritableSerializer
 
copy(T, T) - Method in class org.apache.flink.api.java.typeutils.runtime.WritableSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.api.java.typeutils.runtime.WritableSerializer
 
copy(Path, Path, boolean) - Static method in class org.apache.flink.runtime.filecache.FileCache
 
copy() - Method in class org.apache.flink.streaming.api.datastream.BatchedDataStream
 
copy() - Method in class org.apache.flink.streaming.api.datastream.CoBatchedDataStream
 
copy() - Method in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
 
copy() - Method in class org.apache.flink.streaming.api.datastream.CoWindowDataStream
 
copy() - Method in class org.apache.flink.streaming.api.datastream.DataStream
Creates a copy of the DataStream
copy() - Method in class org.apache.flink.streaming.api.datastream.DataStreamSink
 
copy() - Method in class org.apache.flink.streaming.api.datastream.GroupedDataStream
 
copy() - Method in class org.apache.flink.streaming.api.datastream.IterativeDataStream
 
copy() - Method in class org.apache.flink.streaming.api.datastream.SingleOutputStreamOperator
 
copy() - Method in class org.apache.flink.streaming.api.datastream.WindowDataStream
 
copy(StreamRecord<T>) - Method in class org.apache.flink.streaming.api.streamrecord.StreamRecordSerializer
 
copy(StreamRecord<T>, StreamRecord<T>) - Method in class org.apache.flink.streaming.api.streamrecord.StreamRecordSerializer
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.streaming.api.streamrecord.StreamRecordSerializer
 
copy() - Method in class org.apache.flink.streaming.api.streamrecord.UID
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.types.BooleanValue
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.types.ByteValue
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.types.CharValue
 
copy(DataInputView, DataOutputView) - Method in interface org.apache.flink.types.CopyableValue
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.types.DoubleValue
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.types.FloatValue
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.types.IntValue
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.types.LongValue
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.types.NullValue
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.types.Record
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.types.ShortValue
 
copy(DataInputView, DataOutputView) - Method in class org.apache.flink.types.StringValue
 
CopyableValue<T> - Interface in org.apache.flink.types
Interface to be implemented by basic types that support to be copied efficiently.
CopyableValueComparator<T extends CopyableValue<T> & Comparable<T>> - Class in org.apache.flink.api.java.typeutils.runtime
Comparator for all Value types that extend Key
CopyableValueComparator(boolean, Class<T>) - Constructor for class org.apache.flink.api.java.typeutils.runtime.CopyableValueComparator
 
CopyableValueSerializer<T extends CopyableValue<T>> - Class in org.apache.flink.api.java.typeutils.runtime
 
CopyableValueSerializer(Class<T>) - Constructor for class org.apache.flink.api.java.typeutils.runtime.CopyableValueSerializer
 
copyBytes(InputStream, OutputStream, int, boolean) - Static method in class org.apache.flink.runtime.util.IOUtils
Copies from one stream to another.
copyBytes(InputStream, OutputStream) - Static method in class org.apache.flink.runtime.util.IOUtils
Copies from one stream to another.
copyBytes(InputStream, OutputStream, boolean) - Static method in class org.apache.flink.runtime.util.IOUtils
Copies from one stream to another.
copyEstimates(OptimizerNode) - Method in class org.apache.flink.compiler.dag.AbstractPartialSolutionNode
 
copyFrom(CompilerHints) - Method in class org.apache.flink.api.common.operators.CompilerHints
 
copyFrom(EnumTrianglesDataTypes.EdgeWithDegrees) - Method in class org.apache.flink.examples.java.graph.util.EnumTrianglesDataTypes.EdgeWithDegrees
 
copyFrom(Record, int[], int[]) - Method in class org.apache.flink.types.Record
Bin-copies fields from a source record to this record.
CopyingIterator<E> - Class in org.apache.flink.api.common.functions.util
 
CopyingIterator(Iterator<E>, TypeSerializer<E>) - Constructor for class org.apache.flink.api.common.functions.util.CopyingIterator
 
CopyingListCollector<T> - Class in org.apache.flink.api.common.functions.util
 
CopyingListCollector(List<T>, TypeSerializer<T>) - Constructor for class org.apache.flink.api.common.functions.util.CopyingListCollector
 
copyNormalizedKey(MemorySegment, int, int) - Method in class org.apache.flink.types.BooleanValue
 
copyNormalizedKey(MemorySegment, int, int) - Method in class org.apache.flink.types.ByteValue
 
copyNormalizedKey(MemorySegment, int, int) - Method in class org.apache.flink.types.CharValue
 
copyNormalizedKey(MemorySegment, int, int) - Method in class org.apache.flink.types.IntValue
 
copyNormalizedKey(MemorySegment, int, int) - Method in class org.apache.flink.types.LongValue
 
copyNormalizedKey(MemorySegment, int, int) - Method in interface org.apache.flink.types.NormalizableKey
Writes a normalized key for the given record into the target byte array, starting at the specified position an writing exactly the given number of bytes.
copyNormalizedKey(MemorySegment, int, int) - Method in class org.apache.flink.types.NullValue
 
copyNormalizedKey(MemorySegment, int, int) - Method in class org.apache.flink.types.ShortValue
 
copyNormalizedKey(MemorySegment, int, int) - Method in class org.apache.flink.types.StringValue
 
copyString(DataInput, DataOutput) - Static method in class org.apache.flink.types.StringValue
 
copyTo(int, MemorySegment, int, int) - Method in class org.apache.flink.core.memory.MemorySegment
Bulk copy method.
copyTo(BooleanValue) - Method in class org.apache.flink.types.BooleanValue
 
copyTo(ByteValue) - Method in class org.apache.flink.types.ByteValue
 
copyTo(CharValue) - Method in class org.apache.flink.types.CharValue
 
copyTo(T) - Method in interface org.apache.flink.types.CopyableValue
 
copyTo(DoubleValue) - Method in class org.apache.flink.types.DoubleValue
 
copyTo(FloatValue) - Method in class org.apache.flink.types.FloatValue
 
copyTo(IntValue) - Method in class org.apache.flink.types.IntValue
 
copyTo(LongValue) - Method in class org.apache.flink.types.LongValue
 
copyTo(NullValue) - Method in class org.apache.flink.types.NullValue
 
copyTo(Record) - Method in class org.apache.flink.types.Record
 
copyTo(ShortValue) - Method in class org.apache.flink.types.ShortValue
 
copyTo(StringValue) - Method in class org.apache.flink.types.StringValue
 
copyToBuffer(Buffer) - Method in class org.apache.flink.runtime.io.network.Buffer
 
copyVerticesFromEdgeWithDegrees(EnumTrianglesDataTypes.EdgeWithDegrees) - Method in class org.apache.flink.examples.java.graph.util.EnumTrianglesDataTypes.Edge
 
copyVerticesFromTuple2(Tuple2<Integer, Integer>) - Method in class org.apache.flink.examples.java.graph.util.EnumTrianglesDataTypes.Edge
 
CoReaderIterator<T1,T2> - Class in org.apache.flink.streaming.io
A CoReaderIterator wraps a CoRecordReader producing records of two input types.
CoReaderIterator(CoRecordReader<DeserializationDelegate<T1>, DeserializationDelegate<T2>>, TypeSerializer<T1>, TypeSerializer<T2>) - Constructor for class org.apache.flink.streaming.io.CoReaderIterator
 
CoRecordReader<T1 extends IOReadableWritable,T2 extends IOReadableWritable> - Class in org.apache.flink.streaming.io
A CoRecordReader wraps MutableRecordReaders of two different input types to read records effectively.
CoRecordReader(ArrayList<MutableRecordReader<T1>>, ArrayList<MutableRecordReader<T2>>) - Constructor for class org.apache.flink.streaming.io.CoRecordReader
 
CoReduceFunction<IN1,IN2,OUT> - Interface in org.apache.flink.streaming.api.function.co
The CoReduceFunction interface represents a Reduce transformation with two different input streams.
CoReduceInvokable<IN1,IN2,OUT> - Class in org.apache.flink.streaming.api.invokable.operator.co
 
CoReduceInvokable(CoReduceFunction<IN1, IN2, OUT>) - Constructor for class org.apache.flink.streaming.api.invokable.operator.co.CoReduceInvokable
 
coReducer - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable
 
coReducer - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoReduceInvokable
 
CorruptConfigurationException - Exception in org.apache.flink.runtime.operators.util
Exception indicating that the parsed configuration was corrupt.
CorruptConfigurationException(String) - Constructor for exception org.apache.flink.runtime.operators.util.CorruptConfigurationException
Creates a new exception with the given error message.
CorruptConfigurationException(String, Throwable) - Constructor for exception org.apache.flink.runtime.operators.util.CorruptConfigurationException
 
CostEstimator - Class in org.apache.flink.compiler.costs
Abstract base class for a cost estimator.
CostEstimator() - Constructor for class org.apache.flink.compiler.costs.CostEstimator
 
costOperator(PlanNode) - Method in class org.apache.flink.compiler.costs.CostEstimator
This method computes the cost of an operator.
CoStreamVertex<IN1,IN2,OUT> - Class in org.apache.flink.streaming.api.streamvertex
 
CoStreamVertex() - Constructor for class org.apache.flink.streaming.api.streamvertex.CoStreamVertex
 
Costs - Class in org.apache.flink.compiler.costs
Simple class to represent the costs of an operation.
Costs() - Constructor for class org.apache.flink.compiler.costs.Costs
Default constructor.
Costs(double, double) - Constructor for class org.apache.flink.compiler.costs.Costs
Creates a new costs object using the given values for the network and storage cost.
Costs(double, double, double) - Constructor for class org.apache.flink.compiler.costs.Costs
Creates a new costs object using the given values for the network and storage cost.
costWeight - Variable in class org.apache.flink.compiler.dag.OptimizerNode
 
count() - Method in class org.apache.flink.streaming.api.datastream.DataStream
Applies an aggregation that gives the count of the data point.
counter - Static variable in class org.apache.flink.streaming.api.datastream.DataStream
 
counter - Variable in class org.apache.flink.streaming.api.invokable.operator.BatchReduceInvokable.StreamBatch
 
counter - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable.StreamBatch
 
CounterInvokable<IN> - Class in org.apache.flink.streaming.api.invokable.operator
 
CounterInvokable() - Constructor for class org.apache.flink.streaming.api.invokable.operator.CounterInvokable
 
COUNTS - Static variable in class org.apache.flink.test.testdata.WordCountData
 
COUNTS_AS_TUPLES - Static variable in class org.apache.flink.test.testdata.WordCountData
 
coWindow(List<IN1>, List<IN2>, Collector<O>) - Method in interface org.apache.flink.streaming.api.function.co.CoWindowFunction
 
coWindow(List<IN1>, List<IN2>, Collector<O>) - Method in class org.apache.flink.streaming.api.function.co.RichCoWindowFunction
 
CoWindowDataStream<IN1,IN2> - Class in org.apache.flink.streaming.api.datastream
A CoWindowDataStream represents two data streams whose elements are batched together into sliding windows.
CoWindowDataStream(DataStream<IN1>, DataStream<IN2>, long, long, long, long, TimeStamp<IN1>, TimeStamp<IN2>) - Constructor for class org.apache.flink.streaming.api.datastream.CoWindowDataStream
 
CoWindowDataStream(ConnectedDataStream<IN1, IN2>, long, long, long, long, TimeStamp<IN1>, TimeStamp<IN2>) - Constructor for class org.apache.flink.streaming.api.datastream.CoWindowDataStream
 
CoWindowDataStream(CoWindowDataStream<IN1, IN2>) - Constructor for class org.apache.flink.streaming.api.datastream.CoWindowDataStream
 
CoWindowFunction<IN1,IN2,O> - Interface in org.apache.flink.streaming.api.function.co
 
coWindowFunction - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowInvokable
 
CoWindowInvokable<IN1,IN2,OUT> - Class in org.apache.flink.streaming.api.invokable.operator.co
 
CoWindowInvokable(CoWindowFunction<IN1, IN2, OUT>, long, long, TimeStamp<IN1>, TimeStamp<IN2>) - Constructor for class org.apache.flink.streaming.api.invokable.operator.co.CoWindowInvokable
 
CoWindowInvokable.StreamWindow - Class in org.apache.flink.streaming.api.invokable.operator.co
 
CoWindowInvokable.StreamWindow() - Constructor for class org.apache.flink.streaming.api.invokable.operator.co.CoWindowInvokable.StreamWindow
 
CoWindowReduceInvokable<IN1,IN2,OUT> - Class in org.apache.flink.streaming.api.invokable.operator.co
 
CoWindowReduceInvokable(CoReduceFunction<IN1, IN2, OUT>, long, long, long, long, TimeStamp<IN1>, TimeStamp<IN2>) - Constructor for class org.apache.flink.streaming.api.invokable.operator.co.CoWindowReduceInvokable
 
CoWindowReduceInvokable.StreamWindow<IN> - Class in org.apache.flink.streaming.api.invokable.operator.co
 
CoWindowReduceInvokable.StreamWindow(long, long) - Constructor for class org.apache.flink.streaming.api.invokable.operator.co.CoWindowReduceInvokable.StreamWindow
 
create(Path, boolean, int, short, long) - Method in class org.apache.flink.core.fs.FileSystem
Opens an FSDataOutputStream at the indicated Path.
create(Path, boolean) - Method in class org.apache.flink.core.fs.FileSystem
Opens an FSDataOutputStream at the indicated Path.
create(Path, boolean, int, short, long) - Method in class org.apache.flink.core.fs.local.LocalFileSystem
 
create(Path, boolean) - Method in class org.apache.flink.core.fs.local.LocalFileSystem
 
create(Path, boolean, int, short, long) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
 
create(Path, boolean) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
 
create(Path, boolean, int, short, long) - Method in class org.apache.flink.runtime.fs.maprfs.MapRFileSystem
 
create(Path, boolean) - Method in class org.apache.flink.runtime.fs.maprfs.MapRFileSystem
 
create(Path, boolean, int, short, long) - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
 
create(Path, boolean) - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
 
createAggregationFunction(Class<T>) - Method in interface org.apache.flink.api.java.aggregation.AggregationFunctionFactory
 
createAggregationFunction(Class<T>) - Method in class org.apache.flink.api.java.aggregation.MaxAggregationFunction.MaxAggregationFunctionFactory
 
createAggregationFunction(Class<T>) - Method in class org.apache.flink.api.java.aggregation.MinAggregationFunction.MinAggregationFunctionFactory
 
createAggregationFunction(Class<T>) - Method in class org.apache.flink.api.java.aggregation.SumAggregationFunction.SumAggregationFunctionFactory
 
createAndAddResultDataSet() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
 
createAndAddResultDataSet(IntermediateDataSetID) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
 
createAndBind(Integer, RemoteCollectorConsumer<T>, String) - Static method in class org.apache.flink.api.java.io.RemoteCollectorImpl
This factory method creates an instance of the RemoteCollectorImpl and binds it in the local RMI Registry.
createAndRegisterInputGate() - Method in interface org.apache.flink.runtime.execution.Environment
Creates a new InputGate and registers it with the Environment.
createAndRegisterInputGate() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
createAndRegisterOutputGate() - Method in interface org.apache.flink.runtime.execution.Environment
Creates a new OutputGate and registers it with the Environment.
createAndRegisterOutputGate() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
createAndRegisterTempFile(String) - Method in class org.apache.flink.test.util.AbstractTestBase
 
createBlockChannelReader(Channel.ID, LinkedBlockingQueue<MemorySegment>) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
Creates a block channel reader that reads blocks from the given channel.
createBlockChannelReader(Channel.ID, LinkedBlockingQueue<MemorySegment>, int) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
Creates a block channel reader that reads blocks from the given channel.
createBlockChannelReader(Channel.ID) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
Creates a block channel reader that reads blocks from the given channel.
createBlockChannelReader(Channel.ID, int) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
Creates a block channel reader that reads blocks from the given channel.
createBlockChannelWriter(Channel.ID, LinkedBlockingQueue<MemorySegment>) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
Creates a block channel writer that writes to the given channel.
createBlockChannelWriter(Channel.ID, LinkedBlockingQueue<MemorySegment>, int) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
Creates a block channel writer that writes to the given channel.
createBlockChannelWriter(Channel.ID) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
Creates a block channel writer that writes to the given channel.
createBlockChannelWriter(Channel.ID, int) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
Creates a block channel writer that writes to the given channel.
createBlockInfo() - Method in class org.apache.flink.api.common.io.BinaryInputFormat
 
createBlockInfo() - Method in class org.apache.flink.api.common.io.BinaryOutputFormat
 
createBulkBlockChannelReader(Channel.ID, List<MemorySegment>, int) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
Creates a block channel reader that reads all blocks from the given channel directly in one bulk.
createChannel() - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
Creates a new Channel.ID in one of the temp directories.
createChannelEnumerator() - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
Creates a new Channel.Enumerator, spreading the channels in a round-robin fashion across the temporary file directories.
createComparator(boolean) - Method in interface org.apache.flink.api.common.typeinfo.AtomicType
 
createComparator(boolean) - Method in class org.apache.flink.api.common.typeinfo.BasicTypeInfo
 
createComparator(int[], boolean[], int) - Method in class org.apache.flink.api.common.typeutils.CompositeType
Generic implementation of the comparator creation.
createComparator() - Method in class org.apache.flink.api.common.typeutils.record.RecordComparatorFactory
 
createComparator() - Method in interface org.apache.flink.api.common.typeutils.TypeComparatorFactory
 
createComparator(boolean) - Method in class org.apache.flink.api.java.typeutils.GenericTypeInfo
 
createComparator() - Method in class org.apache.flink.api.java.typeutils.runtime.RuntimeComparatorFactory
 
createComparator(boolean) - Method in class org.apache.flink.api.java.typeutils.ValueTypeInfo
 
createComparator(boolean) - Method in class org.apache.flink.api.java.typeutils.WritableTypeInfo
 
createComparator(FieldList, boolean[], T) - Method in class org.apache.flink.compiler.postpass.GenericFlatTypePostPass
 
createComparator(FieldList, boolean[], SparseKeySchema) - Method in class org.apache.flink.compiler.postpass.RecordModelPostPass
 
createComparator12(TypeComparator<Record>, TypeComparator<Record>) - Method in class org.apache.flink.api.common.typeutils.record.RecordPairComparatorFactory
 
createComparator12(TypeComparator<T1>, TypeComparator<T2>) - Method in interface org.apache.flink.api.common.typeutils.TypePairComparatorFactory
 
createComparator12(TypeComparator<T1>, TypeComparator<T2>) - Method in class org.apache.flink.api.java.typeutils.runtime.RuntimePairComparatorFactory
 
createComparator21(TypeComparator<Record>, TypeComparator<Record>) - Method in class org.apache.flink.api.common.typeutils.record.RecordPairComparatorFactory
 
createComparator21(TypeComparator<T1>, TypeComparator<T2>) - Method in interface org.apache.flink.api.common.typeutils.TypePairComparatorFactory
 
createComparator21(TypeComparator<T1>, TypeComparator<T2>) - Method in class org.apache.flink.api.java.typeutils.runtime.RuntimePairComparatorFactory
 
createCopy() - Method in class org.apache.flink.types.Record
Creates an exact copy of this record.
createEmptySchema() - Method in class org.apache.flink.compiler.postpass.GenericFlatTypePostPass
 
createEmptySchema() - Method in class org.apache.flink.compiler.postpass.RecordModelPostPass
 
createEnvelopeWithEvent(Envelope, ChannelID, RemoteReceiver) - Static method in class org.apache.flink.runtime.io.network.SenderHintEvent
 
createInput(InputFormat<X, ?>) - Method in class org.apache.flink.api.java.ExecutionEnvironment
Generic method to create an input DataSet with in InputFormat.
createInput(InputFormat<X, ?>, TypeInformation<X>) - Method in class org.apache.flink.api.java.ExecutionEnvironment
Generic method to create an input DataSet with in InputFormat.
createInputIterator(MutableReader<?>, TypeSerializerFactory<?>) - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
createInputSplits(int) - Method in class org.apache.flink.api.common.io.BinaryInputFormat
 
createInputSplits(int) - Method in class org.apache.flink.api.common.io.FileInputFormat
Computes the input splits for the file.
createInputSplits(int) - Method in class org.apache.flink.api.common.io.GenericInputFormat
 
createInputSplits(int) - Method in interface org.apache.flink.api.common.io.InputFormat
Creates the different splits of the input that can be processed in parallel.
createInputSplits(int) - Method in class org.apache.flink.api.java.io.jdbc.JDBCInputFormat
 
createInputSplits(int) - Method in interface org.apache.flink.core.io.InputSplitSource
Computes the input splits.
createInputSplits(int) - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopInputFormat
 
createInputSplits(int) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordInputFormat
 
createInputSplits(int) - Method in class org.apache.flink.hadoopcompatibility.mapreduce.HadoopInputFormat
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.array.BooleanPrimitiveArraySerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.array.BytePrimitiveArraySerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.array.CharPrimitiveArraySerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.array.DoublePrimitiveArraySerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.array.FloatPrimitiveArraySerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.array.IntPrimitiveArraySerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.array.LongPrimitiveArraySerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.array.ShortPrimitiveArraySerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.array.StringArraySerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.BooleanSerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.BooleanValueSerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.ByteSerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.ByteValueSerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.CharSerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.CharValueSerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.DoubleSerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.DoubleValueSerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.FloatSerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.FloatValueSerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.GenericArraySerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.IntSerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.IntValueSerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.LongSerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.LongValueSerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.ShortSerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.ShortValueSerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.StringSerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.base.StringValueSerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.record.RecordSerializer
 
createInstance() - Method in class org.apache.flink.api.common.typeutils.TypeSerializer
Creates a new instance of the data type.
createInstance() - Method in class org.apache.flink.api.java.typeutils.runtime.AvroSerializer
 
createInstance() - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueSerializer
 
createInstance() - Method in class org.apache.flink.api.java.typeutils.runtime.KryoSerializer
 
createInstance() - Method in class org.apache.flink.api.java.typeutils.runtime.PojoSerializer
 
createInstance() - Method in class org.apache.flink.api.java.typeutils.runtime.TupleSerializer
 
createInstance(Object[]) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleSerializer
 
createInstance(Object[]) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleSerializerBase
 
createInstance() - Method in class org.apache.flink.api.java.typeutils.runtime.ValueSerializer
 
createInstance() - Method in class org.apache.flink.api.java.typeutils.runtime.WritableSerializer
 
createInstance() - Method in class org.apache.flink.streaming.api.streamrecord.StreamRecordSerializer
 
createJarFile() - Method in class org.apache.flink.runtime.util.JarFileCreator
Creates a jar file which contains the previously added class.
createJobIsAborting() - Static method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
createJoinOperator(Keys<I2>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinOperatorSets.JoinOperatorSetsPredicate
 
createLocalEnvironment() - Static method in class org.apache.flink.api.java.ExecutionEnvironment
Creates a LocalEnvironment.
createLocalEnvironment(int) - Static method in class org.apache.flink.api.java.ExecutionEnvironment
Creates a LocalEnvironment.
createLocalEnvironment() - Static method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
createLocalEnvironment(int) - Static method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
createLocalExecutor() - Static method in class org.apache.flink.api.common.PlanExecutor
Creates an executor that runs the plan locally in a multi-threaded environment.
createNewOrderingUpToIndex(int) - Method in class org.apache.flink.api.common.operators.Ordering
Creates a new ordering the represents an ordering on a prefix of the fields.
createOrderedFromSet(FieldSet) - Static method in class org.apache.flink.compiler.util.Utils
 
createOrdering(FieldList, boolean[]) - Static method in class org.apache.flink.compiler.util.Utils
 
createOrdering(FieldList) - Static method in class org.apache.flink.compiler.util.Utils
 
createPairComparator(FieldList, FieldList, boolean[], T, T) - Method in class org.apache.flink.compiler.postpass.GenericFlatTypePostPass
 
createPairComparator(FieldList, FieldList, boolean[], SparseKeySchema, SparseKeySchema) - Method in class org.apache.flink.compiler.postpass.RecordModelPostPass
 
createPartitions(int, int) - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
createPossibleGlobalProperties() - Method in class org.apache.flink.compiler.dag.PartitionNode.PartitionDescriptor
 
createPossibleGlobalProperties() - Method in class org.apache.flink.compiler.operators.AbstractJoinDescriptor
 
createPossibleGlobalProperties() - Method in class org.apache.flink.compiler.operators.AllGroupReduceProperties
 
createPossibleGlobalProperties() - Method in class org.apache.flink.compiler.operators.AllGroupWithPartialPreGroupProperties
 
createPossibleGlobalProperties() - Method in class org.apache.flink.compiler.operators.AllReduceProperties
 
createPossibleGlobalProperties() - Method in class org.apache.flink.compiler.operators.BinaryUnionOpDescriptor
 
createPossibleGlobalProperties() - Method in class org.apache.flink.compiler.operators.CartesianProductDescriptor
 
createPossibleGlobalProperties() - Method in class org.apache.flink.compiler.operators.CoGroupDescriptor
 
createPossibleGlobalProperties() - Method in class org.apache.flink.compiler.operators.CollectorMapDescriptor
 
createPossibleGlobalProperties() - Method in class org.apache.flink.compiler.operators.FilterDescriptor
 
createPossibleGlobalProperties() - Method in class org.apache.flink.compiler.operators.FlatMapDescriptor
 
createPossibleGlobalProperties() - Method in class org.apache.flink.compiler.operators.GroupReduceProperties
 
createPossibleGlobalProperties() - Method in class org.apache.flink.compiler.operators.GroupReduceWithCombineProperties
 
createPossibleGlobalProperties() - Method in class org.apache.flink.compiler.operators.MapDescriptor
 
createPossibleGlobalProperties() - Method in class org.apache.flink.compiler.operators.MapPartitionDescriptor
 
createPossibleGlobalProperties() - Method in class org.apache.flink.compiler.operators.NoOpDescriptor
 
createPossibleGlobalProperties() - Method in class org.apache.flink.compiler.operators.OperatorDescriptorDual
 
createPossibleGlobalProperties() - Method in class org.apache.flink.compiler.operators.OperatorDescriptorSingle
Returns a list of global properties that are required by this operator descriptor.
createPossibleGlobalProperties() - Method in class org.apache.flink.compiler.operators.PartialGroupProperties
 
createPossibleGlobalProperties() - Method in class org.apache.flink.compiler.operators.ReduceProperties
 
createPossibleGlobalProperties() - Method in class org.apache.flink.compiler.operators.SolutionSetDeltaOperator
 
createPossibleGlobalProperties() - Method in class org.apache.flink.compiler.operators.UtilSinkJoinOpDescriptor
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.dag.PartitionNode.PartitionDescriptor
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.AllGroupReduceProperties
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.AllGroupWithPartialPreGroupProperties
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.AllReduceProperties
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.BinaryUnionOpDescriptor
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.CartesianProductDescriptor
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.CoGroupDescriptor
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.CoGroupWithSolutionSetFirstDescriptor
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.CoGroupWithSolutionSetSecondDescriptor
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.CollectorMapDescriptor
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.FilterDescriptor
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.FlatMapDescriptor
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.GroupReduceProperties
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.GroupReduceWithCombineProperties
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.HashJoinBuildFirstProperties
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.HashJoinBuildSecondProperties
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.MapDescriptor
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.MapPartitionDescriptor
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.NoOpDescriptor
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.OperatorDescriptorDual
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.OperatorDescriptorSingle
Returns a list of local properties that are required by this operator descriptor.
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.PartialGroupProperties
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.ReduceProperties
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.SolutionSetDeltaOperator
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.SortMergeJoinDescriptor
 
createPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.UtilSinkJoinOpDescriptor
 
createPreOptimizedPlan(Plan) - Static method in class org.apache.flink.compiler.PactCompiler
This function performs only the first step to the compilation process - the creation of the optimizer representation of the plan.
createProber(TypeComparator<PT>, TypePairComparator<PT, BT>) - Method in class org.apache.flink.api.common.operators.util.JoinHashMap
 
createProgramPlan() - Method in class org.apache.flink.api.java.ExecutionEnvironment
Creates the program's Plan.
createProgramPlan(String) - Method in class org.apache.flink.api.java.ExecutionEnvironment
Creates the program's Plan.
createProjectionPropertiesDual(int[], boolean[]) - Static method in class org.apache.flink.api.java.functions.SemanticPropUtil
 
createProjectionPropertiesSingle(int[]) - Static method in class org.apache.flink.api.java.functions.SemanticPropUtil
 
createReceiverFoundAndReady(ChannelID) - Static method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
createReceiverFoundAndReady(RemoteReceiver) - Static method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
createReceiverNotFound() - Static method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
createReceiverNotReady() - Static method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
createRemoteEnvironment(String, int, String...) - Static method in class org.apache.flink.api.java.ExecutionEnvironment
createRemoteEnvironment(String, int, int, String...) - Static method in class org.apache.flink.api.java.ExecutionEnvironment
createRemoteEnvironment(String, int, String...) - Static method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
createRemoteEnvironment(String, int, int, String...) - Static method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
createRemoteExecutor(String, int, String...) - Static method in class org.apache.flink.api.common.PlanExecutor
Creates an executor that runs the plan on a remote environment.
createResult() - Method in interface org.apache.flink.api.java.operators.CustomUnaryOperation
 
createResult() - Method in class org.apache.flink.spargel.java.VertexCentricIteration
Creates the operator that represents this vertex-centric graph computation.
createRuntimeContext(String) - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
createRuntimeContext(String) - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
createSerializer() - Method in class org.apache.flink.api.common.typeinfo.BasicArrayTypeInfo
 
createSerializer() - Method in class org.apache.flink.api.common.typeinfo.BasicTypeInfo
 
createSerializer() - Method in class org.apache.flink.api.common.typeinfo.NothingTypeInfo
 
createSerializer() - Method in class org.apache.flink.api.common.typeinfo.PrimitiveArrayTypeInfo
 
createSerializer() - Method in class org.apache.flink.api.common.typeinfo.TypeInformation
 
createSerializer() - Method in class org.apache.flink.api.java.typeutils.GenericTypeInfo
 
createSerializer() - Method in class org.apache.flink.api.java.typeutils.ObjectArrayTypeInfo
 
createSerializer() - Method in class org.apache.flink.api.java.typeutils.PojoTypeInfo
 
createSerializer() - Method in class org.apache.flink.api.java.typeutils.RecordTypeInfo
 
createSerializer() - Method in class org.apache.flink.api.java.typeutils.TupleTypeInfo
 
createSerializer() - Method in class org.apache.flink.api.java.typeutils.ValueTypeInfo
 
createSerializer() - Method in class org.apache.flink.api.java.typeutils.WritableTypeInfo
 
createSerializer(T) - Method in class org.apache.flink.compiler.postpass.GenericFlatTypePostPass
 
createSerializer(SparseKeySchema) - Method in class org.apache.flink.compiler.postpass.RecordModelPostPass
 
createSocketAddr(String) - Static method in class org.apache.flink.runtime.net.NetUtils
Util method to build socket addr from either: : ://:/
createSocketAddr(String, int) - Static method in class org.apache.flink.runtime.net.NetUtils
Util method to build socket addr from either: : ://:/
createSolutionSetUpdateOutputCollector(Collector<OT>) - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
Creates a new solution set update output collector.
createStatistics(List<FileStatus>, FileInputFormat.FileBaseStatistics) - Method in class org.apache.flink.api.common.io.BinaryInputFormat
Fill in the statistics.
createTaskManager(ExecutionMode) - Static method in class org.apache.flink.runtime.taskmanager.TaskManager
 
createTaskManager(ExecutionMode, InetSocketAddress) - Static method in class org.apache.flink.runtime.taskmanager.TaskManager
 
createTaskManager(ExecutionMode, InetSocketAddress, InetAddress) - Static method in class org.apache.flink.runtime.taskmanager.TaskManager
 
createTempFile(String, String) - Method in class org.apache.flink.test.util.AbstractTestBase
 
createTmpFile(String, DistributedCache.DistributedCacheEntry, JobID) - Method in class org.apache.flink.runtime.filecache.FileCache
If the file doesn't exists locally, it will copy the file to the temp directory.
createTypeInfo(Type) - Static method in class org.apache.flink.api.java.typeutils.TypeExtractor
 
createTypeInfo(Class<?>, Class<?>, int, TypeInformation<IN1>, TypeInformation<IN2>) - Static method in class org.apache.flink.api.java.typeutils.TypeExtractor
 
createUnionCascade(List<? extends Operator<T>>) - Static method in class org.apache.flink.api.common.operators.Operator
Takes a list of operators and creates a cascade of unions of this inputs, if needed.
createUnionCascade(Operator<T>...) - Static method in class org.apache.flink.api.common.operators.Operator
Takes a list of operators and creates a cascade of unions of this inputs, if needed.
createUnionCascade(Operator<T>, Operator<T>...) - Static method in class org.apache.flink.api.common.operators.Operator
Takes a single Operator and a list of operators and creates a cascade of unions of this inputs, if needed.
createUniqueFieldsForNode() - Method in class org.apache.flink.compiler.dag.OptimizerNode
An optional method where nodes can describe which fields will be unique in their output.
createValue() - Method in class org.apache.flink.types.parser.ByteParser
 
createValue() - Method in class org.apache.flink.types.parser.ByteValueParser
 
createValue() - Method in class org.apache.flink.types.parser.DoubleParser
 
createValue() - Method in class org.apache.flink.types.parser.DoubleValueParser
 
createValue() - Method in class org.apache.flink.types.parser.FieldParser
Returns an instance of the parsed value type.
createValue() - Method in class org.apache.flink.types.parser.FloatParser
 
createValue() - Method in class org.apache.flink.types.parser.FloatValueParser
 
createValue() - Method in class org.apache.flink.types.parser.IntParser
 
createValue() - Method in class org.apache.flink.types.parser.IntValueParser
 
createValue() - Method in class org.apache.flink.types.parser.LongParser
 
createValue() - Method in class org.apache.flink.types.parser.LongValueParser
 
createValue() - Method in class org.apache.flink.types.parser.ShortParser
 
createValue() - Method in class org.apache.flink.types.parser.ShortValueParser
 
createValue() - Method in class org.apache.flink.types.parser.StringParser
 
createValue() - Method in class org.apache.flink.types.parser.StringValueParser
 
createWorksetUpdateOutputCollector(Collector<OT>) - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
createWorksetUpdateOutputCollector() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
cross(IN1, IN2) - Method in interface org.apache.flink.api.common.functions.CrossFunction
Cross UDF method.
cross(IN1, IN2) - Method in class org.apache.flink.api.common.functions.RichCrossFunction
 
cross(DataSet<R>) - Method in class org.apache.flink.api.java.DataSet
Initiates a Cross transformation.
A Cross transformation combines the elements of two DataSets into one DataSet.
cross(T1, T2) - Method in class org.apache.flink.api.java.operators.CrossOperator.DefaultCrossFunction
 
cross(T1, T2) - Method in class org.apache.flink.api.java.operators.CrossOperator.ProjectCrossFunction
 
cross(Record, Record) - Method in class org.apache.flink.api.java.record.functions.CrossFunction
Deprecated.
This method must be implemented to provide a user implementation of a cross.
CrossBlockOuterFirstDescriptor - Class in org.apache.flink.compiler.operators
 
CrossBlockOuterFirstDescriptor() - Constructor for class org.apache.flink.compiler.operators.CrossBlockOuterFirstDescriptor
 
CrossBlockOuterFirstDescriptor(boolean, boolean) - Constructor for class org.apache.flink.compiler.operators.CrossBlockOuterFirstDescriptor
 
CrossBlockOuterSecondDescriptor - Class in org.apache.flink.compiler.operators
 
CrossBlockOuterSecondDescriptor() - Constructor for class org.apache.flink.compiler.operators.CrossBlockOuterSecondDescriptor
 
CrossBlockOuterSecondDescriptor(boolean, boolean) - Constructor for class org.apache.flink.compiler.operators.CrossBlockOuterSecondDescriptor
 
CrossDriver<T1,T2,OT> - Class in org.apache.flink.runtime.operators
Cross task which is executed by a Nephele task manager.
CrossDriver() - Constructor for class org.apache.flink.runtime.operators.CrossDriver
 
CrossFunction<IN1,IN2,OUT> - Interface in org.apache.flink.api.common.functions
Interface for Cross functions.
CrossFunction - Class in org.apache.flink.api.java.record.functions
Deprecated.
CrossFunction() - Constructor for class org.apache.flink.api.java.record.functions.CrossFunction
Deprecated.
 
CrossNode - Class in org.apache.flink.compiler.dag
The Optimizer representation of a Cross (Cartesian product) operator.
CrossNode(CrossOperatorBase<?, ?, ?, ?>) - Constructor for class org.apache.flink.compiler.dag.CrossNode
Creates a new CrossNode for the given operator.
CrossOperator<I1,I2,OUT> - Class in org.apache.flink.api.java.operators
A DataSet that is the result of a Cross transformation.
CrossOperator(DataSet<I1>, DataSet<I2>, CrossFunction<I1, I2, OUT>, TypeInformation<OUT>) - Constructor for class org.apache.flink.api.java.operators.CrossOperator
 
CrossOperator - Class in org.apache.flink.api.java.record.operators
Deprecated.
CrossOperator(CrossOperator.Builder) - Constructor for class org.apache.flink.api.java.record.operators.CrossOperator
Deprecated.
The private constructor that only gets eIinvoked from the Builder.
CrossOperator.Builder - Class in org.apache.flink.api.java.record.operators
Deprecated.
Builder pattern, straight from Joshua Bloch's Effective Java (2nd Edition).
CrossOperator.Builder(UserCodeWrapper<CrossFunction>) - Constructor for class org.apache.flink.api.java.record.operators.CrossOperator.Builder
Deprecated.
Creates a Builder with the provided CrossFunction implementation.
CrossOperator.CrossProjection<I1,I2> - Class in org.apache.flink.api.java.operators
 
CrossOperator.CrossProjection(DataSet<I1>, DataSet<I2>, int[], int[]) - Constructor for class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
 
CrossOperator.DefaultCross<I1,I2> - Class in org.apache.flink.api.java.operators
A Cross transformation that wraps pairs of crossed elements into Tuple2.
It also represents the DataSet that is the result of a Cross transformation.
CrossOperator.DefaultCross(DataSet<I1>, DataSet<I2>) - Constructor for class org.apache.flink.api.java.operators.CrossOperator.DefaultCross
 
CrossOperator.DefaultCrossFunction<T1,T2> - Class in org.apache.flink.api.java.operators
 
CrossOperator.DefaultCrossFunction() - Constructor for class org.apache.flink.api.java.operators.CrossOperator.DefaultCrossFunction
 
CrossOperator.ProjectCrossFunction<T1,T2,R extends Tuple> - Class in org.apache.flink.api.java.operators
 
CrossOperatorBase<IN1,IN2,OUT,FT extends CrossFunction<IN1,IN2,OUT>> - Class in org.apache.flink.api.common.operators.base
 
CrossOperatorBase(UserCodeWrapper<FT>, BinaryOperatorInformation<IN1, IN2, OUT>, String) - Constructor for class org.apache.flink.api.common.operators.base.CrossOperatorBase
 
CrossOperatorBase(FT, BinaryOperatorInformation<IN1, IN2, OUT>, String) - Constructor for class org.apache.flink.api.common.operators.base.CrossOperatorBase
 
CrossOperatorBase(Class<? extends FT>, BinaryOperatorInformation<IN1, IN2, OUT>, String) - Constructor for class org.apache.flink.api.common.operators.base.CrossOperatorBase
 
CrossOperatorBase.CrossWithLarge - Interface in org.apache.flink.api.common.operators.base
Marker interface to declare the second input as the larger one.
CrossOperatorBase.CrossWithSmall - Interface in org.apache.flink.api.common.operators.base
Marker interface to declare the second input as the smaller one.
CrossStreamOuterFirstDescriptor - Class in org.apache.flink.compiler.operators
 
CrossStreamOuterFirstDescriptor() - Constructor for class org.apache.flink.compiler.operators.CrossStreamOuterFirstDescriptor
 
CrossStreamOuterFirstDescriptor(boolean, boolean) - Constructor for class org.apache.flink.compiler.operators.CrossStreamOuterFirstDescriptor
 
CrossStreamOuterSecondDescriptor - Class in org.apache.flink.compiler.operators
 
CrossStreamOuterSecondDescriptor() - Constructor for class org.apache.flink.compiler.operators.CrossStreamOuterSecondDescriptor
 
CrossStreamOuterSecondDescriptor(boolean, boolean) - Constructor for class org.apache.flink.compiler.operators.CrossStreamOuterSecondDescriptor
 
crossWithHuge(DataSet<R>) - Method in class org.apache.flink.api.java.DataSet
Initiates a Cross transformation.
A Cross transformation combines the elements of two DataSets into one DataSet.
CrossWithLargeOperator - Class in org.apache.flink.api.java.record.operators
Deprecated.
CrossWithLargeOperator(CrossWithLargeOperator.Builder) - Constructor for class org.apache.flink.api.java.record.operators.CrossWithLargeOperator
Deprecated.
The private constructor that only gets invoked from the Builder.
CrossWithLargeOperator.Builder - Class in org.apache.flink.api.java.record.operators
Deprecated.
Builder pattern, straight from Joshua Bloch's Effective Java (2nd Edition).
CrossWithSmallOperator - Class in org.apache.flink.api.java.record.operators
Deprecated.
CrossWithSmallOperator(CrossWithSmallOperator.Builder) - Constructor for class org.apache.flink.api.java.record.operators.CrossWithSmallOperator
Deprecated.
The private constructor that only gets invoked from the Builder.
CrossWithSmallOperator.Builder - Class in org.apache.flink.api.java.record.operators
Deprecated.
Builder pattern, straight from Joshua Bloch's Effective Java (2nd Edition).
crossWithTiny(DataSet<R>) - Method in class org.apache.flink.api.java.DataSet
Initiates a Cross transformation.
A Cross transformation combines the elements of two DataSets into one DataSet.
CsvInputFormat<OUT extends Tuple> - Class in org.apache.flink.api.java.io
 
CsvInputFormat(Path) - Constructor for class org.apache.flink.api.java.io.CsvInputFormat
 
CsvInputFormat(Path, Class<?>...) - Constructor for class org.apache.flink.api.java.io.CsvInputFormat
 
CsvInputFormat(Path, String, char, Class<?>...) - Constructor for class org.apache.flink.api.java.io.CsvInputFormat
 
CsvInputFormat - Class in org.apache.flink.api.java.record.io
Input format to parse text files and generate Records.
CsvInputFormat() - Constructor for class org.apache.flink.api.java.record.io.CsvInputFormat
 
CsvInputFormat(char) - Constructor for class org.apache.flink.api.java.record.io.CsvInputFormat
 
CsvInputFormat(Class<? extends Value>...) - Constructor for class org.apache.flink.api.java.record.io.CsvInputFormat
 
CsvInputFormat(char, Class<? extends Value>...) - Constructor for class org.apache.flink.api.java.record.io.CsvInputFormat
 
CsvInputFormat.AbstractConfigBuilder<T> - Class in org.apache.flink.api.java.record.io
An abstract builder used to set parameters to the input format's configuration in a fluent way.
CsvInputFormat.AbstractConfigBuilder(Operator<?>, Configuration) - Constructor for class org.apache.flink.api.java.record.io.CsvInputFormat.AbstractConfigBuilder
Creates a new builder for the given configuration.
CsvInputFormat.ConfigBuilder - Class in org.apache.flink.api.java.record.io
A builder used to set parameters to the input format's configuration in a fluent way.
CsvInputFormat.ConfigBuilder(Operator<?>, Configuration) - Constructor for class org.apache.flink.api.java.record.io.CsvInputFormat.ConfigBuilder
 
CsvOutputFormat<T extends Tuple> - Class in org.apache.flink.api.java.io
This is an OutputFormat to serialize Tuples to text.
CsvOutputFormat(Path) - Constructor for class org.apache.flink.api.java.io.CsvOutputFormat
Creates an instance of CsvOutputFormat.
CsvOutputFormat(Path, String) - Constructor for class org.apache.flink.api.java.io.CsvOutputFormat
Creates an instance of CsvOutputFormat.
CsvOutputFormat(Path, String, String) - Constructor for class org.apache.flink.api.java.io.CsvOutputFormat
Creates an instance of CsvOutputFormat.
CsvOutputFormat - Class in org.apache.flink.api.java.record.io
This is an OutputFormat to serialize Records to text.
CsvOutputFormat() - Constructor for class org.apache.flink.api.java.record.io.CsvOutputFormat
 
CsvOutputFormat(Class<? extends Value>...) - Constructor for class org.apache.flink.api.java.record.io.CsvOutputFormat
Creates an instance of CsvOutputFormat.
CsvOutputFormat(String, Class<? extends Value>...) - Constructor for class org.apache.flink.api.java.record.io.CsvOutputFormat
Creates an instance of CsvOutputFormat.
CsvOutputFormat(String, String, Class<? extends Value>...) - Constructor for class org.apache.flink.api.java.record.io.CsvOutputFormat
Creates an instance of CsvOutputFormat.
CsvOutputFormat.AbstractConfigBuilder<T> - Class in org.apache.flink.api.java.record.io
Abstract builder used to set parameters to the input format's configuration in a fluent way.
CsvOutputFormat.AbstractConfigBuilder(Configuration) - Constructor for class org.apache.flink.api.java.record.io.CsvOutputFormat.AbstractConfigBuilder
Creates a new builder for the given configuration.
CsvOutputFormat.ConfigBuilder - Class in org.apache.flink.api.java.record.io
A builder used to set parameters to the input format's configuration in a fluent way.
CsvOutputFormat.ConfigBuilder(Configuration) - Constructor for class org.apache.flink.api.java.record.io.CsvOutputFormat.ConfigBuilder
Creates a new builder for the given configuration.
CsvReader - Class in org.apache.flink.api.java.io
A builder class to instantiate a CSV parsing data source.
CsvReader(Path, ExecutionEnvironment) - Constructor for class org.apache.flink.api.java.io.CsvReader
 
CsvReader(String, ExecutionEnvironment) - Constructor for class org.apache.flink.api.java.io.CsvReader
 
cumulativeCosts - Variable in class org.apache.flink.compiler.plan.PlanNode
 
CUR_DIR - Static variable in class org.apache.flink.core.fs.Path
Character denoting the current directory.
currentBatch - Variable in class org.apache.flink.streaming.api.invokable.operator.BatchGroupReduceInvokable
 
currentBatch - Variable in class org.apache.flink.streaming.api.invokable.operator.BatchReduceInvokable
 
currentBatch1 - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable
 
currentBatch2 - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable
 
currentEnumerator - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
The channel enumerator that is used while processing the current partition to create channels for the spill partitions it requires.
currentIteration() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
currentRecursionDepth - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
The recursion depth of the partition that is currently processed.
currentValue - Variable in class org.apache.flink.streaming.api.invokable.operator.BatchReduceInvokable.StreamBatch
 
currentValue - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable.StreamBatch
 
currentValue - Variable in class org.apache.flink.streaming.api.invokable.operator.StreamReduceInvokable
 
currentValue1 - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoReduceInvokable
 
currentValue2 - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoReduceInvokable
 
CustomSerializationDBState<K extends Serializable,V extends Serializable> - Class in org.apache.flink.streaming.connectors.db
 
CustomSerializationDBState(DBSerializer<K>, DBSerializer<V>) - Constructor for class org.apache.flink.streaming.connectors.db.CustomSerializationDBState
 
CustomUnaryOperation<IN,OUT> - Interface in org.apache.flink.api.java.operators
 

D

D1 - Static variable in class org.apache.flink.examples.java.graph.util.EnumTrianglesDataTypes.EdgeWithDegrees
 
D2 - Static variable in class org.apache.flink.examples.java.graph.util.EnumTrianglesDataTypes.EdgeWithDegrees
 
DamBehavior - Enum in org.apache.flink.runtime.operators
Enumeration for the different dam behaviors of an algorithm or a driver strategy.
damOnInput(int) - Method in enum org.apache.flink.runtime.operators.DriverStrategy
 
dams() - Method in enum org.apache.flink.runtime.operators.util.LocalStrategy
 
DATA - Static variable in class org.apache.flink.examples.java.ml.util.LinearRegressionData
 
DataDistribution - Interface in org.apache.flink.api.common.distributions
 
DataInputDecoder - Class in org.apache.flink.api.avro
 
DataInputDecoder() - Constructor for class org.apache.flink.api.avro.DataInputDecoder
 
DataInputDecoder - Class in org.apache.flink.api.java.typeutils.runtime
 
DataInputDecoder() - Constructor for class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
DataInputDeserializer - Class in org.apache.flink.runtime.io.network.serialization
A simple and efficient deserializer for the DataInput interface.
DataInputDeserializer() - Constructor for class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
DataInputDeserializer(byte[], int, int) - Constructor for class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
DataInputDeserializer(ByteBuffer) - Constructor for class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
DataInputView - Interface in org.apache.flink.core.memory
This interface defines a view over some memory that can be used to sequentially read the contents of the memory.
DataInputViewStream - Class in org.apache.flink.api.java.typeutils.runtime
 
DataInputViewStream(DataInputView) - Constructor for class org.apache.flink.api.java.typeutils.runtime.DataInputViewStream
 
DataInputViewStream - Class in org.apache.flink.core.memory
 
DataInputViewStream(DataInputView) - Constructor for class org.apache.flink.core.memory.DataInputViewStream
 
DataOutputEncoder - Class in org.apache.flink.api.avro
 
DataOutputEncoder() - Constructor for class org.apache.flink.api.avro.DataOutputEncoder
 
DataOutputEncoder - Class in org.apache.flink.api.java.typeutils.runtime
 
DataOutputEncoder() - Constructor for class org.apache.flink.api.java.typeutils.runtime.DataOutputEncoder
 
DataOutputSerializer - Class in org.apache.flink.runtime.io.network.serialization
A simple and efficient serializer for the DataOutput interface.
DataOutputSerializer(int) - Constructor for class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
DataOutputView - Interface in org.apache.flink.core.memory
This interface defines a view over some memory that can be used to sequentially write contents to the memory.
DataOutputViewStream - Class in org.apache.flink.api.java.typeutils.runtime
 
DataOutputViewStream(DataOutputView) - Constructor for class org.apache.flink.api.java.typeutils.runtime.DataOutputViewStream
 
DataOutputViewStream - Class in org.apache.flink.core.memory
 
DataOutputViewStream(DataOutputView) - Constructor for class org.apache.flink.core.memory.DataOutputViewStream
 
DATAPOINTS - Static variable in class org.apache.flink.test.testdata.KMeansData
 
DATAPOINTS_2D - Static variable in class org.apache.flink.test.testdata.KMeansData
 
dataPort() - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
Returns the port instance's task manager expects to receive transfer envelopes on.
DataSet<T> - Class in org.apache.flink.api.java
A DataSet represents a collection of elements of the same type.
A DataSet can be transformed into another DataSet by applying a transformation as for example DataSet.map(org.apache.flink.api.common.functions.MapFunction), DataSet.reduce(org.apache.flink.api.common.functions.ReduceFunction), DataSet.join(DataSet), or DataSet.coGroup(DataSet).
DataSet(ExecutionEnvironment, TypeInformation<T>) - Constructor for class org.apache.flink.api.java.DataSet
 
dataSet - Variable in class org.apache.flink.api.java.operators.Grouping
 
DataSink<T> - Class in org.apache.flink.api.java.operators
 
DataSink(DataSet<T>, OutputFormat<T>, TypeInformation<T>) - Constructor for class org.apache.flink.api.java.operators.DataSink
 
DataSinkNode - Class in org.apache.flink.compiler.dag
The Optimizer representation of a data sink.
DataSinkNode(GenericDataSinkBase<?>) - Constructor for class org.apache.flink.compiler.dag.DataSinkNode
Creates a new DataSinkNode for the given sink operator.
DataSinkTask<IT> - Class in org.apache.flink.runtime.operators
DataSinkTask which is executed by a Flink task manager.
DataSinkTask() - Constructor for class org.apache.flink.runtime.operators.DataSinkTask
 
DataSource<OUT> - Class in org.apache.flink.api.java.operators
An operation that creates a new data set (data source).
DataSource(ExecutionEnvironment, InputFormat<OUT, ?>, TypeInformation<OUT>) - Constructor for class org.apache.flink.api.java.operators.DataSource
Creates a new data source.
DataSourceNode - Class in org.apache.flink.compiler.dag
The optimizer's internal representation of a data source.
DataSourceNode(GenericDataSourceBase<?, ?>) - Constructor for class org.apache.flink.compiler.dag.DataSourceNode
Creates a new DataSourceNode for the given contract.
DataSourceTask<OT> - Class in org.apache.flink.runtime.operators
DataSourceTask which is executed by a Nephele task manager.
DataSourceTask() - Constructor for class org.apache.flink.runtime.operators.DataSourceTask
 
DataStatistics - Class in org.apache.flink.compiler
The collection of access methods that can be used to retrieve statistical information about the data processed in a job.
DataStatistics() - Constructor for class org.apache.flink.compiler.DataStatistics
Creates a new statistics object, with an empty cache.
dataStats - Variable in class org.apache.flink.test.compiler.util.CompilerTestBase
 
dataStream - Variable in class org.apache.flink.streaming.api.datastream.BatchedDataStream
 
DataStream<OUT> - Class in org.apache.flink.streaming.api.datastream
A DataStream represents a stream of elements of the same type.
DataStream(StreamExecutionEnvironment, String, TypeWrapper<OUT>) - Constructor for class org.apache.flink.streaming.api.datastream.DataStream
Create a new DataStream in the given execution environment with partitioning set to forward by default.
DataStream(DataStream<OUT>) - Constructor for class org.apache.flink.streaming.api.datastream.DataStream
Create a new DataStream by creating a copy of another DataStream
DataStream.ConnectionType - Enum in org.apache.flink.streaming.api.datastream
Partitioning strategy on the stream.
dataStream1 - Variable in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
 
dataStream2 - Variable in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
 
DataStreamSink<IN> - Class in org.apache.flink.streaming.api.datastream
Represents the end of a DataStream.
DataStreamSink(StreamExecutionEnvironment, String, TypeWrapper<IN>) - Constructor for class org.apache.flink.streaming.api.datastream.DataStreamSink
 
DataStreamSink(DataStream<IN>) - Constructor for class org.apache.flink.streaming.api.datastream.DataStreamSink
 
DataStreamSource<OUT> - Class in org.apache.flink.streaming.api.datastream
The DataStreamSource represents the starting point of a DataStream.
DataStreamSource(StreamExecutionEnvironment, String, TypeWrapper<OUT>) - Constructor for class org.apache.flink.streaming.api.datastream.DataStreamSource
 
DataStreamSource(DataStream<OUT>) - Constructor for class org.apache.flink.streaming.api.datastream.DataStreamSource
 
DBSerializer<T extends Serializable> - Interface in org.apache.flink.streaming.connectors.db
Interface for custom serialization of keys and values used in external databases.
DBState<K,V> - Interface in org.apache.flink.streaming.connectors.db
 
DBStateIterator<K extends Serializable,V extends Serializable> - Class in org.apache.flink.streaming.connectors.db
 
DBStateIterator() - Constructor for class org.apache.flink.streaming.connectors.db.DBStateIterator
 
DBStateWithIterator<K extends Serializable,V extends Serializable> - Interface in org.apache.flink.streaming.connectors.db
 
DeadlockEdge - Class in org.apache.flink.compiler.deadlockdetect
 
DeadlockEdge(DeadlockVertex) - Constructor for class org.apache.flink.compiler.deadlockdetect.DeadlockEdge
 
DeadlockGraph - Class in org.apache.flink.compiler.deadlockdetect
 
DeadlockGraph() - Constructor for class org.apache.flink.compiler.deadlockdetect.DeadlockGraph
 
DeadlockPreventer - Class in org.apache.flink.compiler.deadlockdetect
Certain pipelined flows may lead to deadlocks, in which case we need to make sure the pipelines are broken or made elastic enough to prevent that.
DeadlockPreventer() - Constructor for class org.apache.flink.compiler.deadlockdetect.DeadlockPreventer
 
DeadlockVertex - Class in org.apache.flink.compiler.deadlockdetect
 
DeadlockVertex(PlanNode) - Constructor for class org.apache.flink.compiler.deadlockdetect.DeadlockVertex
 
decode(byte[]) - Static method in class org.apache.flink.core.io.StringRecord
Converts the provided byte array to a String using the UTF-8 encoding.
decode(byte[], int, int) - Static method in class org.apache.flink.core.io.StringRecord
 
decode(byte[], int, int, boolean) - Static method in class org.apache.flink.core.io.StringRecord
Converts the provided byte array to a String using the UTF-8 encoding.
decoder - Variable in class org.apache.flink.api.java.record.io.TextInputFormat
 
DEFAULT_CHARSET_NAME - Static variable in class org.apache.flink.api.java.record.io.TextInputFormat
 
DEFAULT_DEFAULT_INSTANCE_TYPE_INDEX - Static variable in class org.apache.flink.configuration.ConfigConstants
The default index for the default instance type.
DEFAULT_DELIMITED_FORMAT_MAX_LINE_SAMPLES - Static variable in class org.apache.flink.configuration.ConfigConstants
The default maximum number of line samples taken by the delimited input format.
DEFAULT_DELIMITED_FORMAT_MAX_SAMPLE_LEN - Static variable in class org.apache.flink.configuration.ConfigConstants
The default maximum sample length before sampling is aborted (2 MiBytes).
DEFAULT_DELIMITED_FORMAT_MIN_LINE_SAMPLES - Static variable in class org.apache.flink.configuration.ConfigConstants
The default minimum number of line samples taken by the delimited input format.
DEFAULT_FIELD_DELIMITER - Static variable in class org.apache.flink.api.java.io.CsvInputFormat
 
DEFAULT_FIELD_DELIMITER - Static variable in class org.apache.flink.api.java.io.CsvOutputFormat
 
DEFAULT_FIELD_DELIMITER - Static variable in class org.apache.flink.api.scala.operators.ScalaCsvOutputFormat
 
DEFAULT_FILESYSTEM_ALWAYS_CREATE_DIRECTORY - Static variable in class org.apache.flink.configuration.ConfigConstants
The default behavior for output directory creating (create only directory when parallelism > 1).
DEFAULT_FILESYSTEM_OVERWRITE - Static variable in class org.apache.flink.configuration.ConfigConstants
The default behavior with respect to overwriting existing files (= not overwrite)
DEFAULT_FS_STREAM_OPENING_TIMEOUT - Static variable in class org.apache.flink.configuration.ConfigConstants
The default timeout for filesystem stream opening: infinite (means max long milliseconds).
DEFAULT_INSTANCE_TYPE - Static variable in class org.apache.flink.configuration.ConfigConstants
The default definition for an instance type, if no other configuration is provided.
DEFAULT_JOB_MANAGER_DEAD_TASKMANAGER_TIMEOUT - Static variable in class org.apache.flink.configuration.ConfigConstants
Default number of seconds after which a task manager is marked as failed.
DEFAULT_JOB_MANAGER_IPC_HANDLERS - Static variable in class org.apache.flink.configuration.ConfigConstants
The default number of handler threads for the jobmanager RPC service.
DEFAULT_JOB_MANAGER_IPC_PORT - Static variable in class org.apache.flink.configuration.ConfigConstants
The default network port to connect to for communication with the job manager.
DEFAULT_JOB_MANAGER_WEB_ARCHIVE_COUNT - Static variable in class org.apache.flink.configuration.ConfigConstants
The default number of archived jobs for the jobmanager
DEFAULT_JOB_MANAGER_WEB_FRONTEND_PORT - Static variable in class org.apache.flink.configuration.ConfigConstants
 
DEFAULT_JOB_MANAGER_WEB_PATH_NAME - Static variable in class org.apache.flink.configuration.ConfigConstants
The default directory name of the info server
DEFAULT_JOB_MANAGER_WEB_ROOT_PATH - Static variable in class org.apache.flink.configuration.ConfigConstants
The default path of the directory for info server containing the web documents.
DEFAULT_JOBCLIENT_POLLING_INTERVAL - Static variable in class org.apache.flink.configuration.ConfigConstants
The default value for the JobClient's polling interval.
DEFAULT_LIBRARY_CACHE_MANAGER_CLEANUP_INTERVAL - Static variable in class org.apache.flink.configuration.ConfigConstants
The default library cache manager cleanup interval in seconds
DEFAULT_LINE_DELIMITER - Static variable in class org.apache.flink.api.java.io.CsvInputFormat
 
DEFAULT_LINE_DELIMITER - Static variable in class org.apache.flink.api.java.io.CsvOutputFormat
 
DEFAULT_LINE_DELIMITER - Static variable in class org.apache.flink.api.scala.operators.ScalaCsvOutputFormat
 
DEFAULT_MEMORY_MANAGER_MEMORY_FRACTION - Static variable in class org.apache.flink.configuration.ConfigConstants
The default fraction of the free memory allocated by the task manager's memory manager.
DEFAULT_NUM_TASK_MANAGER - Static variable in class org.apache.flink.test.util.AbstractTestBase
 
DEFAULT_PAGE_SIZE - Static variable in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
The default memory page size.
DEFAULT_PARALLELISM - Static variable in class org.apache.flink.test.compiler.util.CompilerTestBase
 
DEFAULT_PARALLELISM_STRING - Static variable in class org.apache.flink.test.compiler.util.CompilerTestBase
 
DEFAULT_PARALLELIZATION_DEGREE - Static variable in class org.apache.flink.configuration.ConfigConstants
The default degree of parallelism for operations.
DEFAULT_PARALLELIZATION_DEGREE_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The config parameter defining the default degree of parallelism for jobs.
DEFAULT_PROPERTIES - Static variable in class org.apache.flink.compiler.dataproperties.RequestedLocalProperties
 
DEFAULT_SORT_SPILLING_THRESHOLD - Static variable in class org.apache.flink.configuration.ConfigConstants
The default percentage of the sort memory to be full before data is spilled.
DEFAULT_SORT_SPILLING_THRESHOLD_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
Key for the default spilling threshold.
DEFAULT_SPILLING_MAX_FAN - Static variable in class org.apache.flink.configuration.ConfigConstants
The default value for the maximum spilling fan in/out.
DEFAULT_SPILLING_MAX_FAN_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
Parameter for the maximum fan for out-of-core algorithms.
DEFAULT_TASK_MANAGER_DATA_PORT - Static variable in class org.apache.flink.configuration.ConfigConstants
The default network port the task manager expects to receive transfer envelopes on.
DEFAULT_TASK_MANAGER_DEBUG_MEMORY_USAGE_LOG_INTERVAL_MS - Static variable in class org.apache.flink.configuration.ConfigConstants
The interval (in ms) for the log thread to log the current memory usage.
DEFAULT_TASK_MANAGER_DEBUG_MEMORY_USAGE_START_LOG_THREAD - Static variable in class org.apache.flink.configuration.ConfigConstants
Flag indicating whether to start a thread, which repeatedly logs the memory usage of the JVM.
DEFAULT_TASK_MANAGER_HEARTBEAT_INTERVAL - Static variable in class org.apache.flink.configuration.ConfigConstants
The default interval for TaskManager heart beats (5000 msecs).
DEFAULT_TASK_MANAGER_IPC_PORT - Static variable in class org.apache.flink.configuration.ConfigConstants
The default network port the task manager expects incoming IPC connections.
DEFAULT_TASK_MANAGER_MEMORY_LAZY_ALLOCATION - Static variable in class org.apache.flink.configuration.ConfigConstants
The default setting for the memory manager lazy allocation feature.
DEFAULT_TASK_MANAGER_NET_NETTY_HIGH_WATER_MARK - Static variable in class org.apache.flink.configuration.ConfigConstants
Default high water mark used in NettyConnectionManager for the Bootstrap.
DEFAULT_TASK_MANAGER_NET_NETTY_LOW_WATER_MARK - Static variable in class org.apache.flink.configuration.ConfigConstants
Default low water mark used in NettyConnectionManager for the Bootstrap.
DEFAULT_TASK_MANAGER_NET_NUM_IN_THREADS - Static variable in class org.apache.flink.configuration.ConfigConstants
Default number of incoming network IO threads (e.g.
DEFAULT_TASK_MANAGER_NET_NUM_OUT_THREADS - Static variable in class org.apache.flink.configuration.ConfigConstants
Default number of outgoing network IO threads (e.g.
DEFAULT_TASK_MANAGER_NETWORK_BUFFER_SIZE - Static variable in class org.apache.flink.configuration.ConfigConstants
Default size of network stack buffers.
DEFAULT_TASK_MANAGER_NETWORK_NUM_BUFFERS - Static variable in class org.apache.flink.configuration.ConfigConstants
Default number of buffers used in the network stack.
DEFAULT_TASK_MANAGER_NUM_SLOTS - Static variable in class org.apache.flink.test.util.AbstractTestBase
 
DEFAULT_TASK_MANAGER_TMP_PATH - Static variable in class org.apache.flink.configuration.ConfigConstants
The default directory for temporary files of the task manager.
DEFAULT_TASKMANAGER_REPORTINTERVAL - Static variable in class org.apache.flink.runtime.profiling.ProfilingUtils
Default interval which the task manager uses to report profiling data to the job manager.
DEFAULT_WEB_ACCESS_FILE_PATH - Static variable in class org.apache.flink.configuration.ConfigConstants
The default path to the file containing the list of access privileged users and passwords.
DEFAULT_WEB_JOB_STORAGE_DIR - Static variable in class org.apache.flink.configuration.ConfigConstants
The default directory to store uploaded jobs in.
DEFAULT_WEB_PLAN_DUMP_DIR - Static variable in class org.apache.flink.configuration.ConfigConstants
The default directory for temporary plan dumps from the web frontend.
DEFAULT_WEB_ROOT_DIR - Static variable in class org.apache.flink.configuration.ConfigConstants
The default path of the directory containing the web documents.
DEFAULT_WEB_TMP_DIR - Static variable in class org.apache.flink.configuration.ConfigConstants
The default directory to store temporary objects (e.g.
DEFAULT_WEBCLIENT_PORT - Static variable in class org.apache.flink.configuration.ConfigConstants
The default port to launch the web frontend server on.
DEFAULT_YARN_AM_RPC_PORT - Static variable in class org.apache.flink.configuration.ConfigConstants
 
DefaultCostEstimator - Class in org.apache.flink.compiler.costs
A default cost estimator that has access to basic size and cardinality estimates.
DefaultCostEstimator() - Constructor for class org.apache.flink.compiler.costs.DefaultCostEstimator
 
DefaultDBSerializer<T extends Serializable> - Class in org.apache.flink.streaming.connectors.db
 
DefaultDBSerializer() - Constructor for class org.apache.flink.streaming.connectors.db.DefaultDBSerializer
 
DefaultFlinkTypeConverter<K,V> - Class in org.apache.flink.hadoopcompatibility.mapred.record.datatypes
Convert Flink Record into the default hadoop writables.
DefaultFlinkTypeConverter(Class<K>, Class<V>) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.datatypes.DefaultFlinkTypeConverter
 
DefaultHadoopTypeConverter<K,V> - Class in org.apache.flink.hadoopcompatibility.mapred.record.datatypes
Converter for the default hadoop writables.
DefaultHadoopTypeConverter() - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.datatypes.DefaultHadoopTypeConverter
 
DefaultInputSplitAssigner - Class in org.apache.flink.api.common.io
This is the default implementation of the InputSplitAssigner interface.
DefaultInputSplitAssigner(InputSplit[]) - Constructor for class org.apache.flink.api.common.io.DefaultInputSplitAssigner
 
DefaultInputSplitAssigner(Collection<? extends InputSplit>) - Constructor for class org.apache.flink.api.common.io.DefaultInputSplitAssigner
 
DefaultMemoryManager - Class in org.apache.flink.runtime.memorymanager
 
DefaultMemoryManager(long, int) - Constructor for class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
Creates a memory manager with the given capacity, using the default page size.
DefaultMemoryManager(long, int, int) - Constructor for class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
Creates a memory manager with the given capacity and given page size.
defaultParallelism - Variable in class org.apache.flink.api.common.Plan
The default parallelism to use for nodes that have no explicitly specified parallelism.
DefaultTimeStamp<T> - Class in org.apache.flink.streaming.api.invokable.util
Default timestamp function that uses the Java System.currentTimeMillis() method to retrieve a timestamp.
DefaultTimeStamp() - Constructor for class org.apache.flink.streaming.api.invokable.util.DefaultTimeStamp
 
DEFLATE_SUFFIX - Static variable in class org.apache.flink.api.common.io.FileInputFormat
Files with that suffix are unsplittable at a file level and compressed.
DEGREE_OF_PARALLELISM_KEY - Static variable in class org.apache.flink.runtime.operators.DataSinkTask
 
degreeOfParallelism - Variable in class org.apache.flink.streaming.api.datastream.DataStream
 
delegate1 - Variable in class org.apache.flink.streaming.io.CoReaderIterator
 
delegate2 - Variable in class org.apache.flink.streaming.io.CoReaderIterator
 
delete(Path, boolean) - Method in class org.apache.flink.core.fs.FileSystem
Delete a file.
delete(Path, boolean) - Method in class org.apache.flink.core.fs.local.LocalFileSystem
 
delete(BlobKey) - Method in class org.apache.flink.runtime.blob.BlobCache
Deletes the file associated with the given key from the BLOB cache.
delete(JobID, String) - Method in class org.apache.flink.runtime.blob.BlobClient
Deletes the BLOB identified by the given job ID and key from the BLOB server.
delete(BlobKey) - Method in class org.apache.flink.runtime.blob.BlobServer
This method deletes the file associated to the blob key if it exists in the local storage of the blob server.
delete(BlobKey) - Method in interface org.apache.flink.runtime.blob.BlobService
This method deletes the file associated with the provided blob key.
delete(Path, boolean) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
 
delete(Path, boolean) - Method in class org.apache.flink.runtime.fs.maprfs.MapRFileSystem
 
delete(Path, boolean) - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
 
delete(K) - Method in class org.apache.flink.streaming.state.MutableTableState
 
delete(K) - Method in class org.apache.flink.streaming.state.TableState
 
deleteAll(JobID) - Method in class org.apache.flink.runtime.blob.BlobClient
Deletes all BLOBs belonging to the job with the given ID from the BLOB server
deleteChannel() - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelAccess
Deletes this channel by physically removing the file beneath it.
deleteExtractedLibraries() - Method in class org.apache.flink.client.program.PackagedProgram
Deletes all temporary files created for contained packaged libraries.
deleteJobDirectory(JobID) - Method in class org.apache.flink.runtime.blob.BlobServer
Method which deletes all files associated with the given jobID.
deleteTmpFile(String, DistributedCache.DistributedCacheEntry, JobID) - Method in class org.apache.flink.runtime.filecache.FileCache
Deletes the local file after a 5 second delay.
DELIMITED_FORMAT_MAX_LINE_SAMPLES_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The maximum number of line samples to be taken by the delimited input format, if no other value is specified for the data source.
DELIMITED_FORMAT_MAX_SAMPLE_LENGTH_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The maximum length of a single sampled record before the sampling is aborted.
DELIMITED_FORMAT_MIN_LINE_SAMPLES_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The minimum number of line samples to be taken by the delimited input format, if no other value is specified for the data source.
DelimitedInputFormat<OT> - Class in org.apache.flink.api.common.io
Base implementation for input formats that split the input at a delimiter into records.
DelimitedInputFormat() - Constructor for class org.apache.flink.api.common.io.DelimitedInputFormat
 
DelimitedInputFormat(Path) - Constructor for class org.apache.flink.api.common.io.DelimitedInputFormat
 
DelimitedInputFormat - Class in org.apache.flink.api.java.record.io
Base implementation for input formats that split the input at a delimiter into records.
DelimitedInputFormat() - Constructor for class org.apache.flink.api.java.record.io.DelimitedInputFormat
 
DelimitedInputFormat.AbstractConfigBuilder<T> - Class in org.apache.flink.api.common.io
Abstract builder used to set parameters to the input format's configuration in a fluent way.
DelimitedInputFormat.AbstractConfigBuilder(Configuration) - Constructor for class org.apache.flink.api.common.io.DelimitedInputFormat.AbstractConfigBuilder
Creates a new builder for the given configuration.
DelimitedInputFormat.ConfigBuilder - Class in org.apache.flink.api.common.io
A builder used to set parameters to the input format's configuration in a fluent way.
DelimitedInputFormat.ConfigBuilder(Configuration) - Constructor for class org.apache.flink.api.common.io.DelimitedInputFormat.ConfigBuilder
Creates a new builder for the given configuration.
DelimitedOutputFormat - Class in org.apache.flink.api.java.record.io
The base class for output formats that serialize their records into a delimited sequence.
DelimitedOutputFormat() - Constructor for class org.apache.flink.api.java.record.io.DelimitedOutputFormat
 
DelimitedOutputFormat.AbstractConfigBuilder<T> - Class in org.apache.flink.api.java.record.io
A builder used to set parameters to the input format's configuration in a fluent way.
DelimitedOutputFormat.AbstractConfigBuilder(Configuration) - Constructor for class org.apache.flink.api.java.record.io.DelimitedOutputFormat.AbstractConfigBuilder
Creates a new builder for the given configuration.
DelimitedOutputFormat.ConfigBuilder - Class in org.apache.flink.api.java.record.io
A builder used to set parameters to the input format's configuration in a fluent way.
DelimitedOutputFormat.ConfigBuilder(Configuration) - Constructor for class org.apache.flink.api.java.record.io.DelimitedOutputFormat.ConfigBuilder
Creates a new builder for the given configuration.
deliverEvent(AbstractTaskEvent) - Method in class org.apache.flink.runtime.event.task.EventNotificationManager
Delivers a event to all of the registered subscribers.
deliverEvent(AbstractTaskEvent) - Method in class org.apache.flink.runtime.io.network.gates.Gate
 
DeltaIteration<ST,WT> - Class in org.apache.flink.api.java.operators
The DeltaIteration represents the start of a delta iteration.
DeltaIteration(ExecutionEnvironment, TypeInformation<ST>, DataSet<ST>, DataSet<WT>, Keys<ST>, int) - Constructor for class org.apache.flink.api.java.operators.DeltaIteration
 
DeltaIteration - Class in org.apache.flink.api.java.record.operators
Deprecated.
DeltaIteration(int) - Constructor for class org.apache.flink.api.java.record.operators.DeltaIteration
Deprecated.
 
DeltaIteration(int[]) - Constructor for class org.apache.flink.api.java.record.operators.DeltaIteration
Deprecated.
 
DeltaIteration(int, String) - Constructor for class org.apache.flink.api.java.record.operators.DeltaIteration
Deprecated.
 
DeltaIteration(int[], String) - Constructor for class org.apache.flink.api.java.record.operators.DeltaIteration
Deprecated.
 
DeltaIteration.SolutionSetPlaceHolder<ST> - Class in org.apache.flink.api.java.operators
A DataSet that acts as a placeholder for the solution set during the iteration.
DeltaIteration.SolutionSetPlaceHolder - Class in org.apache.flink.api.java.record.operators
Deprecated.
Specialized operator to use as a recognizable place-holder for the solution set input to the step function.
DeltaIteration.SolutionSetPlaceHolder(DeltaIterationBase<Record, ?>) - Constructor for class org.apache.flink.api.java.record.operators.DeltaIteration.SolutionSetPlaceHolder
Deprecated.
 
DeltaIteration.WorksetPlaceHolder<WT> - Class in org.apache.flink.api.java.operators
A DataSet that acts as a placeholder for the workset during the iteration.
DeltaIteration.WorksetPlaceHolder - Class in org.apache.flink.api.java.record.operators
Deprecated.
Specialized operator to use as a recognizable place-holder for the working set input to the step function.
DeltaIteration.WorksetPlaceHolder(DeltaIterationBase<?, Record>) - Constructor for class org.apache.flink.api.java.record.operators.DeltaIteration.WorksetPlaceHolder
Deprecated.
 
DeltaIterationBase<ST,WT> - Class in org.apache.flink.api.common.operators.base
A DeltaIteration is similar to a BulkIterationBase, but maintains state across the individual iteration steps.
DeltaIterationBase(BinaryOperatorInformation<ST, WT, ST>, int) - Constructor for class org.apache.flink.api.common.operators.base.DeltaIterationBase
 
DeltaIterationBase(BinaryOperatorInformation<ST, WT, ST>, int[]) - Constructor for class org.apache.flink.api.common.operators.base.DeltaIterationBase
 
DeltaIterationBase(BinaryOperatorInformation<ST, WT, ST>, int, String) - Constructor for class org.apache.flink.api.common.operators.base.DeltaIterationBase
 
DeltaIterationBase(BinaryOperatorInformation<ST, WT, ST>, int[], String) - Constructor for class org.apache.flink.api.common.operators.base.DeltaIterationBase
 
DeltaIterationBase.SolutionSetPlaceHolder<ST> - Class in org.apache.flink.api.common.operators.base
Specialized operator to use as a recognizable place-holder for the solution set input to the step function.
DeltaIterationBase.SolutionSetPlaceHolder(DeltaIterationBase<ST, ?>, OperatorInformation<ST>) - Constructor for class org.apache.flink.api.common.operators.base.DeltaIterationBase.SolutionSetPlaceHolder
 
DeltaIterationBase.WorksetPlaceHolder<WT> - Class in org.apache.flink.api.common.operators.base
Specialized operator to use as a recognizable place-holder for the working set input to the step function.
DeltaIterationBase.WorksetPlaceHolder(DeltaIterationBase<?, WT>, OperatorInformation<WT>) - Constructor for class org.apache.flink.api.common.operators.base.DeltaIterationBase.WorksetPlaceHolder
 
DeltaIterationResultSet<ST,WT> - Class in org.apache.flink.api.java.operators
 
DenseValueSchema - Class in org.apache.flink.compiler.postpass
Class encapsulating a schema map (int column position -> column type) and a reference counter.
DenseValueSchema() - Constructor for class org.apache.flink.compiler.postpass.DenseValueSchema
 
deployToSlot(AllocatedSlot) - Method in class org.apache.flink.runtime.executiongraph.Execution
 
deployToSlot(AllocatedSlot) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
depth() - Method in class org.apache.flink.core.fs.Path
Returns the number of elements in this path.
DeserializationDelegate<T> - Class in org.apache.flink.runtime.plugable
 
DeserializationDelegate(TypeSerializer<T>) - Constructor for class org.apache.flink.runtime.plugable.DeserializationDelegate
 
DeserializationException - Exception in org.apache.flink.types
An exception specifying that the deserialization caused an error.
DeserializationException() - Constructor for exception org.apache.flink.types.DeserializationException
Constructs an DeserializationException with null as its error detail message.
DeserializationException(String, Throwable) - Constructor for exception org.apache.flink.types.DeserializationException
Constructs an DeserializationException with the specified detail message and cause.
DeserializationException(String) - Constructor for exception org.apache.flink.types.DeserializationException
Constructs an DeserializationException with the specified detail message.
DeserializationException(Throwable) - Constructor for exception org.apache.flink.types.DeserializationException
Constructs an DeserializationException with the specified cause.
deserialize(T, DataInputView) - Method in class org.apache.flink.api.common.io.BinaryInputFormat
 
deserialize(T, DataInputView) - Method in class org.apache.flink.api.common.io.SerializedInputFormat
 
deserialize(DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.array.BooleanPrimitiveArraySerializer
 
deserialize(boolean[], DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.array.BooleanPrimitiveArraySerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.array.BytePrimitiveArraySerializer
 
deserialize(byte[], DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.array.BytePrimitiveArraySerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.array.CharPrimitiveArraySerializer
 
deserialize(char[], DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.array.CharPrimitiveArraySerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.array.DoublePrimitiveArraySerializer
 
deserialize(double[], DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.array.DoublePrimitiveArraySerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.array.FloatPrimitiveArraySerializer
 
deserialize(float[], DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.array.FloatPrimitiveArraySerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.array.IntPrimitiveArraySerializer
 
deserialize(int[], DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.array.IntPrimitiveArraySerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.array.LongPrimitiveArraySerializer
 
deserialize(long[], DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.array.LongPrimitiveArraySerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.array.ShortPrimitiveArraySerializer
 
deserialize(short[], DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.array.ShortPrimitiveArraySerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.array.StringArraySerializer
 
deserialize(String[], DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.array.StringArraySerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.BooleanSerializer
 
deserialize(Boolean, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.BooleanSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.BooleanValueSerializer
 
deserialize(BooleanValue, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.BooleanValueSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.ByteSerializer
 
deserialize(Byte, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.ByteSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.ByteValueSerializer
 
deserialize(ByteValue, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.ByteValueSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.CharSerializer
 
deserialize(Character, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.CharSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.CharValueSerializer
 
deserialize(CharValue, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.CharValueSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.DoubleSerializer
 
deserialize(Double, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.DoubleSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.DoubleValueSerializer
 
deserialize(DoubleValue, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.DoubleValueSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.FloatSerializer
 
deserialize(Float, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.FloatSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.FloatValueSerializer
 
deserialize(FloatValue, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.FloatValueSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.GenericArraySerializer
 
deserialize(C[], DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.GenericArraySerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.IntSerializer
 
deserialize(Integer, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.IntSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.IntValueSerializer
 
deserialize(IntValue, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.IntValueSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.LongSerializer
 
deserialize(Long, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.LongSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.LongValueSerializer
 
deserialize(LongValue, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.LongValueSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.ShortSerializer
 
deserialize(Short, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.ShortSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.ShortValueSerializer
 
deserialize(ShortValue, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.ShortValueSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.StringSerializer
 
deserialize(String, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.StringSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.StringValueSerializer
 
deserialize(StringValue, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.StringValueSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.api.common.typeutils.record.RecordSerializer
 
deserialize(Record, DataInputView) - Method in class org.apache.flink.api.common.typeutils.record.RecordSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.api.common.typeutils.TypeSerializer
De-serializes a record from the given source input view.
deserialize(T, DataInputView) - Method in class org.apache.flink.api.common.typeutils.TypeSerializer
De-serializes a record from the given source input view into the given reuse record instance if mutable.
deserialize(DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.AvroSerializer
 
deserialize(T, DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.AvroSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueSerializer
 
deserialize(T, DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.KryoSerializer
 
deserialize(T, DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.KryoSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.PojoSerializer
 
deserialize(T, DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.PojoSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleSerializer
 
deserialize(T, DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.ValueSerializer
 
deserialize(T, DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.ValueSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.WritableSerializer
 
deserialize(T, DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.WritableSerializer
 
deserialize(DataInputView) - Method in class org.apache.flink.streaming.api.streamrecord.StreamRecordSerializer
 
deserialize(StreamRecord<T>, DataInputView) - Method in class org.apache.flink.streaming.api.streamrecord.StreamRecordSerializer
 
deserialize(byte[]) - Method in class org.apache.flink.streaming.connectors.flume.FlumeSource
Deserializes the incoming data.
deserialize(byte[]) - Method in class org.apache.flink.streaming.connectors.flume.FlumeTopology.MyFlumeSource
 
deserialize(byte[]) - Method in class org.apache.flink.streaming.connectors.kafka.KafkaSource
Deserializes the incoming data.
deserialize(byte[]) - Method in class org.apache.flink.streaming.connectors.kafka.KafkaTopology.MyKafkaSource
 
deserialize(byte[]) - Method in class org.apache.flink.streaming.connectors.rabbitmq.RMQSource
Deserializes the incoming data.
deserialize(byte[]) - Method in class org.apache.flink.streaming.connectors.rabbitmq.RMQTopology.MyRMQSource
 
deserialize(DataInputView) - Method in class org.apache.flink.types.Record
 
deserializedFields1 - Variable in class org.apache.flink.api.java.typeutils.runtime.TupleComparatorBase
 
deserializedFields2 - Variable in class org.apache.flink.api.java.typeutils.runtime.TupleComparatorBase
 
deserializeEvents() - Method in class org.apache.flink.runtime.io.network.Envelope
 
deserializeEvents(ClassLoader) - Method in class org.apache.flink.runtime.io.network.Envelope
 
deserializeObject(byte[]) - Static method in class org.apache.flink.streaming.api.StreamConfig
 
deserializeObject(byte[], ClassLoader) - Static method in class org.apache.flink.util.InstantiationUtil
 
destroy() - Method in class org.apache.flink.runtime.io.network.bufferprovider.GlobalBufferPool
 
destroy() - Method in class org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPool
Destroys this local buffer pool and immediately returns all available buffers to the global buffer pool.
destroy() - Method in class org.apache.flink.runtime.io.network.channels.Channel
 
destroy() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
destroy() - Method in class org.apache.flink.runtime.io.network.channels.OutputChannel
 
dim - Variable in class org.apache.flink.api.common.distributions.SimpleDistribution
 
DirectedStreamCollector<OUT> - Class in org.apache.flink.streaming.api.collector
A StreamCollector that uses user defined output names and a user defined output selector to make directed emits.
DirectedStreamCollector(int, SerializationDelegate<StreamRecord<OUT>>, OutputSelector<OUT>) - Constructor for class org.apache.flink.streaming.api.collector.DirectedStreamCollector
Creates a new DirectedStreamCollector
disableLocalExecution() - Static method in class org.apache.flink.api.java.ExecutionEnvironment
 
disableLocalExecution() - Static method in class org.apache.flink.client.program.ContextEnvironment
 
disableLocalExecution() - Static method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
 
DiscardBufferPool - Class in org.apache.flink.runtime.io.network.bufferprovider
 
DiscardBufferPool() - Constructor for class org.apache.flink.runtime.io.network.bufferprovider.DiscardBufferPool
 
DiscardingOuputFormat<T> - Class in org.apache.flink.api.java.io
An output format that discards all data.
DiscardingOuputFormat() - Constructor for class org.apache.flink.api.java.io.DiscardingOuputFormat
 
DiscardingOutputFormat<T> - Class in org.apache.flink.api.java.io
An output format that simply discards all elements.
DiscardingOutputFormat() - Constructor for class org.apache.flink.api.java.io.DiscardingOutputFormat
 
dispatchFromInputChannel(Envelope) - Method in class org.apache.flink.runtime.io.network.ChannelManager
 
dispatchFromInputChannel(Envelope) - Method in interface org.apache.flink.runtime.io.network.EnvelopeDispatcher
Dispatches an envelope from an input channel to the receiving output channels (backwards flow).
dispatchFromNetwork(Envelope) - Method in class org.apache.flink.runtime.io.network.ChannelManager
 
dispatchFromNetwork(Envelope) - Method in interface org.apache.flink.runtime.io.network.EnvelopeDispatcher
Dispatches an envelope from an incoming TCP connection.
dispatchFromOutputChannel(Envelope) - Method in class org.apache.flink.runtime.io.network.ChannelManager
 
dispatchFromOutputChannel(Envelope) - Method in interface org.apache.flink.runtime.io.network.EnvelopeDispatcher
Dispatches an envelope from an output channel to the receiving input channels (forward flow).
dispose() - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
Collects all memory segments from this sorter.
dispose() - Method in interface org.apache.flink.runtime.operators.sort.InMemorySorter
Collects all memory segments from this sorter.
dispose() - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
Collects all memory segments from this sorter.
disposeSortBuffers(boolean) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
Releases the memory that is registered for in-memory sorted run generation.
distinct(KeySelector<T, K>) - Method in class org.apache.flink.api.java.DataSet
Returns a distinct set of a DataSet using a KeySelector function.
distinct(int...) - Method in class org.apache.flink.api.java.DataSet
Returns a distinct set of a Tuple DataSet using field position keys.
distinct(String...) - Method in class org.apache.flink.api.java.DataSet
Returns a distinct set of a Tuple DataSet using expression keys.
distinct() - Method in class org.apache.flink.api.java.DataSet
Returns a distinct set of a Tuple DataSet using all fields of the tuple.
DistinctOperator<T> - Class in org.apache.flink.api.java.operators
This operator represents the application of a "distinct" function on a data set, and the result data set produced by the function.
DistinctOperator(DataSet<T>, Keys<T>) - Constructor for class org.apache.flink.api.java.operators.DistinctOperator
 
DistinctOperator.DistinctFunction<T> - Class in org.apache.flink.api.java.operators
 
DistinctOperator.DistinctFunction() - Constructor for class org.apache.flink.api.java.operators.DistinctOperator.DistinctFunction
 
distribute() - Method in class org.apache.flink.streaming.api.datastream.DataStream
Sets the partitioning of the DataStream so that the output tuples are distributed evenly to the next component.
distribute() - Method in class org.apache.flink.streaming.api.datastream.SingleOutputStreamOperator
 
DistributedBlockLocation - Class in org.apache.flink.runtime.fs.hdfs
Implementation of the BlockLocation interface for the Hadoop Distributed File System.
DistributedBlockLocation(BlockLocation) - Constructor for class org.apache.flink.runtime.fs.hdfs.DistributedBlockLocation
Creates a new block location
DistributedCache - Class in org.apache.flink.api.common.cache
DistributedCache provides static methods to write the registered cache files into job configuration or decode them from job configuration.
DistributedCache() - Constructor for class org.apache.flink.api.common.cache.DistributedCache
 
DistributedCache.DistributedCacheEntry - Class in org.apache.flink.api.common.cache
 
DistributedCache.DistributedCacheEntry(String, Boolean) - Constructor for class org.apache.flink.api.common.cache.DistributedCache.DistributedCacheEntry
 
DistributedDataInputStream - Class in org.apache.flink.runtime.fs.hdfs
Concrete implementation of the FSDataInputStream for the Hadoop Distributed File System.
DistributedDataInputStream(FSDataInputStream) - Constructor for class org.apache.flink.runtime.fs.hdfs.DistributedDataInputStream
Creates a new data input stream from the given HDFS input stream
DistributedDataOutputStream - Class in org.apache.flink.runtime.fs.hdfs
 
DistributedDataOutputStream(FSDataOutputStream) - Constructor for class org.apache.flink.runtime.fs.hdfs.DistributedDataOutputStream
 
DistributedFileStatus - Class in org.apache.flink.runtime.fs.hdfs
Concrete implementation of the FileStatus interface for the Hadoop Distribution File System.
DistributedFileStatus(FileStatus) - Constructor for class org.apache.flink.runtime.fs.hdfs.DistributedFileStatus
Creates a new file status from a HDFS file status.
DistributedFileSystem - Class in org.apache.flink.runtime.fs.hdfs
Concrete implementation of the FileSystem base class for the Hadoop Distribution File System.
DistributedFileSystem() - Constructor for class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
Creates a new DistributedFileSystem object to access HDFS
DistributePartitioner<T> - Class in org.apache.flink.streaming.partitioner
Partitioner that distributes the data equally by cycling through the output channels.
DistributePartitioner() - Constructor for class org.apache.flink.streaming.partitioner.DistributePartitioner
 
DistributionPattern - Enum in org.apache.flink.runtime.jobgraph
A distribution pattern determines which subtasks of a producing Nephele task a wired to which subtasks of a consuming subtask.
div(long) - Method in class org.apache.flink.examples.java.clustering.KMeans.Point
 
div(Integer) - Method in class org.apache.flink.examples.java.ml.LinearRegression.Params
 
divideBy(int) - Method in class org.apache.flink.compiler.costs.Costs
 
DOCUMENTS - Static variable in class org.apache.flink.examples.java.relational.util.WebLogData
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.flink.client.web.GUIServletStub
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.flink.client.web.JobsInfoServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.flink.client.web.JobsServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.flink.client.web.JobSubmissionServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.flink.client.web.PactJobJSONServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.flink.runtime.jobmanager.web.JobmanagerInfoServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.flink.runtime.jobmanager.web.LogfileInfoServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.flink.runtime.jobmanager.web.MenuServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.flink.runtime.jobmanager.web.SetupInfoServlet
 
dop - Variable in class org.apache.flink.api.java.operators.Operator
 
DOP - Static variable in class org.apache.flink.test.util.RecordAPITestBase
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.flink.client.web.JobsServlet
 
DOUBLE_ARRAY_TYPE_INFO - Static variable in class org.apache.flink.api.common.typeinfo.BasicArrayTypeInfo
 
DOUBLE_PRIMITIVE_ARRAY_TYPE_INFO - Static variable in class org.apache.flink.api.common.typeinfo.PrimitiveArrayTypeInfo
 
DOUBLE_TYPE_INFO - Static variable in class org.apache.flink.api.common.typeinfo.BasicTypeInfo
 
DoubleComparator - Class in org.apache.flink.api.common.typeutils.base
 
DoubleComparator(boolean) - Constructor for class org.apache.flink.api.common.typeutils.base.DoubleComparator
 
DoubleCounter - Class in org.apache.flink.api.common.accumulators
 
DoubleCounter() - Constructor for class org.apache.flink.api.common.accumulators.DoubleCounter
 
DoubleParser - Class in org.apache.flink.types.parser
Parses a text field into a Double.
DoubleParser() - Constructor for class org.apache.flink.types.parser.DoubleParser
 
DoublePrimitiveArraySerializer - Class in org.apache.flink.api.common.typeutils.base.array
A serializer for double arrays.
DoublePrimitiveArraySerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.array.DoublePrimitiveArraySerializer
 
DoubleSerializer - Class in org.apache.flink.api.common.typeutils.base
 
DoubleSerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.DoubleSerializer
 
DoubleSumAggregator - Class in org.apache.flink.api.common.aggregators
An Aggregator that sums up DoubleValue values.
DoubleSumAggregator() - Constructor for class org.apache.flink.api.common.aggregators.DoubleSumAggregator
 
DoubleValue - Class in org.apache.flink.types
Boxed serializable and comparable double precision floating point type, representing the primitive type double.
DoubleValue() - Constructor for class org.apache.flink.types.DoubleValue
Initializes the encapsulated double with 0.0.
DoubleValue(double) - Constructor for class org.apache.flink.types.DoubleValue
Initializes the encapsulated double with the provided value.
DoubleValueParser - Class in org.apache.flink.types.parser
Parses a text field into a DoubleValue.
DoubleValueParser() - Constructor for class org.apache.flink.types.parser.DoubleValueParser
 
DoubleValueSerializer - Class in org.apache.flink.api.common.typeutils.base
 
DoubleValueSerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.DoubleValueSerializer
 
DoubleZeroConvergence - Class in org.apache.flink.api.common.aggregators
A ConvergenceCriterion over an Aggregator that defines convergence as reached once the aggregator holds the value zero.
DoubleZeroConvergence() - Constructor for class org.apache.flink.api.common.aggregators.DoubleZeroConvergence
 
driver - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The driver that invokes the user code (the stub implementation).
DRIVER_KEY - Variable in class org.apache.flink.api.java.record.io.jdbc.JDBCInputFormat
 
DRIVER_KEY - Static variable in class org.apache.flink.api.java.record.io.jdbc.JDBCOutputFormat
 
driverKeys - Variable in class org.apache.flink.compiler.plan.SingleInputPlanNode
 
driverSortOrders - Variable in class org.apache.flink.compiler.plan.SingleInputPlanNode
 
DriverStrategy - Enum in org.apache.flink.runtime.operators
Enumeration of all available operator strategies.
dropTrivials() - Method in class org.apache.flink.compiler.dataproperties.InterestingProperties
 
DualInputOperator<IN1,IN2,OUT,FT extends Function> - Class in org.apache.flink.api.common.operators
Abstract operator superclass for for all operators that have two inputs, like "Join", "CoGroup", or "Cross".
DualInputOperator(UserCodeWrapper<FT>, BinaryOperatorInformation<IN1, IN2, OUT>, String) - Constructor for class org.apache.flink.api.common.operators.DualInputOperator
Creates a new abstract dual-input Pact with the given name wrapping the given user function.
DualInputOperator(UserCodeWrapper<FT>, BinaryOperatorInformation<IN1, IN2, OUT>, int[], int[], String) - Constructor for class org.apache.flink.api.common.operators.DualInputOperator
Creates a new abstract dual-input operator with the given name wrapping the given user function.
DualInputPlanNode - Class in org.apache.flink.compiler.plan
 
DualInputPlanNode(OptimizerNode, String, Channel, Channel, DriverStrategy) - Constructor for class org.apache.flink.compiler.plan.DualInputPlanNode
 
DualInputPlanNode(OptimizerNode, String, Channel, Channel, DriverStrategy, FieldList, FieldList) - Constructor for class org.apache.flink.compiler.plan.DualInputPlanNode
 
DualInputPlanNode(OptimizerNode, String, Channel, Channel, DriverStrategy, FieldList, FieldList, boolean[]) - Constructor for class org.apache.flink.compiler.plan.DualInputPlanNode
 
DualInputSemanticProperties - Class in org.apache.flink.api.common.operators
Container for the semantic properties associated to a dual input operator.
DualInputSemanticProperties() - Constructor for class org.apache.flink.api.common.operators.DualInputSemanticProperties
 
Dummy - Class in org.apache.flink.examples.scala
This dummy class exists only to create an empty javadoc.jar in the flink-scala-examples project.
Dummy() - Constructor for class org.apache.flink.examples.scala.Dummy
 
DumpableConnection<T extends DumpableNode<T>> - Interface in org.apache.flink.compiler.plandump
 
DumpableNode<T extends DumpableNode<T>> - Interface in org.apache.flink.compiler.plandump
 
dumpOptimizerPlanAsJSON(OptimizedPlan, File) - Method in class org.apache.flink.compiler.plandump.PlanJSONDumpGenerator
 
dumpOptimizerPlanAsJSON(OptimizedPlan, PrintWriter) - Method in class org.apache.flink.compiler.plandump.PlanJSONDumpGenerator
 
dumpOptimizerPlanAsJSON(List<SinkPlanNode>, PrintWriter) - Method in class org.apache.flink.compiler.plandump.PlanJSONDumpGenerator
 
dumpPactPlanAsJSON(List<DataSinkNode>, PrintWriter) - Method in class org.apache.flink.compiler.plandump.PlanJSONDumpGenerator
 
duplicate() - Method in class org.apache.flink.api.common.typeutils.base.BooleanComparator
 
duplicate() - Method in class org.apache.flink.api.common.typeutils.base.ByteComparator
 
duplicate() - Method in class org.apache.flink.api.common.typeutils.base.CharComparator
 
duplicate() - Method in class org.apache.flink.api.common.typeutils.base.DoubleComparator
 
duplicate() - Method in class org.apache.flink.api.common.typeutils.base.FloatComparator
 
duplicate() - Method in class org.apache.flink.api.common.typeutils.base.IntComparator
 
duplicate() - Method in class org.apache.flink.api.common.typeutils.base.LongComparator
 
duplicate() - Method in class org.apache.flink.api.common.typeutils.base.ShortComparator
 
duplicate() - Method in class org.apache.flink.api.common.typeutils.base.StringComparator
 
duplicate() - Method in class org.apache.flink.api.common.typeutils.record.RecordComparator
 
duplicate() - Method in class org.apache.flink.api.common.typeutils.TypeComparator
Creates a copy of this class.
duplicate() - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueComparator
 
duplicate() - Method in class org.apache.flink.api.java.typeutils.runtime.GenericTypeComparator
 
duplicate() - Method in class org.apache.flink.api.java.typeutils.runtime.PojoComparator
 
duplicate() - Method in class org.apache.flink.api.java.typeutils.runtime.TupleComparator
 
duplicate() - Method in class org.apache.flink.api.java.typeutils.runtime.ValueComparator
 
duplicate() - Method in class org.apache.flink.api.java.typeutils.runtime.WritableComparator
 
duplicate() - Method in class org.apache.flink.runtime.io.network.Buffer
 
duplicate() - Method in class org.apache.flink.runtime.io.network.Envelope
 
duplicateWithoutBuffer() - Method in class org.apache.flink.runtime.io.network.Envelope
 

E

Edge<VertexKey extends Key<VertexKey>,EdgeValue extends Value> - Class in org.apache.flink.spargel.java.record
 
Edge() - Constructor for class org.apache.flink.spargel.java.record.Edge
 
EDGES - Static variable in class org.apache.flink.examples.java.graph.util.ConnectedComponentsData
 
EDGES - Static variable in class org.apache.flink.examples.java.graph.util.EnumTrianglesData
 
EDGES - Static variable in class org.apache.flink.examples.java.graph.util.PageRankData
 
EDGES - Static variable in class org.apache.flink.test.testdata.EnumTriangleData
 
EDGES - Static variable in class org.apache.flink.test.testdata.PageRankData
 
edgeValue() - Method in class org.apache.flink.spargel.java.OutgoingEdge
Gets the value associated with the edge.
edgeValue() - Method in class org.apache.flink.spargel.java.record.Edge
 
emit(T) - Method in class org.apache.flink.runtime.io.network.api.RecordWriter
 
emit(T) - Method in class org.apache.flink.streaming.io.StreamRecordWriter
 
emitToOutputs() - Method in class org.apache.flink.streaming.api.collector.DirectedStreamCollector
Emits a StreamRecord to the outputs selected by the user defined OutputSelector
emitToOutputs() - Method in class org.apache.flink.streaming.api.collector.StreamCollector
 
EMPTY - Static variable in class org.apache.flink.compiler.dataproperties.LocalProperties
 
EMPTY_LIST - Static variable in class org.apache.flink.api.common.operators.util.FieldList
 
EMPTY_SET - Static variable in class org.apache.flink.api.common.operators.util.FieldSet
 
emptyClassArray() - Static method in class org.apache.flink.api.common.operators.AbstractUdfOperator
Generic utility function that returns an empty class array.
EmptyFieldsCountAccumulator - Class in org.apache.flink.examples.java.relational
This program filters lines from a CSV file with empty fields.
EmptyFieldsCountAccumulator() - Constructor for class org.apache.flink.examples.java.relational.EmptyFieldsCountAccumulator
 
EmptyFieldsCountAccumulator.EmptyFieldFilter - Class in org.apache.flink.examples.java.relational
This function filters all incoming tuples that have one or more empty fields.
EmptyFieldsCountAccumulator.EmptyFieldFilter() - Constructor for class org.apache.flink.examples.java.relational.EmptyFieldsCountAccumulator.EmptyFieldFilter
 
EmptyFieldsCountAccumulator.VectorAccumulator - Class in org.apache.flink.examples.java.relational
This accumulator lets you increase vector components distributedly.
EmptyFieldsCountAccumulator.VectorAccumulator() - Constructor for class org.apache.flink.examples.java.relational.EmptyFieldsCountAccumulator.VectorAccumulator
 
EmptyIterator<E> - Class in org.apache.flink.runtime.util
An empty iterator that never returns anything.
EmptyIterator() - Constructor for class org.apache.flink.runtime.util.EmptyIterator
 
EmptyMutableObjectIterator<E> - Class in org.apache.flink.runtime.util
An empty mutable object iterator that never returns anything.
EmptyMutableObjectIterator() - Constructor for class org.apache.flink.runtime.util.EmptyMutableObjectIterator
 
ENABLE_PROFILING_KEY - Static variable in class org.apache.flink.runtime.profiling.ProfilingUtils
The key to check the job manager's profiling component should be enabled.
encode(String) - Static method in class org.apache.flink.core.io.StringRecord
Converts the provided String to bytes using the UTF-8 encoding.
encode(String, boolean) - Static method in class org.apache.flink.core.io.StringRecord
Converts the provided String to bytes using the UTF-8 encoding.
endMarker() - Static method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
Gets the element that is passed as marker for the end of data.
EndOfSuperstepEvent - Class in org.apache.flink.runtime.io.network.channels
Marks the end of a superstep of one particular iteration head
EndOfSuperstepEvent() - Constructor for class org.apache.flink.runtime.io.network.channels.EndOfSuperstepEvent
 
endTuple - Variable in class org.apache.flink.streaming.api.function.sink.WriteSinkFunction
 
enqueue(Envelope, RemoteReceiver) - Method in class org.apache.flink.runtime.io.network.LocalConnectionManager
 
enqueue(Envelope, RemoteReceiver) - Method in class org.apache.flink.runtime.io.network.netty.NettyConnectionManager
 
enqueue(Envelope) - Method in class org.apache.flink.runtime.io.network.netty.OutboundConnectionQueue
Enqueues an envelope to be sent later.
enqueue(Envelope, RemoteReceiver) - Method in interface org.apache.flink.runtime.io.network.NetworkConnectionManager
 
ensureConstraints(int) - Method in class org.apache.flink.runtime.jobmanager.scheduler.CoLocationGroup
 
entrySet() - Method in class org.apache.flink.types.MapValue
 
EnumTriangleData - Class in org.apache.flink.test.testdata
 
EnumTriangleData() - Constructor for class org.apache.flink.test.testdata.EnumTriangleData
 
EnumTrianglesBasic - Class in org.apache.flink.examples.java.graph
Triangle enumeration is a pre-processing step to find closely connected parts in graphs.
EnumTrianglesBasic() - Constructor for class org.apache.flink.examples.java.graph.EnumTrianglesBasic
 
EnumTrianglesBasic.TupleEdgeConverter - Class in org.apache.flink.examples.java.graph
Converts a Tuple2 into an Edge
EnumTrianglesBasic.TupleEdgeConverter() - Constructor for class org.apache.flink.examples.java.graph.EnumTrianglesBasic.TupleEdgeConverter
 
EnumTrianglesData - Class in org.apache.flink.examples.java.graph.util
Provides the default data sets used for the Triangle Enumeration example programs.
EnumTrianglesData() - Constructor for class org.apache.flink.examples.java.graph.util.EnumTrianglesData
 
EnumTrianglesDataTypes - Class in org.apache.flink.examples.java.graph.util
 
EnumTrianglesDataTypes() - Constructor for class org.apache.flink.examples.java.graph.util.EnumTrianglesDataTypes
 
EnumTrianglesDataTypes.Edge - Class in org.apache.flink.examples.java.graph.util
 
EnumTrianglesDataTypes.Edge() - Constructor for class org.apache.flink.examples.java.graph.util.EnumTrianglesDataTypes.Edge
 
EnumTrianglesDataTypes.Edge(Integer, Integer) - Constructor for class org.apache.flink.examples.java.graph.util.EnumTrianglesDataTypes.Edge
 
EnumTrianglesDataTypes.EdgeWithDegrees - Class in org.apache.flink.examples.java.graph.util
 
EnumTrianglesDataTypes.EdgeWithDegrees() - Constructor for class org.apache.flink.examples.java.graph.util.EnumTrianglesDataTypes.EdgeWithDegrees
 
EnumTrianglesDataTypes.Triad - Class in org.apache.flink.examples.java.graph.util
 
EnumTrianglesDataTypes.Triad() - Constructor for class org.apache.flink.examples.java.graph.util.EnumTrianglesDataTypes.Triad
 
EnumTrianglesOpt - Class in org.apache.flink.examples.java.graph
Triangle enumeration is a pre-processing step to find closely connected parts in graphs.
EnumTrianglesOpt() - Constructor for class org.apache.flink.examples.java.graph.EnumTrianglesOpt
 
EnumTrianglesOpt.TupleEdgeConverter - Class in org.apache.flink.examples.java.graph
Converts a Tuple2 into an Edge
EnumTrianglesOpt.TupleEdgeConverter() - Constructor for class org.apache.flink.examples.java.graph.EnumTrianglesOpt.TupleEdgeConverter
 
EnumUtils - Class in org.apache.flink.runtime.util
Auxiliary class to (de)serialize enumeration values.
Envelope - Class in org.apache.flink.runtime.io.network
 
Envelope(int, JobID, ChannelID) - Constructor for class org.apache.flink.runtime.io.network.Envelope
 
envelopeDispatcher - Variable in class org.apache.flink.runtime.io.network.channels.Channel
 
EnvelopeDispatcher - Interface in org.apache.flink.runtime.io.network
A envelope dispatcher receives Envelopes and sends them to all of its destinations.
EnvelopeReceiverList - Class in org.apache.flink.runtime.io.network
A transfer envelope receiver list contains all recipients of a transfer envelope.
EnvelopeReceiverList(ConnectionInfoLookupResponse) - Constructor for class org.apache.flink.runtime.io.network.EnvelopeReceiverList
 
EnvelopeReceiverList(ChannelID) - Constructor for class org.apache.flink.runtime.io.network.EnvelopeReceiverList
 
EnvelopeReceiverList(RemoteReceiver) - Constructor for class org.apache.flink.runtime.io.network.EnvelopeReceiverList
 
Environment - Interface in org.apache.flink.runtime.execution
The user code of every Nephele task runs inside an Environment object.
environment - Variable in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
 
environment - Variable in class org.apache.flink.streaming.api.datastream.DataStream
 
EnvironmentInformation - Class in org.apache.flink.runtime.util
 
EnvironmentInformation.RevisionInformation - Class in org.apache.flink.runtime.util
 
EnvironmentInformation.RevisionInformation() - Constructor for class org.apache.flink.runtime.util.EnvironmentInformation.RevisionInformation
 
EnvironmentListenerImpl - Class in org.apache.flink.runtime.profiling.impl
 
EnvironmentListenerImpl(TaskManagerProfilerImpl, RuntimeEnvironment) - Constructor for class org.apache.flink.runtime.profiling.impl.EnvironmentListenerImpl
 
EnvironmentThreadSet - Class in org.apache.flink.runtime.profiling.impl
 
EnvironmentThreadSet(ThreadMXBean, Thread, JobVertexID, int, ExecutionAttemptID) - Constructor for class org.apache.flink.runtime.profiling.impl.EnvironmentThreadSet
 
eof() - Method in class org.apache.flink.api.java.typeutils.runtime.NoFetchingInput
 
equals(Object) - Method in class org.apache.flink.api.common.operators.Ordering
 
equals(Object) - Method in class org.apache.flink.api.common.operators.util.FieldSet
 
equals(Object) - Method in class org.apache.flink.api.common.operators.util.TypeComparable
 
equals(Object) - Method in class org.apache.flink.api.common.typeinfo.BasicTypeInfo
 
equals(Object) - Method in class org.apache.flink.api.common.typeutils.base.GenericArraySerializer
 
equals(Object) - Method in class org.apache.flink.api.common.typeutils.base.TypeSerializerSingleton
 
equals(Object) - Method in class org.apache.flink.api.common.typeutils.record.RecordSerializerFactory
 
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple1
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple10
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple11
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple12
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple13
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple14
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple15
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple16
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple17
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple18
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple19
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple2
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple20
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple21
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple22
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple23
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple24
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple25
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple3
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple4
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple5
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple6
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple7
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple8
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.tuple.Tuple9
Deep equality for tuples by calling equals() on the tuple members
equals(Object) - Method in class org.apache.flink.api.java.typeutils.GenericTypeInfo
 
equals(Object) - Method in class org.apache.flink.api.java.typeutils.RecordTypeInfo
 
equals(Object) - Method in class org.apache.flink.api.java.typeutils.runtime.AvroSerializer
 
equals(Object) - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueSerializer
 
equals(Object) - Method in class org.apache.flink.api.java.typeutils.runtime.KryoSerializer
 
equals(Object) - Method in class org.apache.flink.api.java.typeutils.runtime.PojoSerializer
 
equals(Object) - Method in class org.apache.flink.api.java.typeutils.runtime.RuntimeStatefulSerializerFactory
 
equals(Object) - Method in class org.apache.flink.api.java.typeutils.runtime.RuntimeStatelessSerializerFactory
 
equals(Object) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleSerializerBase
 
equals(Object) - Method in class org.apache.flink.api.java.typeutils.runtime.ValueSerializer
 
equals(Object) - Method in class org.apache.flink.api.java.typeutils.runtime.WritableSerializer
 
equals(Object) - Method in class org.apache.flink.api.java.typeutils.TupleTypeInfo
 
equals(Object) - Method in class org.apache.flink.api.java.typeutils.TupleTypeInfoBase
 
equals(Object) - Method in class org.apache.flink.api.java.typeutils.ValueTypeInfo
 
equals(Object) - Method in class org.apache.flink.api.java.typeutils.WritableTypeInfo
 
equals(Object) - Method in class org.apache.flink.compiler.costs.Costs
 
equals(Object) - Method in class org.apache.flink.compiler.dataproperties.GlobalProperties
 
equals(Object) - Method in class org.apache.flink.compiler.dataproperties.InterestingProperties
 
equals(Object) - Method in class org.apache.flink.compiler.dataproperties.LocalProperties
 
equals(Object) - Method in class org.apache.flink.compiler.dataproperties.RequestedGlobalProperties
 
equals(Object) - Method in class org.apache.flink.compiler.dataproperties.RequestedLocalProperties
 
equals(Object) - Method in class org.apache.flink.compiler.deadlockdetect.DeadlockVertex
 
equals(Object) - Method in class org.apache.flink.compiler.operators.OperatorDescriptorDual.GlobalPropertiesPair
 
equals(Object) - Method in class org.apache.flink.compiler.operators.OperatorDescriptorDual.LocalPropertiesPair
 
equals(Object) - Method in class org.apache.flink.compiler.postpass.DenseValueSchema
 
equals(Object) - Method in class org.apache.flink.compiler.postpass.SparseKeySchema
 
equals(Object) - Method in class org.apache.flink.configuration.Configuration
 
equals(Object) - Method in class org.apache.flink.core.fs.FileInputSplit
 
equals(Object) - Method in class org.apache.flink.core.fs.FileSystem.FSKey
equals(Object) - Method in class org.apache.flink.core.fs.Path
 
equals(Object) - Method in class org.apache.flink.core.io.GenericInputSplit
 
equals(Object) - Method in class org.apache.flink.core.io.LocatableInputSplit
 
equals(Object) - Method in class org.apache.flink.core.io.StringRecord
 
equals(Object) - Method in class org.apache.flink.runtime.AbstractID
 
equals(Object) - Method in class org.apache.flink.runtime.blob.BlobKey
equals(Object) - Method in class org.apache.flink.runtime.client.AbstractJobResult
 
equals(Object) - Method in class org.apache.flink.runtime.client.JobProgressResult
 
equals(Object) - Method in class org.apache.flink.runtime.event.job.AbstractEvent
 
equals(Object) - Method in class org.apache.flink.runtime.event.job.ExecutionStateChangeEvent
 
equals(Object) - Method in class org.apache.flink.runtime.event.job.JobEvent
 
equals(Object) - Method in class org.apache.flink.runtime.event.job.RecentJobEvent
 
equals(Object) - Method in class org.apache.flink.runtime.event.job.VertexEvent
 
equals(Object) - Method in class org.apache.flink.runtime.event.task.IntegerTaskEvent
 
equals(Object) - Method in class org.apache.flink.runtime.event.task.StringTaskEvent
 
equals(Object) - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
 
equals(Object) - Method in class org.apache.flink.runtime.io.network.RemoteReceiver
 
equals(Object) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SetQueue
 
equals(Object) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
equals(Object) - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
 
equals(Object) - Method in class org.apache.flink.runtime.profiling.types.InstanceSummaryProfilingEvent
 
equals(Object) - Method in class org.apache.flink.runtime.profiling.types.ProfilingEvent
 
equals(Object) - Method in class org.apache.flink.runtime.profiling.types.SingleInstanceProfilingEvent
 
equals(Object) - Method in class org.apache.flink.runtime.profiling.types.ThreadProfilingEvent
 
equals(Object) - Method in class org.apache.flink.runtime.profiling.types.VertexProfilingEvent
 
equals(Object) - Method in class org.apache.flink.runtime.taskmanager.TaskExecutionState
 
equals(Object) - Method in class org.apache.flink.runtime.types.FileRecord
 
equals(Object) - Method in class org.apache.flink.runtime.types.IntegerRecord
 
equals(Object) - Method in class org.apache.flink.runtime.util.SerializableArrayList
 
equals(Object) - Method in class org.apache.flink.streaming.api.streamrecord.UID
 
equals(Object) - Method in class org.apache.flink.types.BooleanValue
 
equals(Object) - Method in class org.apache.flink.types.ByteValue
 
equals(Object) - Method in class org.apache.flink.types.CharValue
 
equals(Object) - Method in class org.apache.flink.types.DoubleValue
 
equals(Object) - Method in class org.apache.flink.types.FloatValue
 
equals(Object) - Method in class org.apache.flink.types.IntValue
 
equals(Object) - Method in interface org.apache.flink.types.Key
Compares the object on equality with another object.
equals(Object) - Method in class org.apache.flink.types.ListValue
 
equals(Object) - Method in class org.apache.flink.types.LongValue
 
equals(Object) - Method in class org.apache.flink.types.MapValue
 
equals(Object) - Method in class org.apache.flink.types.NullValue
 
equals(Object) - Method in class org.apache.flink.types.Pair
 
equals(Object) - Method in class org.apache.flink.types.ShortValue
 
equals(Object) - Method in class org.apache.flink.types.StringValue
 
equalsFields(int[], Value[], Value[]) - Method in class org.apache.flink.types.Record
Checks the values of this record and a given list of values at specified positions for equality.
equalTo(int...) - Method in class org.apache.flink.api.java.operators.CoGroupOperator.CoGroupOperatorSets.CoGroupOperatorSetsPredicate
Continues a CoGroup transformation and defines the Tuple fields of the second co-grouped DataSet that should be used as grouping keys.
Note: Fields can only be selected as grouping keys on Tuple DataSets.
equalTo(String...) - Method in class org.apache.flink.api.java.operators.CoGroupOperator.CoGroupOperatorSets.CoGroupOperatorSetsPredicate
Continues a CoGroup transformation and defines the fields of the second co-grouped DataSet that should be used as grouping keys.
equalTo(KeySelector<I2, K>) - Method in class org.apache.flink.api.java.operators.CoGroupOperator.CoGroupOperatorSets.CoGroupOperatorSetsPredicate
Continues a CoGroup transformation and defines a KeySelector function for the second co-grouped DataSet.
The KeySelector function is called for each element of the second DataSet and extracts a single key value on which the DataSet is grouped.
equalTo(int...) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinOperatorSets.JoinOperatorSetsPredicate
Continues a Join transformation and defines the Tuple fields of the second join DataSet that should be used as join keys.
Note: Fields can only be selected as join keys on Tuple DataSets.
The resulting JoinOperator.DefaultJoin wraps each pair of joining elements into a Tuple2, with the element of the first input being the first field of the tuple and the element of the second input being the second field of the tuple.
equalTo(String...) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinOperatorSets.JoinOperatorSetsPredicate
Continues a Join transformation and defines the fields of the second join DataSet that should be used as join keys.
The resulting JoinOperator.DefaultJoin wraps each pair of joining elements into a Tuple2, with the element of the first input being the first field of the tuple and the element of the second input being the second field of the tuple.
equalTo(KeySelector<I2, K>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinOperatorSets.JoinOperatorSetsPredicate
Continues a Join transformation and defines a KeySelector function for the second join DataSet.
The KeySelector function is called for each element of the second DataSet and extracts a single key value on which the DataSet is joined.
equalToReference(T) - Method in class org.apache.flink.api.common.typeutils.base.BasicTypeComparator
 
equalToReference(T2) - Method in class org.apache.flink.api.common.typeutils.GenericPairComparator
 
equalToReference(Record) - Method in class org.apache.flink.api.common.typeutils.record.RecordComparator
 
equalToReference(Record) - Method in class org.apache.flink.api.common.typeutils.record.RecordPairComparator
 
equalToReference(T) - Method in class org.apache.flink.api.common.typeutils.TypeComparator
Checks, whether the given element is equal to the element that has been set as the comparison reference in this comparator instance.
equalToReference(T2) - Method in class org.apache.flink.api.common.typeutils.TypePairComparator
Checks, whether the given candidate instance is equal to the reference instance, with respect to this comparator's equality definition.
equalToReference(T) - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueComparator
 
equalToReference(T) - Method in class org.apache.flink.api.java.typeutils.runtime.GenericTypeComparator
 
equalToReference(T) - Method in class org.apache.flink.api.java.typeutils.runtime.PojoComparator
 
equalToReference(T) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleComparator
 
equalToReference(T) - Method in class org.apache.flink.api.java.typeutils.runtime.ValueComparator
 
equalToReference(T) - Method in class org.apache.flink.api.java.typeutils.runtime.WritableComparator
 
escapeHtml(String) - Static method in class org.apache.flink.util.StringUtils
Helper function to escape Strings for display in HTML pages.
escapeString(String) - Method in class org.apache.flink.client.web.JobsInfoServlet
 
escapeString(String) - Method in class org.apache.flink.client.web.PactJobJSONServlet
 
estimatedNumRecords - Variable in class org.apache.flink.compiler.dag.OptimizerNode
 
estimatedOutputSize - Variable in class org.apache.flink.compiler.dag.OptimizerNode
 
EstimateProvider - Interface in org.apache.flink.compiler.dag
 
euclideanDistance(KMeans.Point) - Method in class org.apache.flink.examples.java.clustering.KMeans.Point
 
EventCollector - Class in org.apache.flink.runtime.jobmanager
The event collector collects events which occurred during the execution of a job and prepares them for being fetched by a client.
EventCollector(int) - Constructor for class org.apache.flink.runtime.jobmanager.EventCollector
Constructs a new event collector and starts its background cleanup routine.
EventList - Class in org.apache.flink.runtime.event.task
Objects of this class can store and serialize/deserialize AbstractEvent objects.
EventList() - Constructor for class org.apache.flink.runtime.event.task.EventList
 
EventListener - Interface in org.apache.flink.runtime.event.task
This interface must be implemented by all classes which shall be notified about incoming task events.
EventNotificationManager - Class in org.apache.flink.runtime.event.task
The event notification manager manages the subscription of EventListener objects to particular event types.
EventNotificationManager() - Constructor for class org.apache.flink.runtime.event.task.EventNotificationManager
 
eventOccurred(AbstractTaskEvent) - Method in interface org.apache.flink.runtime.event.task.EventListener
Called when a task event has occurred.
eventOccurred(AbstractTaskEvent) - Method in class org.apache.flink.runtime.iterative.concurrent.SuperstepBarrier
barrier will release the waiting thread if an event occurs
eventOccurred(AbstractTaskEvent) - Method in class org.apache.flink.runtime.iterative.task.SyncEventHandler
 
eventualOutputs - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The output writers for the data that this task forwards to the next task.
exception - Variable in class org.apache.flink.runtime.io.disk.iomanager.ChannelAccess
An exception that was encountered by the asynchronous request handling thread.
ExceptionHandler<E extends Throwable> - Interface in org.apache.flink.runtime.operators.sort
Interface to be implemented by classes that handle exceptions.
ExceptionInChainedStubException - Exception in org.apache.flink.runtime.operators.chaining
A special exception to indicate that an exception occurred in the nested call of a chained stub.
ExceptionInChainedStubException(String, Exception) - Constructor for exception org.apache.flink.runtime.operators.chaining.ExceptionInChainedStubException
 
exceptionUnwrap(Exception) - Static method in exception org.apache.flink.runtime.operators.chaining.ExceptionInChainedStubException
 
ExceptionUtils - Class in org.apache.flink.util
 
ExceptionUtils() - Constructor for class org.apache.flink.util.ExceptionUtils
 
excludeFromReset(int) - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
execute(Plan) - Method in class org.apache.flink.api.common.operators.CollectionExecutor
 
execute(String) - Method in class org.apache.flink.api.java.CollectionEnvironment
 
execute() - Method in class org.apache.flink.api.java.ExecutionEnvironment
Triggers the program execution.
execute(String) - Method in class org.apache.flink.api.java.ExecutionEnvironment
Triggers the program execution.
execute(String) - Method in class org.apache.flink.api.java.LocalEnvironment
 
execute(String) - Method in class org.apache.flink.api.java.RemoteEnvironment
 
execute(Program, String...) - Static method in class org.apache.flink.client.LocalExecutor
Executes the program described by the given plan assembler.
execute(Plan) - Static method in class org.apache.flink.client.LocalExecutor
Executes the program represented by the given Pact plan.
execute(String) - Method in class org.apache.flink.client.program.ContextEnvironment
 
execute(String) - Method in class org.apache.flink.client.program.PackagedProgram.PreviewPlanEnvironment
 
execute(Runnable) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
execute(Runnable) - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
 
execute(Runnable) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
execute() - Method in class org.apache.flink.streaming.api.environment.LocalStreamEnvironment
Executes the JobGraph of the on a mini cluster of CLusterUtil with a default name.
execute(String) - Method in class org.apache.flink.streaming.api.environment.LocalStreamEnvironment
Executes the JobGraph of the on a mini cluster of CLusterUtil with a user specified name.
execute() - Method in class org.apache.flink.streaming.api.environment.RemoteStreamEnvironment
 
execute(String) - Method in class org.apache.flink.streaming.api.environment.RemoteStreamEnvironment
 
execute() - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Triggers the program execution.
execute(String) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Triggers the program execution.
executeJar(String, String, String[]) - Method in class org.apache.flink.client.RemoteExecutor
 
executeOnCollections(List<T>, RuntimeContext, boolean) - Method in class org.apache.flink.api.common.operators.base.BulkIterationBase
 
executeOnCollections(List<IN1>, List<IN2>, RuntimeContext, boolean) - Method in class org.apache.flink.api.common.operators.base.CoGroupOperatorBase
 
executeOnCollections(List<IN>, RuntimeContext, boolean) - Method in class org.apache.flink.api.common.operators.base.CollectorMapOperatorBase
Deprecated.
 
executeOnCollections(List<IN1>, List<IN2>, RuntimeContext, boolean) - Method in class org.apache.flink.api.common.operators.base.CrossOperatorBase
 
executeOnCollections(List<ST>, List<WT>, RuntimeContext, boolean) - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase
 
executeOnCollections(List<T>, RuntimeContext, boolean) - Method in class org.apache.flink.api.common.operators.base.FilterOperatorBase
 
executeOnCollections(List<IN>, RuntimeContext, boolean) - Method in class org.apache.flink.api.common.operators.base.FlatMapOperatorBase
 
executeOnCollections(List<IN>, RuntimeContext, boolean) - Method in class org.apache.flink.api.common.operators.base.GroupReduceOperatorBase
 
executeOnCollections(List<IN1>, List<IN2>, RuntimeContext, boolean) - Method in class org.apache.flink.api.common.operators.base.JoinOperatorBase
 
executeOnCollections(List<IN>, RuntimeContext, boolean) - Method in class org.apache.flink.api.common.operators.base.MapOperatorBase
 
executeOnCollections(List<IN>, RuntimeContext, boolean) - Method in class org.apache.flink.api.common.operators.base.MapPartitionOperatorBase
 
executeOnCollections(List<IN>, RuntimeContext, boolean) - Method in class org.apache.flink.api.common.operators.base.PartitionOperatorBase
 
executeOnCollections(List<T>, RuntimeContext, boolean) - Method in class org.apache.flink.api.common.operators.base.ReduceOperatorBase
 
executeOnCollections(List<IN1>, List<IN2>, RuntimeContext, boolean) - Method in class org.apache.flink.api.common.operators.DualInputOperator
 
executeOnCollections(List<IN>) - Method in class org.apache.flink.api.common.operators.GenericDataSinkBase
 
executeOnCollections(boolean) - Method in class org.apache.flink.api.common.operators.GenericDataSourceBase
 
executeOnCollections(List<IN>, RuntimeContext, boolean) - Method in class org.apache.flink.api.common.operators.SingleInputOperator
 
executeOnCollections(List<T>, List<T>, RuntimeContext, boolean) - Method in class org.apache.flink.api.common.operators.Union
 
executeOnCollections(List<OUT>, List<OUT>, RuntimeContext, boolean) - Method in class org.apache.flink.compiler.util.NoOpBinaryUdfOp
 
executeOnCollections(List<OUT>, RuntimeContext, boolean) - Method in class org.apache.flink.compiler.util.NoOpUnaryUdfOp
 
executePlan(Plan) - Method in class org.apache.flink.api.common.PlanExecutor
Execute the given plan and return the runtime in milliseconds.
executePlan(Plan) - Method in class org.apache.flink.client.LocalExecutor
Execute the given plan on the local Nephele instance, wait for the job to finish and return the runtime in milliseconds.
executePlan(Plan) - Method in class org.apache.flink.client.RemoteExecutor
 
executePlanWithJars(JobWithJars) - Method in class org.apache.flink.client.RemoteExecutor
 
executeProgram(PackagedProgram, Client, int) - Method in class org.apache.flink.client.CliFrontend
 
executeTest(long) - Method in class org.apache.flink.streaming.api.environment.LocalStreamEnvironment
 
Execution - Class in org.apache.flink.runtime.executiongraph
A single execution of a vertex.
Execution(ExecutionVertex, int, long) - Constructor for class org.apache.flink.runtime.executiongraph.Execution
 
ExecutionAttemptID - Class in org.apache.flink.runtime.executiongraph
Unique identifier for the attempt to execute a tasks.
ExecutionAttemptID() - Constructor for class org.apache.flink.runtime.executiongraph.ExecutionAttemptID
 
ExecutionEdge - Class in org.apache.flink.runtime.executiongraph
 
ExecutionEdge(IntermediateResultPartition, ExecutionVertex, int) - Constructor for class org.apache.flink.runtime.executiongraph.ExecutionEdge
 
ExecutionEdge(IntermediateResultPartition, ExecutionVertex, int, ChannelID, ChannelID) - Constructor for class org.apache.flink.runtime.executiongraph.ExecutionEdge
 
ExecutionEnvironment - Class in org.apache.flink.api.java
The ExecutionEnviroment is the context in which a program is executed.
ExecutionEnvironment() - Constructor for class org.apache.flink.api.java.ExecutionEnvironment
Creates a new Execution Environment.
ExecutionGraph - Class in org.apache.flink.runtime.executiongraph
 
ExecutionGraph(JobID, String, Configuration) - Constructor for class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
ExecutionGraph(JobID, String, Configuration, List<BlobKey>, ExecutorService) - Constructor for class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
ExecutionJobVertex - Class in org.apache.flink.runtime.executiongraph
 
ExecutionJobVertex(ExecutionGraph, AbstractJobVertex, int) - Constructor for class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
 
ExecutionJobVertex(ExecutionGraph, AbstractJobVertex, int, long) - Constructor for class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
 
ExecutionListener - Interface in org.apache.flink.runtime.execution
Implementing this interface allows classes to receive notifications about changes of a task's execution state.
ExecutionMode - Enum in org.apache.flink.runtime
 
ExecutionObserver - Interface in org.apache.flink.runtime.execution
 
ExecutionState - Enum in org.apache.flink.runtime.execution
 
executionStateChanged(JobID, JobVertexID, int, ExecutionAttemptID, ExecutionState, String) - Method in interface org.apache.flink.runtime.execution.ExecutionListener
 
executionStateChanged(ExecutionState, String) - Method in interface org.apache.flink.runtime.execution.ExecutionObserver
Called when the execution state of the associated task has changed.
executionStateChanged(JobID, JobVertexID, int, ExecutionAttemptID, ExecutionState, String) - Method in class org.apache.flink.runtime.profiling.impl.EnvironmentListenerImpl
 
ExecutionStateChangeEvent - Class in org.apache.flink.runtime.event.job
An ecutionStateChangeEvent can be used to notify other objects about an execution state change of a vertex.
ExecutionStateChangeEvent(long, JobVertexID, int, ExecutionAttemptID, ExecutionState) - Constructor for class org.apache.flink.runtime.event.job.ExecutionStateChangeEvent
Constructs a new vertex event object.
ExecutionStateChangeEvent() - Constructor for class org.apache.flink.runtime.event.job.ExecutionStateChangeEvent
Constructs a new execution state change event object.
ExecutionVertex - Class in org.apache.flink.runtime.executiongraph
The ExecutionVertex is a parallel subtask of the execution.
ExecutionVertex(ExecutionJobVertex, int, IntermediateResult[]) - Constructor for class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
ExecutionVertex(ExecutionJobVertex, int, IntermediateResult[], long) - Constructor for class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
executor - Variable in class org.apache.flink.test.util.AbstractTestBase
 
ExecutorThreadFactory - Class in org.apache.flink.runtime.util
 
exists(Path) - Method in class org.apache.flink.core.fs.FileSystem
Check if exists.
ExtendedManagementProtocol - Interface in org.apache.flink.runtime.protocols
This protocol provides extended management capabilities beyond the simple JobManagementProtocol.
ExternalProcessFixedLengthInputFormat<T extends ExternalProcessInputSplit> - Class in org.apache.flink.api.java.record.io
This input format starts an external process and reads its input from the standard out (stdout) of the started process.
ExternalProcessFixedLengthInputFormat() - Constructor for class org.apache.flink.api.java.record.io.ExternalProcessFixedLengthInputFormat
 
ExternalProcessInputFormat<T extends ExternalProcessInputSplit> - Class in org.apache.flink.api.java.record.io
This input format starts an external process and reads its input from the standard out (stdout) of the started process.
ExternalProcessInputFormat() - Constructor for class org.apache.flink.api.java.record.io.ExternalProcessInputFormat
 
ExternalProcessInputSplit - Class in org.apache.flink.api.java.record.io
The ExternalProcessInputSplit contains all informations for InputFormat that read their data from external processes.
ExternalProcessInputSplit() - Constructor for class org.apache.flink.api.java.record.io.ExternalProcessInputSplit
 
ExternalProcessInputSplit(int, int, String) - Constructor for class org.apache.flink.api.java.record.io.ExternalProcessInputSplit
Instantiates an ExternalProcessInputSplit
extProcErrStream - Variable in class org.apache.flink.api.java.record.io.ExternalProcessInputFormat
The stderr stream of the external process
extProcOutStream - Variable in class org.apache.flink.api.java.record.io.ExternalProcessInputFormat
The stdout stream of the external process
extractFromSystem(long) - Static method in class org.apache.flink.runtime.instance.HardwareDescription
 
extractKeys(Object, Object[], int) - Method in class org.apache.flink.api.common.typeutils.base.BasicTypeComparator
 
extractKeys(Object, Object[], int) - Method in class org.apache.flink.api.common.typeutils.record.RecordComparator
 
extractKeys(Object, Object[], int) - Method in class org.apache.flink.api.common.typeutils.TypeComparator
Extracts the key fields from a record.
extractKeys(Object, Object[], int) - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueComparator
 
extractKeys(Object, Object[], int) - Method in class org.apache.flink.api.java.typeutils.runtime.GenericTypeComparator
 
extractKeys(Object, Object[], int) - Method in class org.apache.flink.api.java.typeutils.runtime.PojoComparator
 
extractKeys(Object, Object[], int) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleComparator
 
extractKeys(Object, Object[], int) - Method in class org.apache.flink.api.java.typeutils.runtime.ValueComparator
 
extractKeys(Object, Object[], int) - Method in class org.apache.flink.api.java.typeutils.runtime.WritableComparator
 
extractSemanticAnnotationsFromUdf(Class<?>) - Method in class org.apache.flink.api.java.operators.SingleInputUdfOperator
 
extractSemanticAnnotationsFromUdf(Class<?>) - Method in class org.apache.flink.api.java.operators.TwoInputUdfOperator
 

F

f0 - Variable in class org.apache.flink.api.java.tuple.Tuple1
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple10
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple11
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple12
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple13
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple14
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple15
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple16
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple17
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple18
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple19
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple2
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple20
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple21
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple22
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple23
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple3
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple4
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple5
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple6
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple7
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple8
Field 0 of the tuple.
f0 - Variable in class org.apache.flink.api.java.tuple.Tuple9
Field 0 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple10
Field 1 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple11
Field 1 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple12
Field 1 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple13
Field 1 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple14
Field 1 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple15
Field 1 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple16
Field 1 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple17
Field 1 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple18
Field 1 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple19
Field 1 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple2
Field 1 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple20
Field 1 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple21
Field 1 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple22
Field 1 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple23
Field 1 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 1 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 1 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple3
Field 1 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple4
Field 1 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple5
Field 1 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple6
Field 1 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple7
Field 1 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple8
Field 1 of the tuple.
f1 - Variable in class org.apache.flink.api.java.tuple.Tuple9
Field 1 of the tuple.
f10 - Variable in class org.apache.flink.api.java.tuple.Tuple11
Field 10 of the tuple.
f10 - Variable in class org.apache.flink.api.java.tuple.Tuple12
Field 10 of the tuple.
f10 - Variable in class org.apache.flink.api.java.tuple.Tuple13
Field 10 of the tuple.
f10 - Variable in class org.apache.flink.api.java.tuple.Tuple14
Field 10 of the tuple.
f10 - Variable in class org.apache.flink.api.java.tuple.Tuple15
Field 10 of the tuple.
f10 - Variable in class org.apache.flink.api.java.tuple.Tuple16
Field 10 of the tuple.
f10 - Variable in class org.apache.flink.api.java.tuple.Tuple17
Field 10 of the tuple.
f10 - Variable in class org.apache.flink.api.java.tuple.Tuple18
Field 10 of the tuple.
f10 - Variable in class org.apache.flink.api.java.tuple.Tuple19
Field 10 of the tuple.
f10 - Variable in class org.apache.flink.api.java.tuple.Tuple20
Field 10 of the tuple.
f10 - Variable in class org.apache.flink.api.java.tuple.Tuple21
Field 10 of the tuple.
f10 - Variable in class org.apache.flink.api.java.tuple.Tuple22
Field 10 of the tuple.
f10 - Variable in class org.apache.flink.api.java.tuple.Tuple23
Field 10 of the tuple.
f10 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 10 of the tuple.
f10 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 10 of the tuple.
f11 - Variable in class org.apache.flink.api.java.tuple.Tuple12
Field 11 of the tuple.
f11 - Variable in class org.apache.flink.api.java.tuple.Tuple13
Field 11 of the tuple.
f11 - Variable in class org.apache.flink.api.java.tuple.Tuple14
Field 11 of the tuple.
f11 - Variable in class org.apache.flink.api.java.tuple.Tuple15
Field 11 of the tuple.
f11 - Variable in class org.apache.flink.api.java.tuple.Tuple16
Field 11 of the tuple.
f11 - Variable in class org.apache.flink.api.java.tuple.Tuple17
Field 11 of the tuple.
f11 - Variable in class org.apache.flink.api.java.tuple.Tuple18
Field 11 of the tuple.
f11 - Variable in class org.apache.flink.api.java.tuple.Tuple19
Field 11 of the tuple.
f11 - Variable in class org.apache.flink.api.java.tuple.Tuple20
Field 11 of the tuple.
f11 - Variable in class org.apache.flink.api.java.tuple.Tuple21
Field 11 of the tuple.
f11 - Variable in class org.apache.flink.api.java.tuple.Tuple22
Field 11 of the tuple.
f11 - Variable in class org.apache.flink.api.java.tuple.Tuple23
Field 11 of the tuple.
f11 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 11 of the tuple.
f11 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 11 of the tuple.
f12 - Variable in class org.apache.flink.api.java.tuple.Tuple13
Field 12 of the tuple.
f12 - Variable in class org.apache.flink.api.java.tuple.Tuple14
Field 12 of the tuple.
f12 - Variable in class org.apache.flink.api.java.tuple.Tuple15
Field 12 of the tuple.
f12 - Variable in class org.apache.flink.api.java.tuple.Tuple16
Field 12 of the tuple.
f12 - Variable in class org.apache.flink.api.java.tuple.Tuple17
Field 12 of the tuple.
f12 - Variable in class org.apache.flink.api.java.tuple.Tuple18
Field 12 of the tuple.
f12 - Variable in class org.apache.flink.api.java.tuple.Tuple19
Field 12 of the tuple.
f12 - Variable in class org.apache.flink.api.java.tuple.Tuple20
Field 12 of the tuple.
f12 - Variable in class org.apache.flink.api.java.tuple.Tuple21
Field 12 of the tuple.
f12 - Variable in class org.apache.flink.api.java.tuple.Tuple22
Field 12 of the tuple.
f12 - Variable in class org.apache.flink.api.java.tuple.Tuple23
Field 12 of the tuple.
f12 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 12 of the tuple.
f12 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 12 of the tuple.
f13 - Variable in class org.apache.flink.api.java.tuple.Tuple14
Field 13 of the tuple.
f13 - Variable in class org.apache.flink.api.java.tuple.Tuple15
Field 13 of the tuple.
f13 - Variable in class org.apache.flink.api.java.tuple.Tuple16
Field 13 of the tuple.
f13 - Variable in class org.apache.flink.api.java.tuple.Tuple17
Field 13 of the tuple.
f13 - Variable in class org.apache.flink.api.java.tuple.Tuple18
Field 13 of the tuple.
f13 - Variable in class org.apache.flink.api.java.tuple.Tuple19
Field 13 of the tuple.
f13 - Variable in class org.apache.flink.api.java.tuple.Tuple20
Field 13 of the tuple.
f13 - Variable in class org.apache.flink.api.java.tuple.Tuple21
Field 13 of the tuple.
f13 - Variable in class org.apache.flink.api.java.tuple.Tuple22
Field 13 of the tuple.
f13 - Variable in class org.apache.flink.api.java.tuple.Tuple23
Field 13 of the tuple.
f13 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 13 of the tuple.
f13 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 13 of the tuple.
f14 - Variable in class org.apache.flink.api.java.tuple.Tuple15
Field 14 of the tuple.
f14 - Variable in class org.apache.flink.api.java.tuple.Tuple16
Field 14 of the tuple.
f14 - Variable in class org.apache.flink.api.java.tuple.Tuple17
Field 14 of the tuple.
f14 - Variable in class org.apache.flink.api.java.tuple.Tuple18
Field 14 of the tuple.
f14 - Variable in class org.apache.flink.api.java.tuple.Tuple19
Field 14 of the tuple.
f14 - Variable in class org.apache.flink.api.java.tuple.Tuple20
Field 14 of the tuple.
f14 - Variable in class org.apache.flink.api.java.tuple.Tuple21
Field 14 of the tuple.
f14 - Variable in class org.apache.flink.api.java.tuple.Tuple22
Field 14 of the tuple.
f14 - Variable in class org.apache.flink.api.java.tuple.Tuple23
Field 14 of the tuple.
f14 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 14 of the tuple.
f14 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 14 of the tuple.
f15 - Variable in class org.apache.flink.api.java.tuple.Tuple16
Field 15 of the tuple.
f15 - Variable in class org.apache.flink.api.java.tuple.Tuple17
Field 15 of the tuple.
f15 - Variable in class org.apache.flink.api.java.tuple.Tuple18
Field 15 of the tuple.
f15 - Variable in class org.apache.flink.api.java.tuple.Tuple19
Field 15 of the tuple.
f15 - Variable in class org.apache.flink.api.java.tuple.Tuple20
Field 15 of the tuple.
f15 - Variable in class org.apache.flink.api.java.tuple.Tuple21
Field 15 of the tuple.
f15 - Variable in class org.apache.flink.api.java.tuple.Tuple22
Field 15 of the tuple.
f15 - Variable in class org.apache.flink.api.java.tuple.Tuple23
Field 15 of the tuple.
f15 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 15 of the tuple.
f15 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 15 of the tuple.
f16 - Variable in class org.apache.flink.api.java.tuple.Tuple17
Field 16 of the tuple.
f16 - Variable in class org.apache.flink.api.java.tuple.Tuple18
Field 16 of the tuple.
f16 - Variable in class org.apache.flink.api.java.tuple.Tuple19
Field 16 of the tuple.
f16 - Variable in class org.apache.flink.api.java.tuple.Tuple20
Field 16 of the tuple.
f16 - Variable in class org.apache.flink.api.java.tuple.Tuple21
Field 16 of the tuple.
f16 - Variable in class org.apache.flink.api.java.tuple.Tuple22
Field 16 of the tuple.
f16 - Variable in class org.apache.flink.api.java.tuple.Tuple23
Field 16 of the tuple.
f16 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 16 of the tuple.
f16 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 16 of the tuple.
f17 - Variable in class org.apache.flink.api.java.tuple.Tuple18
Field 17 of the tuple.
f17 - Variable in class org.apache.flink.api.java.tuple.Tuple19
Field 17 of the tuple.
f17 - Variable in class org.apache.flink.api.java.tuple.Tuple20
Field 17 of the tuple.
f17 - Variable in class org.apache.flink.api.java.tuple.Tuple21
Field 17 of the tuple.
f17 - Variable in class org.apache.flink.api.java.tuple.Tuple22
Field 17 of the tuple.
f17 - Variable in class org.apache.flink.api.java.tuple.Tuple23
Field 17 of the tuple.
f17 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 17 of the tuple.
f17 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 17 of the tuple.
f18 - Variable in class org.apache.flink.api.java.tuple.Tuple19
Field 18 of the tuple.
f18 - Variable in class org.apache.flink.api.java.tuple.Tuple20
Field 18 of the tuple.
f18 - Variable in class org.apache.flink.api.java.tuple.Tuple21
Field 18 of the tuple.
f18 - Variable in class org.apache.flink.api.java.tuple.Tuple22
Field 18 of the tuple.
f18 - Variable in class org.apache.flink.api.java.tuple.Tuple23
Field 18 of the tuple.
f18 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 18 of the tuple.
f18 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 18 of the tuple.
f19 - Variable in class org.apache.flink.api.java.tuple.Tuple20
Field 19 of the tuple.
f19 - Variable in class org.apache.flink.api.java.tuple.Tuple21
Field 19 of the tuple.
f19 - Variable in class org.apache.flink.api.java.tuple.Tuple22
Field 19 of the tuple.
f19 - Variable in class org.apache.flink.api.java.tuple.Tuple23
Field 19 of the tuple.
f19 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 19 of the tuple.
f19 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 19 of the tuple.
f2 - Variable in class org.apache.flink.api.java.tuple.Tuple10
Field 2 of the tuple.
f2 - Variable in class org.apache.flink.api.java.tuple.Tuple11
Field 2 of the tuple.
f2 - Variable in class org.apache.flink.api.java.tuple.Tuple12
Field 2 of the tuple.
f2 - Variable in class org.apache.flink.api.java.tuple.Tuple13
Field 2 of the tuple.
f2 - Variable in class org.apache.flink.api.java.tuple.Tuple14
Field 2 of the tuple.
f2 - Variable in class org.apache.flink.api.java.tuple.Tuple15
Field 2 of the tuple.
f2 - Variable in class org.apache.flink.api.java.tuple.Tuple16
Field 2 of the tuple.
f2 - Variable in class org.apache.flink.api.java.tuple.Tuple17
Field 2 of the tuple.
f2 - Variable in class org.apache.flink.api.java.tuple.Tuple18
Field 2 of the tuple.
f2 - Variable in class org.apache.flink.api.java.tuple.Tuple19
Field 2 of the tuple.
f2 - Variable in class org.apache.flink.api.java.tuple.Tuple20
Field 2 of the tuple.
f2 - Variable in class org.apache.flink.api.java.tuple.Tuple21
Field 2 of the tuple.
f2 - Variable in class org.apache.flink.api.java.tuple.Tuple22
Field 2 of the tuple.
f2 - Variable in class org.apache.flink.api.java.tuple.Tuple23
Field 2 of the tuple.
f2 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 2 of the tuple.
f2 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 2 of the tuple.
f2 - Variable in class org.apache.flink.api.java.tuple.Tuple3
Field 2 of the tuple.
f2 - Variable in class org.apache.flink.api.java.tuple.Tuple4
Field 2 of the tuple.
f2 - Variable in class org.apache.flink.api.java.tuple.Tuple5
Field 2 of the tuple.
f2 - Variable in class org.apache.flink.api.java.tuple.Tuple6
Field 2 of the tuple.
f2 - Variable in class org.apache.flink.api.java.tuple.Tuple7
Field 2 of the tuple.
f2 - Variable in class org.apache.flink.api.java.tuple.Tuple8
Field 2 of the tuple.
f2 - Variable in class org.apache.flink.api.java.tuple.Tuple9
Field 2 of the tuple.
f20 - Variable in class org.apache.flink.api.java.tuple.Tuple21
Field 20 of the tuple.
f20 - Variable in class org.apache.flink.api.java.tuple.Tuple22
Field 20 of the tuple.
f20 - Variable in class org.apache.flink.api.java.tuple.Tuple23
Field 20 of the tuple.
f20 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 20 of the tuple.
f20 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 20 of the tuple.
f21 - Variable in class org.apache.flink.api.java.tuple.Tuple22
Field 21 of the tuple.
f21 - Variable in class org.apache.flink.api.java.tuple.Tuple23
Field 21 of the tuple.
f21 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 21 of the tuple.
f21 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 21 of the tuple.
f22 - Variable in class org.apache.flink.api.java.tuple.Tuple23
Field 22 of the tuple.
f22 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 22 of the tuple.
f22 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 22 of the tuple.
f23 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 23 of the tuple.
f23 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 23 of the tuple.
f24 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 24 of the tuple.
f3 - Variable in class org.apache.flink.api.java.tuple.Tuple10
Field 3 of the tuple.
f3 - Variable in class org.apache.flink.api.java.tuple.Tuple11
Field 3 of the tuple.
f3 - Variable in class org.apache.flink.api.java.tuple.Tuple12
Field 3 of the tuple.
f3 - Variable in class org.apache.flink.api.java.tuple.Tuple13
Field 3 of the tuple.
f3 - Variable in class org.apache.flink.api.java.tuple.Tuple14
Field 3 of the tuple.
f3 - Variable in class org.apache.flink.api.java.tuple.Tuple15
Field 3 of the tuple.
f3 - Variable in class org.apache.flink.api.java.tuple.Tuple16
Field 3 of the tuple.
f3 - Variable in class org.apache.flink.api.java.tuple.Tuple17
Field 3 of the tuple.
f3 - Variable in class org.apache.flink.api.java.tuple.Tuple18
Field 3 of the tuple.
f3 - Variable in class org.apache.flink.api.java.tuple.Tuple19
Field 3 of the tuple.
f3 - Variable in class org.apache.flink.api.java.tuple.Tuple20
Field 3 of the tuple.
f3 - Variable in class org.apache.flink.api.java.tuple.Tuple21
Field 3 of the tuple.
f3 - Variable in class org.apache.flink.api.java.tuple.Tuple22
Field 3 of the tuple.
f3 - Variable in class org.apache.flink.api.java.tuple.Tuple23
Field 3 of the tuple.
f3 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 3 of the tuple.
f3 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 3 of the tuple.
f3 - Variable in class org.apache.flink.api.java.tuple.Tuple4
Field 3 of the tuple.
f3 - Variable in class org.apache.flink.api.java.tuple.Tuple5
Field 3 of the tuple.
f3 - Variable in class org.apache.flink.api.java.tuple.Tuple6
Field 3 of the tuple.
f3 - Variable in class org.apache.flink.api.java.tuple.Tuple7
Field 3 of the tuple.
f3 - Variable in class org.apache.flink.api.java.tuple.Tuple8
Field 3 of the tuple.
f3 - Variable in class org.apache.flink.api.java.tuple.Tuple9
Field 3 of the tuple.
f4 - Variable in class org.apache.flink.api.java.tuple.Tuple10
Field 4 of the tuple.
f4 - Variable in class org.apache.flink.api.java.tuple.Tuple11
Field 4 of the tuple.
f4 - Variable in class org.apache.flink.api.java.tuple.Tuple12
Field 4 of the tuple.
f4 - Variable in class org.apache.flink.api.java.tuple.Tuple13
Field 4 of the tuple.
f4 - Variable in class org.apache.flink.api.java.tuple.Tuple14
Field 4 of the tuple.
f4 - Variable in class org.apache.flink.api.java.tuple.Tuple15
Field 4 of the tuple.
f4 - Variable in class org.apache.flink.api.java.tuple.Tuple16
Field 4 of the tuple.
f4 - Variable in class org.apache.flink.api.java.tuple.Tuple17
Field 4 of the tuple.
f4 - Variable in class org.apache.flink.api.java.tuple.Tuple18
Field 4 of the tuple.
f4 - Variable in class org.apache.flink.api.java.tuple.Tuple19
Field 4 of the tuple.
f4 - Variable in class org.apache.flink.api.java.tuple.Tuple20
Field 4 of the tuple.
f4 - Variable in class org.apache.flink.api.java.tuple.Tuple21
Field 4 of the tuple.
f4 - Variable in class org.apache.flink.api.java.tuple.Tuple22
Field 4 of the tuple.
f4 - Variable in class org.apache.flink.api.java.tuple.Tuple23
Field 4 of the tuple.
f4 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 4 of the tuple.
f4 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 4 of the tuple.
f4 - Variable in class org.apache.flink.api.java.tuple.Tuple5
Field 4 of the tuple.
f4 - Variable in class org.apache.flink.api.java.tuple.Tuple6
Field 4 of the tuple.
f4 - Variable in class org.apache.flink.api.java.tuple.Tuple7
Field 4 of the tuple.
f4 - Variable in class org.apache.flink.api.java.tuple.Tuple8
Field 4 of the tuple.
f4 - Variable in class org.apache.flink.api.java.tuple.Tuple9
Field 4 of the tuple.
f5 - Variable in class org.apache.flink.api.java.tuple.Tuple10
Field 5 of the tuple.
f5 - Variable in class org.apache.flink.api.java.tuple.Tuple11
Field 5 of the tuple.
f5 - Variable in class org.apache.flink.api.java.tuple.Tuple12
Field 5 of the tuple.
f5 - Variable in class org.apache.flink.api.java.tuple.Tuple13
Field 5 of the tuple.
f5 - Variable in class org.apache.flink.api.java.tuple.Tuple14
Field 5 of the tuple.
f5 - Variable in class org.apache.flink.api.java.tuple.Tuple15
Field 5 of the tuple.
f5 - Variable in class org.apache.flink.api.java.tuple.Tuple16
Field 5 of the tuple.
f5 - Variable in class org.apache.flink.api.java.tuple.Tuple17
Field 5 of the tuple.
f5 - Variable in class org.apache.flink.api.java.tuple.Tuple18
Field 5 of the tuple.
f5 - Variable in class org.apache.flink.api.java.tuple.Tuple19
Field 5 of the tuple.
f5 - Variable in class org.apache.flink.api.java.tuple.Tuple20
Field 5 of the tuple.
f5 - Variable in class org.apache.flink.api.java.tuple.Tuple21
Field 5 of the tuple.
f5 - Variable in class org.apache.flink.api.java.tuple.Tuple22
Field 5 of the tuple.
f5 - Variable in class org.apache.flink.api.java.tuple.Tuple23
Field 5 of the tuple.
f5 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 5 of the tuple.
f5 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 5 of the tuple.
f5 - Variable in class org.apache.flink.api.java.tuple.Tuple6
Field 5 of the tuple.
f5 - Variable in class org.apache.flink.api.java.tuple.Tuple7
Field 5 of the tuple.
f5 - Variable in class org.apache.flink.api.java.tuple.Tuple8
Field 5 of the tuple.
f5 - Variable in class org.apache.flink.api.java.tuple.Tuple9
Field 5 of the tuple.
f6 - Variable in class org.apache.flink.api.java.tuple.Tuple10
Field 6 of the tuple.
f6 - Variable in class org.apache.flink.api.java.tuple.Tuple11
Field 6 of the tuple.
f6 - Variable in class org.apache.flink.api.java.tuple.Tuple12
Field 6 of the tuple.
f6 - Variable in class org.apache.flink.api.java.tuple.Tuple13
Field 6 of the tuple.
f6 - Variable in class org.apache.flink.api.java.tuple.Tuple14
Field 6 of the tuple.
f6 - Variable in class org.apache.flink.api.java.tuple.Tuple15
Field 6 of the tuple.
f6 - Variable in class org.apache.flink.api.java.tuple.Tuple16
Field 6 of the tuple.
f6 - Variable in class org.apache.flink.api.java.tuple.Tuple17
Field 6 of the tuple.
f6 - Variable in class org.apache.flink.api.java.tuple.Tuple18
Field 6 of the tuple.
f6 - Variable in class org.apache.flink.api.java.tuple.Tuple19
Field 6 of the tuple.
f6 - Variable in class org.apache.flink.api.java.tuple.Tuple20
Field 6 of the tuple.
f6 - Variable in class org.apache.flink.api.java.tuple.Tuple21
Field 6 of the tuple.
f6 - Variable in class org.apache.flink.api.java.tuple.Tuple22
Field 6 of the tuple.
f6 - Variable in class org.apache.flink.api.java.tuple.Tuple23
Field 6 of the tuple.
f6 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 6 of the tuple.
f6 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 6 of the tuple.
f6 - Variable in class org.apache.flink.api.java.tuple.Tuple7
Field 6 of the tuple.
f6 - Variable in class org.apache.flink.api.java.tuple.Tuple8
Field 6 of the tuple.
f6 - Variable in class org.apache.flink.api.java.tuple.Tuple9
Field 6 of the tuple.
f7 - Variable in class org.apache.flink.api.java.tuple.Tuple10
Field 7 of the tuple.
f7 - Variable in class org.apache.flink.api.java.tuple.Tuple11
Field 7 of the tuple.
f7 - Variable in class org.apache.flink.api.java.tuple.Tuple12
Field 7 of the tuple.
f7 - Variable in class org.apache.flink.api.java.tuple.Tuple13
Field 7 of the tuple.
f7 - Variable in class org.apache.flink.api.java.tuple.Tuple14
Field 7 of the tuple.
f7 - Variable in class org.apache.flink.api.java.tuple.Tuple15
Field 7 of the tuple.
f7 - Variable in class org.apache.flink.api.java.tuple.Tuple16
Field 7 of the tuple.
f7 - Variable in class org.apache.flink.api.java.tuple.Tuple17
Field 7 of the tuple.
f7 - Variable in class org.apache.flink.api.java.tuple.Tuple18
Field 7 of the tuple.
f7 - Variable in class org.apache.flink.api.java.tuple.Tuple19
Field 7 of the tuple.
f7 - Variable in class org.apache.flink.api.java.tuple.Tuple20
Field 7 of the tuple.
f7 - Variable in class org.apache.flink.api.java.tuple.Tuple21
Field 7 of the tuple.
f7 - Variable in class org.apache.flink.api.java.tuple.Tuple22
Field 7 of the tuple.
f7 - Variable in class org.apache.flink.api.java.tuple.Tuple23
Field 7 of the tuple.
f7 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 7 of the tuple.
f7 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 7 of the tuple.
f7 - Variable in class org.apache.flink.api.java.tuple.Tuple8
Field 7 of the tuple.
f7 - Variable in class org.apache.flink.api.java.tuple.Tuple9
Field 7 of the tuple.
f8 - Variable in class org.apache.flink.api.java.tuple.Tuple10
Field 8 of the tuple.
f8 - Variable in class org.apache.flink.api.java.tuple.Tuple11
Field 8 of the tuple.
f8 - Variable in class org.apache.flink.api.java.tuple.Tuple12
Field 8 of the tuple.
f8 - Variable in class org.apache.flink.api.java.tuple.Tuple13
Field 8 of the tuple.
f8 - Variable in class org.apache.flink.api.java.tuple.Tuple14
Field 8 of the tuple.
f8 - Variable in class org.apache.flink.api.java.tuple.Tuple15
Field 8 of the tuple.
f8 - Variable in class org.apache.flink.api.java.tuple.Tuple16
Field 8 of the tuple.
f8 - Variable in class org.apache.flink.api.java.tuple.Tuple17
Field 8 of the tuple.
f8 - Variable in class org.apache.flink.api.java.tuple.Tuple18
Field 8 of the tuple.
f8 - Variable in class org.apache.flink.api.java.tuple.Tuple19
Field 8 of the tuple.
f8 - Variable in class org.apache.flink.api.java.tuple.Tuple20
Field 8 of the tuple.
f8 - Variable in class org.apache.flink.api.java.tuple.Tuple21
Field 8 of the tuple.
f8 - Variable in class org.apache.flink.api.java.tuple.Tuple22
Field 8 of the tuple.
f8 - Variable in class org.apache.flink.api.java.tuple.Tuple23
Field 8 of the tuple.
f8 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 8 of the tuple.
f8 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 8 of the tuple.
f8 - Variable in class org.apache.flink.api.java.tuple.Tuple9
Field 8 of the tuple.
f9 - Variable in class org.apache.flink.api.java.tuple.Tuple10
Field 9 of the tuple.
f9 - Variable in class org.apache.flink.api.java.tuple.Tuple11
Field 9 of the tuple.
f9 - Variable in class org.apache.flink.api.java.tuple.Tuple12
Field 9 of the tuple.
f9 - Variable in class org.apache.flink.api.java.tuple.Tuple13
Field 9 of the tuple.
f9 - Variable in class org.apache.flink.api.java.tuple.Tuple14
Field 9 of the tuple.
f9 - Variable in class org.apache.flink.api.java.tuple.Tuple15
Field 9 of the tuple.
f9 - Variable in class org.apache.flink.api.java.tuple.Tuple16
Field 9 of the tuple.
f9 - Variable in class org.apache.flink.api.java.tuple.Tuple17
Field 9 of the tuple.
f9 - Variable in class org.apache.flink.api.java.tuple.Tuple18
Field 9 of the tuple.
f9 - Variable in class org.apache.flink.api.java.tuple.Tuple19
Field 9 of the tuple.
f9 - Variable in class org.apache.flink.api.java.tuple.Tuple20
Field 9 of the tuple.
f9 - Variable in class org.apache.flink.api.java.tuple.Tuple21
Field 9 of the tuple.
f9 - Variable in class org.apache.flink.api.java.tuple.Tuple22
Field 9 of the tuple.
f9 - Variable in class org.apache.flink.api.java.tuple.Tuple23
Field 9 of the tuple.
f9 - Variable in class org.apache.flink.api.java.tuple.Tuple24
Field 9 of the tuple.
f9 - Variable in class org.apache.flink.api.java.tuple.Tuple25
Field 9 of the tuple.
fail(Throwable) - Method in class org.apache.flink.runtime.executiongraph.Execution
This method fails the vertex due to an external condition.
fail(Throwable) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
fail(Throwable) - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
 
fail(Throwable) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
failExternally(Throwable) - Method in class org.apache.flink.runtime.taskmanager.Task
Sets the tasks to be cancelled and reports a failure back to the master.
FallbackLibraryCacheManager - Class in org.apache.flink.runtime.execution.librarycache
 
FallbackLibraryCacheManager() - Constructor for class org.apache.flink.runtime.execution.librarycache.FallbackLibraryCacheManager
 
FALSE - Static variable in class org.apache.flink.types.BooleanValue
 
favorite_color - Variable in class org.apache.flink.api.io.avro.example.User
Deprecated.
favorite_number - Variable in class org.apache.flink.api.io.avro.example.User
Deprecated.
field(Class<? extends Value>, int) - Method in class org.apache.flink.api.java.record.io.CsvInputFormat.AbstractConfigBuilder
 
field(Class<? extends Value>, int, float) - Method in class org.apache.flink.api.java.record.io.CsvInputFormat.AbstractConfigBuilder
 
field(Class<? extends Value>, int) - Method in class org.apache.flink.api.java.record.io.CsvOutputFormat.AbstractConfigBuilder
Adds a field of the record to be serialized to the output.
field - Variable in class org.apache.flink.api.java.typeutils.PojoField
 
FIELD_COUNT_KEY - Static variable in class org.apache.flink.api.java.record.io.jdbc.JDBCOutputFormat
 
FIELD_DELIMITER_PARAMETER - Static variable in class org.apache.flink.api.java.record.io.CsvOutputFormat
 
FIELD_POS - Static variable in class org.apache.flink.api.java.record.io.TextInputFormat
 
FIELD_TYPE_KEY - Static variable in class org.apache.flink.api.java.record.io.jdbc.JDBCOutputFormat
 
FIELD_TYPE_PARAMETER_PREFIX - Static variable in class org.apache.flink.api.java.record.io.CsvOutputFormat
 
fieldDelimiter - Variable in class org.apache.flink.api.java.io.CsvReader
 
fieldDelimiter(char) - Method in class org.apache.flink.api.java.io.CsvReader
Configures the delimiter that separates the fields within a row.
fieldDelimiter(char) - Method in class org.apache.flink.api.java.record.io.CsvInputFormat.AbstractConfigBuilder
Sets the delimiter that delimits the individual fields in the records textual input representation.
fieldDelimiter(char) - Method in class org.apache.flink.api.java.record.io.CsvOutputFormat.AbstractConfigBuilder
Sets the delimiter that delimits the individual fields in the records textual output representation.
FieldList - Class in org.apache.flink.api.common.operators.util
Immutable ordered list of fields IDs.
FieldList() - Constructor for class org.apache.flink.api.common.operators.util.FieldList
 
FieldList(int) - Constructor for class org.apache.flink.api.common.operators.util.FieldList
 
FieldList(Integer) - Constructor for class org.apache.flink.api.common.operators.util.FieldList
 
FieldList(int...) - Constructor for class org.apache.flink.api.common.operators.util.FieldList
 
FieldParser<T> - Class in org.apache.flink.types.parser
A FieldParser is used parse a field from a sequence of bytes.
FieldParser() - Constructor for class org.apache.flink.types.parser.FieldParser
 
FieldParser.ParseErrorState - Enum in org.apache.flink.types.parser
An enumeration of different types of errors that may occur.
fields - Variable in class org.apache.flink.api.java.operators.ProjectOperator
 
fieldSerializers - Variable in class org.apache.flink.api.java.typeutils.runtime.TupleSerializerBase
 
FieldSet - Class in org.apache.flink.api.common.operators.util
Immutable unordered collection of fields IDs.
FieldSet() - Constructor for class org.apache.flink.api.common.operators.util.FieldSet
Creates a new empty set of fields.
FieldSet(Integer) - Constructor for class org.apache.flink.api.common.operators.util.FieldSet
Creates a set with one field.
FieldSet(int...) - Constructor for class org.apache.flink.api.common.operators.util.FieldSet
Creates a set with the given fields.
FieldSet(int[], boolean) - Constructor for class org.apache.flink.api.common.operators.util.FieldSet
Creates a set with the given fields.
FieldSet(Collection<Integer>) - Constructor for class org.apache.flink.api.common.operators.util.FieldSet
 
FieldsPartitioner<T> - Class in org.apache.flink.streaming.partitioner
Partitioner that selects the same (one) channel for two Tuples having a specified fields equal.
FieldsPartitioner(int) - Constructor for class org.apache.flink.streaming.partitioner.FieldsPartitioner
 
FILE_PARAMETER_KEY - Static variable in class org.apache.flink.api.common.io.FileOutputFormat
The key under which the name of the target path is stored in the configuration.
FileCache - Class in org.apache.flink.runtime.filecache
The FileCache is used to create the local files for the registered cache files when a task is deployed.
FileCache() - Constructor for class org.apache.flink.runtime.filecache.FileCache
 
fileChannel - Variable in class org.apache.flink.runtime.io.disk.iomanager.ChannelAccess
A file channel for NIO access to the file.
FileDataSink - Class in org.apache.flink.api.java.record.operators
Deprecated.
FileDataSink(FileOutputFormat<Record>, String, String) - Constructor for class org.apache.flink.api.java.record.operators.FileDataSink
Deprecated.
Creates a FileDataSink with the provided FileOutputFormat implementation and the given name, writing to the file indicated by the given path.
FileDataSink(FileOutputFormat<Record>, String) - Constructor for class org.apache.flink.api.java.record.operators.FileDataSink
Deprecated.
Creates a FileDataSink with the provided FileOutputFormat implementation and a default name, writing to the file indicated by the given path.
FileDataSink(FileOutputFormat<Record>, String, Operator<Record>) - Constructor for class org.apache.flink.api.java.record.operators.FileDataSink
Deprecated.
Creates a FileDataSink with the provided FileOutputFormat implementation the default name, writing to the file indicated by the given path.
FileDataSink(FileOutputFormat<Record>, String, List<Operator<Record>>) - Constructor for class org.apache.flink.api.java.record.operators.FileDataSink
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
FileDataSink(FileOutputFormat<Record>, String, Operator<Record>, String) - Constructor for class org.apache.flink.api.java.record.operators.FileDataSink
Deprecated.
Creates a FileDataSink with the provided FileOutputFormat implementation and the given name, writing to the file indicated by the given path.
FileDataSink(FileOutputFormat<Record>, String, List<Operator<Record>>, String) - Constructor for class org.apache.flink.api.java.record.operators.FileDataSink
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
FileDataSink(Class<? extends FileOutputFormat<Record>>, String, String) - Constructor for class org.apache.flink.api.java.record.operators.FileDataSink
Deprecated.
Creates a FileDataSink with the provided FileOutputFormat implementation and the given name, writing to the file indicated by the given path.
FileDataSink(Class<? extends FileOutputFormat<Record>>, String) - Constructor for class org.apache.flink.api.java.record.operators.FileDataSink
Deprecated.
Creates a FileDataSink with the provided FileOutputFormat implementation and a default name, writing to the file indicated by the given path.
FileDataSink(Class<? extends FileOutputFormat<Record>>, String, Operator<Record>) - Constructor for class org.apache.flink.api.java.record.operators.FileDataSink
Deprecated.
Creates a FileDataSink with the provided FileOutputFormat implementation the default name, writing to the file indicated by the given path.
FileDataSink(Class<? extends FileOutputFormat<Record>>, String, List<Operator<Record>>) - Constructor for class org.apache.flink.api.java.record.operators.FileDataSink
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
FileDataSink(Class<? extends FileOutputFormat<Record>>, String, Operator<Record>, String) - Constructor for class org.apache.flink.api.java.record.operators.FileDataSink
Deprecated.
Creates a FileDataSink with the provided FileOutputFormat implementation and the given name, writing to the file indicated by the given path.
FileDataSink(Class<? extends FileOutputFormat<Record>>, String, List<Operator<Record>>, String) - Constructor for class org.apache.flink.api.java.record.operators.FileDataSink
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
FileDataSinkBase<IN> - Class in org.apache.flink.api.common.operators.base
Operator for nodes which act as data sinks, storing the data they receive in a file instead of sending it to another contract.
FileDataSinkBase(FileOutputFormat<IN>, UnaryOperatorInformation<IN, Nothing>, String, String) - Constructor for class org.apache.flink.api.common.operators.base.FileDataSinkBase
Creates a FileDataSink with the provided FileOutputFormat implementation and the given name, writing to the file indicated by the given path.
FileDataSinkBase(UserCodeWrapper<FileOutputFormat<IN>>, UnaryOperatorInformation<IN, Nothing>, String, String) - Constructor for class org.apache.flink.api.common.operators.base.FileDataSinkBase
Creates a FileDataSink with the provided FileOutputFormat implementation and the given name, writing to the file indicated by the given path.
FileDataSource - Class in org.apache.flink.api.java.record.operators
Deprecated.
FileDataSource(FileInputFormat<Record>, String, String) - Constructor for class org.apache.flink.api.java.record.operators.FileDataSource
Deprecated.
Creates a new instance for the given file using the given file input format.
FileDataSource(FileInputFormat<Record>, String) - Constructor for class org.apache.flink.api.java.record.operators.FileDataSource
Deprecated.
Creates a new instance for the given file using the given input format.
FileDataSource(Class<? extends FileInputFormat<Record>>, String, String) - Constructor for class org.apache.flink.api.java.record.operators.FileDataSource
Deprecated.
Creates a new instance for the given file using the given file input format.
FileDataSource(Class<? extends FileInputFormat<Record>>, String) - Constructor for class org.apache.flink.api.java.record.operators.FileDataSource
Deprecated.
Creates a new instance for the given file using the given input format.
FileDataSourceBase<OUT> - Class in org.apache.flink.api.common.operators.base
Operator for input nodes which read data from files.
FileDataSourceBase(FileInputFormat<OUT>, OperatorInformation<OUT>, String, String) - Constructor for class org.apache.flink.api.common.operators.base.FileDataSourceBase
Creates a new instance for the given file using the given file input format.
FileDataSourceBase(FileInputFormat<OUT>, OperatorInformation<OUT>, String) - Constructor for class org.apache.flink.api.common.operators.base.FileDataSourceBase
Creates a new instance for the given file using the given input format.
FileDataSourceBase(Class<? extends FileInputFormat<OUT>>, OperatorInformation<OUT>, String, String) - Constructor for class org.apache.flink.api.common.operators.base.FileDataSourceBase
Creates a new instance for the given file using the given file input format.
FileDataSourceBase(Class<? extends FileInputFormat<OUT>>, OperatorInformation<OUT>, String) - Constructor for class org.apache.flink.api.common.operators.base.FileDataSourceBase
Creates a new instance for the given file using the given input format.
FileInputFormat<OT> - Class in org.apache.flink.api.common.io
The base class for InputFormats that read from files.
FileInputFormat() - Constructor for class org.apache.flink.api.common.io.FileInputFormat
 
FileInputFormat(Path) - Constructor for class org.apache.flink.api.common.io.FileInputFormat
 
FileInputFormat - Class in org.apache.flink.api.java.record.io
The base interface for input formats that read Records from a file.
FileInputFormat() - Constructor for class org.apache.flink.api.java.record.io.FileInputFormat
 
FileInputFormat.AbstractConfigBuilder<T> - Class in org.apache.flink.api.common.io
Abstract builder used to set parameters to the input format's configuration in a fluent way.
FileInputFormat.AbstractConfigBuilder(Configuration) - Constructor for class org.apache.flink.api.common.io.FileInputFormat.AbstractConfigBuilder
Creates a new builder for the given configuration.
FileInputFormat.ConfigBuilder - Class in org.apache.flink.api.common.io
A builder used to set parameters to the input format's configuration in a fluent way.
FileInputFormat.ConfigBuilder(Configuration) - Constructor for class org.apache.flink.api.common.io.FileInputFormat.ConfigBuilder
Creates a new builder for the given configuration.
FileInputFormat.FileBaseStatistics - Class in org.apache.flink.api.common.io
Encapsulation of the basic statistics the optimizer obtains about a file.
FileInputFormat.FileBaseStatistics(long, long, float) - Constructor for class org.apache.flink.api.common.io.FileInputFormat.FileBaseStatistics
Creates a new statistics object.
FileInputFormat.InputSplitOpenThread - Class in org.apache.flink.api.common.io
Obtains a DataInputStream in an thread that is not interrupted.
FileInputFormat.InputSplitOpenThread(FileInputSplit, long) - Constructor for class org.apache.flink.api.common.io.FileInputFormat.InputSplitOpenThread
 
FileInputSplit - Class in org.apache.flink.core.fs
A file input split provides information on a particular part of a file, possibly hosted on a distributed file system and replicated among several hosts.
FileInputSplit(int, Path, long, long, String[]) - Constructor for class org.apache.flink.core.fs.FileInputSplit
Constructs a split with host information.
FileInputSplit() - Constructor for class org.apache.flink.core.fs.FileInputSplit
Default constructor for deserialization.
fileModTime - Variable in class org.apache.flink.api.common.io.FileInputFormat.FileBaseStatistics
 
fileOutputCommitterWrapper - Variable in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordOutputFormat
 
FileOutputFormat<IT> - Class in org.apache.flink.api.common.io
The abstract base class for all output formats that are file based.
FileOutputFormat() - Constructor for class org.apache.flink.api.common.io.FileOutputFormat
 
FileOutputFormat(Path) - Constructor for class org.apache.flink.api.common.io.FileOutputFormat
 
FileOutputFormat - Class in org.apache.flink.api.java.record.io
The abstract base class for all output formats that are file based.
FileOutputFormat() - Constructor for class org.apache.flink.api.java.record.io.FileOutputFormat
 
FileOutputFormat.AbstractConfigBuilder<T> - Class in org.apache.flink.api.common.io
A builder used to set parameters to the output format's configuration in a fluent way.
FileOutputFormat.AbstractConfigBuilder(Configuration) - Constructor for class org.apache.flink.api.common.io.FileOutputFormat.AbstractConfigBuilder
Creates a new builder for the given configuration.
FileOutputFormat.ConfigBuilder - Class in org.apache.flink.api.common.io
A builder used to set parameters to the input format's configuration in a fluent way.
FileOutputFormat.ConfigBuilder(Configuration) - Constructor for class org.apache.flink.api.common.io.FileOutputFormat.ConfigBuilder
Creates a new builder for the given configuration.
FileOutputFormat.OutputDirectoryMode - Enum in org.apache.flink.api.common.io
Behavior for creating output directories.
filePath - Variable in class org.apache.flink.api.common.cache.DistributedCache.DistributedCacheEntry
 
filePath(String) - Method in class org.apache.flink.api.common.io.FileInputFormat.AbstractConfigBuilder
Sets the path to the file or directory to be read by this file input format.
filePath - Variable in class org.apache.flink.api.common.io.FileInputFormat
The path to the file that contains the input.
filePath - Variable in class org.apache.flink.api.common.operators.base.FileDataSinkBase
 
filePath - Variable in class org.apache.flink.api.common.operators.base.FileDataSourceBase
 
FileRecord - Class in org.apache.flink.runtime.types
 
FileRecord() - Constructor for class org.apache.flink.runtime.types.FileRecord
 
FileRecord(String) - Constructor for class org.apache.flink.runtime.types.FileRecord
 
fileSize - Variable in class org.apache.flink.api.common.io.FileInputFormat.FileBaseStatistics
 
FileSourceFunction - Class in org.apache.flink.streaming.api.function.source
 
FileSourceFunction(String) - Constructor for class org.apache.flink.streaming.api.function.source.FileSourceFunction
 
FileStatus - Interface in org.apache.flink.core.fs
Interface that represents the client side information for a file independent of the file system.
FileStreamFunction - Class in org.apache.flink.streaming.api.function.source
 
FileStreamFunction(String) - Constructor for class org.apache.flink.streaming.api.function.source.FileStreamFunction
 
FileSystem - Class in org.apache.flink.core.fs
An abstract base class for a fairly generic file system.
FileSystem() - Constructor for class org.apache.flink.core.fs.FileSystem
 
FileSystem.FSKey - Class in org.apache.flink.core.fs
An auxiliary class to identify a file system by its scheme and its authority.
FileSystem.FSKey(String, String) - Constructor for class org.apache.flink.core.fs.FileSystem.FSKey
Creates a file system key from a given scheme and an authority.
FileSystem.WriteMode - Enum in org.apache.flink.core.fs
Enumeration for write modes.
FILESYSTEM_DEFAULT_OVERWRITE_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
Key to specify whether the file systems should simply overwrite existing files.
FILESYSTEM_OUTPUT_ALWAYS_CREATE_DIRECTORY_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
Key to specify whether the file systems should always create a directory for the output, even with a parallelism of one.
FileUtils - Class in org.apache.flink.runtime.util
This is a utility class to deal with temporary files.
filter(T) - Method in interface org.apache.flink.api.common.functions.FilterFunction
The filter function that evaluates the predicate.
filter(T) - Method in class org.apache.flink.api.common.functions.RichFilterFunction
 
filter(FilterFunction<T>) - Method in class org.apache.flink.api.java.DataSet
Applies a Filter transformation on a DataSet.
The transformation calls a RichFilterFunction for each element of the DataSet and retains only those element for which the function returns true.
filter(Tuple2<Tuple2<Long, Double>, Tuple2<Long, Double>>) - Method in class org.apache.flink.examples.java.graph.PageRankBasic.EpsilonFilter
 
filter(Tuple) - Method in class org.apache.flink.examples.java.relational.EmptyFieldsCountAccumulator.EmptyFieldFilter
 
filter(Tuple3<Integer, String, Integer>) - Method in class org.apache.flink.examples.java.relational.WebLogAnalysis.FilterByRank
Filters for records of the rank relation where the rank is greater than the given threshold.
filter(Tuple2<String, String>) - Method in class org.apache.flink.examples.java.relational.WebLogAnalysis.FilterDocByKeyWords
Filters for documents that contain all of the given keywords and projects the records on the URL field.
filter(Tuple2<String, String>) - Method in class org.apache.flink.examples.java.relational.WebLogAnalysis.FilterVisitsByDate
Filters for records of the visits relation where the year of visit is equal to a specified value.
filter(FilterFunction<OUT>) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Applies a Filter transformation on a DataStream.
filterByCodeAnnotations(OptimizerNode, int) - Method in class org.apache.flink.compiler.dataproperties.InterestingProperties
 
filterByNodesConstantSet(OptimizerNode, int) - Method in class org.apache.flink.compiler.dataproperties.GlobalProperties
Filters these properties by what can be preserved through the given output contract.
filterByNodesConstantSet(OptimizerNode, int) - Method in class org.apache.flink.compiler.dataproperties.LocalProperties
Filters these properties by what can be preserved through a user function's constant fields set.
filterByNodesConstantSet(OptimizerNode, int) - Method in class org.apache.flink.compiler.dataproperties.RequestedGlobalProperties
Filters these properties by what can be preserved by the given node when propagated down to the given input.
filterByNodesConstantSet(OptimizerNode, int) - Method in class org.apache.flink.compiler.dataproperties.RequestedLocalProperties
Filters these properties by what can be preserved through a user function's constant fields set.
FilterDescriptor - Class in org.apache.flink.compiler.operators
 
FilterDescriptor() - Constructor for class org.apache.flink.compiler.operators.FilterDescriptor
 
FilterFunction<T> - Interface in org.apache.flink.api.common.functions
base interface for Filter functions.
FilterInvokable<IN> - Class in org.apache.flink.streaming.api.invokable.operator
 
FilterInvokable(FilterFunction<IN>) - Constructor for class org.apache.flink.streaming.api.invokable.operator.FilterInvokable
 
FilterNode - Class in org.apache.flink.compiler.dag
The optimizer's internal representation of a FlatMap operator node.
FilterNode(FilterOperatorBase<?, ?>) - Constructor for class org.apache.flink.compiler.dag.FilterNode
 
FilterOperator<T> - Class in org.apache.flink.api.java.operators
This operator represents the application of a "filter" function on a data set, and the result data set produced by the function.
FilterOperator(DataSet<T>, FilterFunction<T>) - Constructor for class org.apache.flink.api.java.operators.FilterOperator
 
FilterOperatorBase<T,FT extends FlatMapFunction<T,T>> - Class in org.apache.flink.api.common.operators.base
 
FilterOperatorBase(UserCodeWrapper<FT>, UnaryOperatorInformation<T, T>, String) - Constructor for class org.apache.flink.api.common.operators.base.FilterOperatorBase
 
FilterOperatorBase(FT, UnaryOperatorInformation<T, T>, String) - Constructor for class org.apache.flink.api.common.operators.base.FilterOperatorBase
 
FilterOperatorBase(Class<? extends FT>, UnaryOperatorInformation<T, T>, String) - Constructor for class org.apache.flink.api.common.operators.base.FilterOperatorBase
 
finalizeBuildPhase(IOManager, Channel.Enumerator, LinkedBlockingQueue<MemorySegment>) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
 
finalizeProbePhase(List<MemorySegment>, List<HashPartition<BT, PT>>) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
 
finalizeProbePhase(List<MemorySegment>, List<HashPartition<BT, PT>>) - Method in class org.apache.flink.runtime.operators.hash.ReOpenableHashPartition
 
find(String) - Method in class org.apache.flink.core.io.StringRecord
 
find(String, int) - Method in class org.apache.flink.core.io.StringRecord
Finds any occurrence of what in the backing buffer, starting as position start.
find(CharSequence) - Method in class org.apache.flink.types.StringValue
Finds any occurrence of the str character sequence in this StringValue.
find(CharSequence, int) - Method in class org.apache.flink.types.StringValue
Finds any occurrence of the str character sequence in this StringValue.
findVertexByID(JobVertexID) - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Searches for a vertex with a matching ID and returns it.
finish() - Method in class org.apache.flink.api.java.io.jdbc.JDBCInputFormat.JDBCInputFormatBuilder
 
finish() - Method in class org.apache.flink.api.java.io.jdbc.JDBCOutputFormat.JDBCOutputFormatBuilder
Finalizes the configuration and checks validity.
first(int) - Method in class org.apache.flink.api.java.DataSet
Returns a new set containing the first n elements in this DataSet.
first(int) - Method in class org.apache.flink.api.java.operators.SortedGrouping
Returns a new set containing the first n elements in this grouped and sorted DataSet.
first(int) - Method in class org.apache.flink.api.java.operators.UnsortedGrouping
Returns a new set containing the first n elements in this grouped DataSet.
first - Variable in class org.apache.flink.streaming.api.function.aggregation.MinByAggregationFunction
 
firstDam() - Method in enum org.apache.flink.runtime.operators.DriverStrategy
 
FirstReducer<T> - Class in org.apache.flink.api.java.functions
 
FirstReducer(int) - Constructor for class org.apache.flink.api.java.functions.FirstReducer
 
FixedLengthInputFormat - Class in org.apache.flink.api.java.record.io
 
FixedLengthInputFormat() - Constructor for class org.apache.flink.api.java.record.io.FixedLengthInputFormat
Constructor only sets the key and value classes
FixedLengthRecordSorter<T> - Class in org.apache.flink.runtime.operators.sort
 
FixedLengthRecordSorter(TypeSerializer<T>, TypeComparator<T>, List<MemorySegment>) - Constructor for class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
 
FLAG_LAST_BLOCK - Static variable in class org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
The flag marking a block as the last block.
FlatCombineFunction<T> - Interface in org.apache.flink.api.common.functions
Generic interface used for combine functions ("combiners").
FlatJoinFunction<IN1,IN2,OUT> - Interface in org.apache.flink.api.common.functions
Interface for Join functions.
flatMap(T, Collector<O>) - Method in interface org.apache.flink.api.common.functions.FlatMapFunction
The core method of the FlatMapFunction.
flatMap(IN, Collector<OUT>) - Method in class org.apache.flink.api.common.functions.RichFlatMapFunction
 
flatMap(X, Collector<X>) - Method in class org.apache.flink.api.common.operators.base.BulkIterationBase.TerminationCriterionMapper
 
flatMap(FlatMapFunction<T, R>) - Method in class org.apache.flink.api.java.DataSet
Applies a FlatMap transformation on a DataSet.
The transformation calls a RichFlatMapFunction for each element of the DataSet.
flatMap(IN) - Method in class org.apache.flink.api.java.functions.FlatMapIterator
The core method of the function.
flatMap(IN, Collector<OUT>) - Method in class org.apache.flink.api.java.functions.FlatMapIterator
Delegates calls to the FlatMapIterator.flatMap(Object) method.
flatMap(T, Collector<T>) - Method in class org.apache.flink.api.java.operators.translation.PlanFilterOperator.FlatMapFilter
 
flatMap(Tuple2<Long, Long>, Collector<Tuple2<Long, Long>>) - Method in class org.apache.flink.examples.java.graph.ConnectedComponents.UndirectEdge
 
flatMap(Tuple2<Tuple2<Long, Double>, Tuple2<Long, Long[]>>, Collector<Tuple2<Long, Double>>) - Method in class org.apache.flink.examples.java.graph.PageRankBasic.JoinVertexWithEdgesMatch
 
flatMap(String, Collector<Tuple2<String, Integer>>) - Method in class org.apache.flink.examples.java.remotecollectoroutputformat.RemoteCollectorOutputFormatExample.LineSplitter
 
flatMap(String, Collector<PojoExample.Word>) - Method in class org.apache.flink.examples.java.wordcount.PojoExample.Tokenizer
 
flatMap(String, Collector<Tuple2<String, Integer>>) - Method in class org.apache.flink.examples.java.wordcount.WordCount.Tokenizer
 
flatMap(Tuple2<KEYIN, VALUEIN>, Collector<Tuple2<KEYOUT, VALUEOUT>>) - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopMapFunction
 
flatMap(Tuple2<LongWritable, Text>, Collector<Tuple2<String, Integer>>) - Method in class org.apache.flink.hadoopcompatibility.mapreduce.example.WordCount.Tokenizer
 
flatMap(CoFlatMapFunction<IN1, IN2, OUT>) - Method in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
Applies a CoFlatMap transformation on a ConnectedDataStream and maps the output to a common type.
flatMap(FlatMapFunction<OUT, R>) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Applies a FlatMap transformation on a DataStream.
flatMap(String, Collector<String>) - Method in class org.apache.flink.streaming.connectors.twitter.TwitterLocal.SelectLanguageFlatMap
Select the language from the incoming JSON text
flatMap(String, Collector<Tuple5<Long, Integer, String, String, String>>) - Method in class org.apache.flink.streaming.connectors.twitter.TwitterStreaming.SelectDataFlatMap
 
flatMap(String, Collector<String>) - Method in class org.apache.flink.streaming.examples.twitter.TwitterStream.SelectEnglishAndTokenizeFlatMap
Select the language from the incoming JSON text
flatMap(Tuple2<String, Integer>, Collector<Tuple2<String, Integer>>) - Method in class org.apache.flink.streaming.examples.twitter.TwitterStream.SelectMaxOccurence
 
flatMap(String, Collector<Tuple2<String, Integer>>) - Method in class org.apache.flink.streaming.examples.wordcount.WordCount.Tokenizer
 
flatMap1(IN1, Collector<OUT>) - Method in interface org.apache.flink.streaming.api.function.co.CoFlatMapFunction
 
flatMap1(Tuple2<String, Integer>, Collector<Tuple3<String, Integer, Integer>>) - Method in class org.apache.flink.streaming.examples.join.JoinTask
 
flatMap1(Tuple3<String, Integer, Long>, Collector<Tuple3<String, Integer, Integer>>) - Method in class org.apache.flink.streaming.examples.window.join.WindowJoinTask
 
flatMap2(IN2, Collector<OUT>) - Method in interface org.apache.flink.streaming.api.function.co.CoFlatMapFunction
 
flatMap2(Tuple2<String, Integer>, Collector<Tuple3<String, Integer, Integer>>) - Method in class org.apache.flink.streaming.examples.join.JoinTask
 
flatMap2(Tuple3<String, Integer, Long>, Collector<Tuple3<String, Integer, Integer>>) - Method in class org.apache.flink.streaming.examples.window.join.WindowJoinTask
 
FlatMapDescriptor - Class in org.apache.flink.compiler.operators
 
FlatMapDescriptor() - Constructor for class org.apache.flink.compiler.operators.FlatMapDescriptor
 
FlatMapDriver<IT,OT> - Class in org.apache.flink.runtime.operators
Map task which is executed by a Nephele task manager.
FlatMapDriver() - Constructor for class org.apache.flink.runtime.operators.FlatMapDriver
 
FlatMapFunction<T,O> - Interface in org.apache.flink.api.common.functions
Base interface for flatMap functions.
FlatMapInvokable<IN,OUT> - Class in org.apache.flink.streaming.api.invokable.operator
 
FlatMapInvokable(FlatMapFunction<IN, OUT>) - Constructor for class org.apache.flink.streaming.api.invokable.operator.FlatMapInvokable
 
FlatMapIterator<IN,OUT> - Class in org.apache.flink.api.java.functions
A convenience variant of the RichFlatMapFunction that returns elements through an iterator, rather then through a collector.
FlatMapIterator() - Constructor for class org.apache.flink.api.java.functions.FlatMapIterator
 
FlatMapNode - Class in org.apache.flink.compiler.dag
The optimizer's internal representation of a FlatMap operator node.
FlatMapNode(FlatMapOperatorBase<?, ?, ?>) - Constructor for class org.apache.flink.compiler.dag.FlatMapNode
 
FlatMapOperator<IN,OUT> - Class in org.apache.flink.api.java.operators
This operator represents the application of a "flatMap" function on a data set, and the result data set produced by the function.
FlatMapOperator(DataSet<IN>, TypeInformation<OUT>, FlatMapFunction<IN, OUT>) - Constructor for class org.apache.flink.api.java.operators.FlatMapOperator
 
FlatMapOperatorBase<IN,OUT,FT extends FlatMapFunction<IN,OUT>> - Class in org.apache.flink.api.common.operators.base
 
FlatMapOperatorBase(UserCodeWrapper<FT>, UnaryOperatorInformation<IN, OUT>, String) - Constructor for class org.apache.flink.api.common.operators.base.FlatMapOperatorBase
 
FlatMapOperatorBase(FT, UnaryOperatorInformation<IN, OUT>, String) - Constructor for class org.apache.flink.api.common.operators.base.FlatMapOperatorBase
 
FlatMapOperatorBase(Class<? extends FT>, UnaryOperatorInformation<IN, OUT>, String) - Constructor for class org.apache.flink.api.common.operators.base.FlatMapOperatorBase
 
FLINK_BASE_DIR_PATH_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The key to the Flink base directory path
FLINK_JVM_OPTIONS - Static variable in class org.apache.flink.configuration.ConfigConstants
 
FlinkTypeConverter<K,V> - Interface in org.apache.flink.hadoopcompatibility.mapred.record.datatypes
An interface describing a class that is able to convert Flink's Record into Hadoop types model.
flip() - Method in class org.apache.flink.runtime.io.disk.SpillingBuffer
 
flipVertices() - Method in class org.apache.flink.examples.java.graph.util.EnumTrianglesDataTypes.Edge
 
FLOAT_ARRAY_TYPE_INFO - Static variable in class org.apache.flink.api.common.typeinfo.BasicArrayTypeInfo
 
FLOAT_PRIMITIVE_ARRAY_TYPE_INFO - Static variable in class org.apache.flink.api.common.typeinfo.PrimitiveArrayTypeInfo
 
FLOAT_TYPE_INFO - Static variable in class org.apache.flink.api.common.typeinfo.BasicTypeInfo
 
FloatComparator - Class in org.apache.flink.api.common.typeutils.base
 
FloatComparator(boolean) - Constructor for class org.apache.flink.api.common.typeutils.base.FloatComparator
 
FloatParser - Class in org.apache.flink.types.parser
Parses a text field into a Float.
FloatParser() - Constructor for class org.apache.flink.types.parser.FloatParser
 
FloatPrimitiveArraySerializer - Class in org.apache.flink.api.common.typeutils.base.array
A serializer for float arrays.
FloatPrimitiveArraySerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.array.FloatPrimitiveArraySerializer
 
FloatSerializer - Class in org.apache.flink.api.common.typeutils.base
 
FloatSerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.FloatSerializer
 
FloatValue - Class in org.apache.flink.types
Boxed serializable and comparable single precision floating point type, representing the primitive type float.
FloatValue() - Constructor for class org.apache.flink.types.FloatValue
Initializes the encapsulated float with 0.0.
FloatValue(float) - Constructor for class org.apache.flink.types.FloatValue
Initializes the encapsulated float with the provided value.
FloatValueParser - Class in org.apache.flink.types.parser
Parses a text field into a FloatValue
FloatValueParser() - Constructor for class org.apache.flink.types.parser.FloatValueParser
 
FloatValueSerializer - Class in org.apache.flink.api.common.typeutils.base
 
FloatValueSerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.FloatValueSerializer
 
FlumeSink<IN> - Class in org.apache.flink.streaming.connectors.flume
 
FlumeSink(String, int) - Constructor for class org.apache.flink.streaming.connectors.flume.FlumeSink
 
FlumeSource<OUT> - Class in org.apache.flink.streaming.connectors.flume
 
FlumeSource.MyAvroSource - Class in org.apache.flink.streaming.connectors.flume
 
FlumeSource.MyAvroSource() - Constructor for class org.apache.flink.streaming.connectors.flume.FlumeSource.MyAvroSource
 
FlumeTopology - Class in org.apache.flink.streaming.connectors.flume
 
FlumeTopology() - Constructor for class org.apache.flink.streaming.connectors.flume.FlumeTopology
 
FlumeTopology.MyFlumePrintSink - Class in org.apache.flink.streaming.connectors.flume
 
FlumeTopology.MyFlumePrintSink() - Constructor for class org.apache.flink.streaming.connectors.flume.FlumeTopology.MyFlumePrintSink
 
FlumeTopology.MyFlumeSink - Class in org.apache.flink.streaming.connectors.flume
 
FlumeTopology.MyFlumeSink(String, int) - Constructor for class org.apache.flink.streaming.connectors.flume.FlumeTopology.MyFlumeSink
 
FlumeTopology.MyFlumeSource - Class in org.apache.flink.streaming.connectors.flume
 
flush() - Method in class org.apache.flink.api.avro.DataOutputEncoder
 
flush() - Method in class org.apache.flink.api.java.typeutils.runtime.DataOutputEncoder
 
flush() - Method in class org.apache.flink.runtime.fs.s3.S3DataOutputStream
 
flush() - Method in class org.apache.flink.runtime.io.network.api.RecordWriter
 
flush() - Method in class org.apache.flink.runtime.iterative.io.SerializedUpdateBuffer
 
flush() - Method in class org.apache.flink.streaming.io.StreamRecordWriter
 
flushOutputs() - Method in class org.apache.flink.streaming.api.streamvertex.OutputHandler
 
forGrouping(FieldList) - Static method in class org.apache.flink.compiler.dataproperties.LocalProperties
 
format(IN) - Method in interface org.apache.flink.api.java.io.TextOutputFormat.TextFormatter
 
format - Variable in class org.apache.flink.streaming.api.function.sink.WriteSinkFunction
 
formatLogString(String) - Method in interface org.apache.flink.runtime.operators.PactTaskContext
 
formatLogString(String) - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
formatNumber(double) - Static method in class org.apache.flink.compiler.plandump.PlanJSONDumpGenerator
 
formatNumber(double, String) - Static method in class org.apache.flink.compiler.plandump.PlanJSONDumpGenerator
 
FormattingMapper<T> - Class in org.apache.flink.api.java.functions
 
FormattingMapper(TextOutputFormat.TextFormatter<T>) - Constructor for class org.apache.flink.api.java.functions.FormattingMapper
 
formatWrapper - Variable in class org.apache.flink.api.common.operators.GenericDataSinkBase
 
formatWrapper - Variable in class org.apache.flink.api.common.operators.GenericDataSourceBase
 
forOrdering(Ordering) - Static method in class org.apache.flink.compiler.dataproperties.LocalProperties
 
forward() - Method in class org.apache.flink.streaming.api.datastream.DataStream
Sets the partitioning of the DataStream so that the output tuples are forwarded to the local subtask of the next component.
forward() - Method in class org.apache.flink.streaming.api.datastream.SingleOutputStreamOperator
 
ForwardPartitioner<T> - Class in org.apache.flink.streaming.partitioner
Partitioner that forwards the tuples to the local subtask of the output vertex
ForwardPartitioner() - Constructor for class org.apache.flink.streaming.partitioner.ForwardPartitioner
 
forwardRecords() - Method in class org.apache.flink.streaming.api.streamvertex.StreamIterationTail
 
free() - Method in class org.apache.flink.core.memory.MemorySegment
 
fromByteArray(byte[]) - Static method in class org.apache.flink.runtime.jobgraph.JobID
 
fromByteBuffer(ByteBuffer) - Static method in class org.apache.flink.runtime.io.network.channels.ChannelID
 
fromByteBuffer(ByteBuffer, int) - Static method in class org.apache.flink.runtime.io.network.channels.ChannelID
 
fromByteBuffer(ByteBuffer) - Static method in class org.apache.flink.runtime.jobgraph.JobID
 
fromByteBuffer(ByteBuffer, int) - Static method in class org.apache.flink.runtime.jobgraph.JobID
 
fromCollection(Collection<X>) - Method in class org.apache.flink.api.java.ExecutionEnvironment
Creates a DataSet from the given non-empty collection.
fromCollection(Collection<X>, TypeInformation<X>) - Method in class org.apache.flink.api.java.ExecutionEnvironment
Creates a DataSet from the given non-empty collection.
fromCollection(Iterator<X>, Class<X>) - Method in class org.apache.flink.api.java.ExecutionEnvironment
Creates a DataSet from the given iterator.
fromCollection(Iterator<X>, TypeInformation<X>) - Method in class org.apache.flink.api.java.ExecutionEnvironment
Creates a DataSet from the given iterator.
fromCollection(Collection<OUT>) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Creates a DataStream from the given non-empty collection.
fromEdges(List<ExecutionEdge>) - Static method in class org.apache.flink.runtime.deployment.GateDeploymentDescriptor
 
fromEdges(ExecutionEdge[]) - Static method in class org.apache.flink.runtime.deployment.GateDeploymentDescriptor
 
fromElements(X...) - Method in class org.apache.flink.api.java.ExecutionEnvironment
Creates a new data set that contains the given elements.
fromElements(OUT...) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Creates a new DataStream that contains the given elements.
FromElementsFunction<T> - Class in org.apache.flink.streaming.api.function.source
 
FromElementsFunction(T...) - Constructor for class org.apache.flink.streaming.api.function.source.FromElementsFunction
 
FromElementsFunction(Collection<T>) - Constructor for class org.apache.flink.streaming.api.function.source.FromElementsFunction
 
fromExecutionEdge(ExecutionEdge) - Static method in class org.apache.flink.runtime.deployment.ChannelDeploymentDescriptor
 
fromHexString(String) - Static method in class org.apache.flink.runtime.jobgraph.JobID
 
fromHexString(String) - Static method in class org.apache.flink.runtime.jobgraph.JobVertexID
 
fromParallelCollection(SplittableIterator<X>, Class<X>) - Method in class org.apache.flink.api.java.ExecutionEnvironment
Creates a new data set that contains elements in the iterator.
fromParallelCollection(SplittableIterator<X>, TypeInformation<X>) - Method in class org.apache.flink.api.java.ExecutionEnvironment
Creates a new data set that contains elements in the iterator.
FS_STREAM_OPENING_TIMEOUT_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The config parameter defining the timeout for filesystem stream opening.
FSDataInputStream - Class in org.apache.flink.core.fs
Interface for a data input stream to a file on a FileSystem.
FSDataInputStream() - Constructor for class org.apache.flink.core.fs.FSDataInputStream
 
FSDataInputStreamWrapper - Class in org.apache.flink.api.avro
Code copy pasted from org.apache.avro.mapred.FSInput (which is Apache licensed as well) The wrapper keeps track of the position in the data stream.
FSDataInputStreamWrapper(FSDataInputStream, long) - Constructor for class org.apache.flink.api.avro.FSDataInputStreamWrapper
 
FSDataOutputStream - Class in org.apache.flink.core.fs
Interface for a data output stream to a file on a FileSystem.
FSDataOutputStream() - Constructor for class org.apache.flink.core.fs.FSDataOutputStream
 
Function - Interface in org.apache.flink.api.common.functions
An base interface for all user-defined functions.
function - Variable in class org.apache.flink.api.java.operators.FilterOperator
 
function - Variable in class org.apache.flink.api.java.operators.FlatMapOperator
 
function - Variable in class org.apache.flink.api.java.operators.MapOperator
 
function - Variable in class org.apache.flink.api.java.operators.MapPartitionOperator
 
function - Variable in class org.apache.flink.streaming.api.streamvertex.StreamVertex
 
FunctionAnnotation - Class in org.apache.flink.api.java.functions
This class defines the semantic assertions that can be added to functions.
FunctionAnnotation - Class in org.apache.flink.api.java.record.functions
Deprecated.
FunctionAnnotation.AllFieldsConstants - Annotation Type in org.apache.flink.api.java.record.functions
Deprecated.
Specifies that all fields of an input record that are unchanged in the output of a MapFunction, or ReduceFunction).
FunctionAnnotation.ConstantFields - Annotation Type in org.apache.flink.api.java.functions
This annotation declares that a function leaves certain fields of its input values unmodified and only "forwards" or "copies" them to the return value.
FunctionAnnotation.ConstantFields - Annotation Type in org.apache.flink.api.java.record.functions
Deprecated.
Specifies the fields of an input record that are unchanged in the output of a stub with a single input ( MapFunction, ReduceFunction).
FunctionAnnotation.ConstantFieldsExcept - Annotation Type in org.apache.flink.api.java.functions
This annotation declares that a function changes certain fields of its input values, while leaving all others unmodified and in place in the return value.
FunctionAnnotation.ConstantFieldsExcept - Annotation Type in org.apache.flink.api.java.record.functions
Deprecated.
Specifies the fields of an input record that are changed in the output of a stub with a single input ( MapFunction, ReduceFunction).
FunctionAnnotation.ConstantFieldsFirst - Annotation Type in org.apache.flink.api.java.functions
This annotation declares that a function leaves certain fields of its first input values unmodified and only "forwards" or "copies" them to the return value.
FunctionAnnotation.ConstantFieldsFirst - Annotation Type in org.apache.flink.api.java.record.functions
Deprecated.
Specifies the fields of an input record of the first input that are unchanged in the output of a stub with two inputs ( CrossFunction, JoinFunction, CoGroupFunction) A field is considered to be constant if its value is not changed and copied to the same position of output record.
FunctionAnnotation.ConstantFieldsFirstExcept - Annotation Type in org.apache.flink.api.java.functions
This annotation declares that a function changes certain fields of its first input value, while leaving all others unmodified and in place in the return value.
FunctionAnnotation.ConstantFieldsFirstExcept - Annotation Type in org.apache.flink.api.java.record.functions
Deprecated.
Specifies the fields of an input record of the first input that are changed in the output of a stub with two inputs ( CrossFunction, JoinFunction, CoGroupFunction) All other fields are assumed to be constant.
FunctionAnnotation.ConstantFieldsSecond - Annotation Type in org.apache.flink.api.java.functions
This annotation declares that a function leaves certain fields of its second input values unmodified and only "forwards" or "copies" them to the return value.
FunctionAnnotation.ConstantFieldsSecond - Annotation Type in org.apache.flink.api.java.record.functions
Deprecated.
Specifies the fields of an input record of the second input that are unchanged in the output of a stub with two inputs ( CrossFunction, JoinFunction, CoGroupFunction) A field is considered to be constant if its value is not changed and copied to the same position of output record.
FunctionAnnotation.ConstantFieldsSecondExcept - Annotation Type in org.apache.flink.api.java.functions
This annotation declares that a function changes certain fields of its second input value, while leaving all others unmodified and in place in the return value.
FunctionAnnotation.ConstantFieldsSecondExcept - Annotation Type in org.apache.flink.api.java.record.functions
Deprecated.
Specifies the fields of an input record of the second input that are changed in the output of a stub with two inputs ( CrossFunction, JoinFunction, CoGroupFunction) All other fields are assumed to be constant.
FunctionAnnotation.ReadFields - Annotation Type in org.apache.flink.api.java.functions
Specifies the fields of the input value of a user-defined that are accessed in the code.
FunctionAnnotation.ReadFieldsFirst - Annotation Type in org.apache.flink.api.java.functions
Specifies the fields of the second input value of a user-defined that are accessed in the code.
FunctionAnnotation.ReadFieldsSecond - Annotation Type in org.apache.flink.api.java.functions
Specifies the fields of the first input value of a user-defined that are accessed in the code.
functionName - Variable in class org.apache.flink.streaming.api.streamvertex.StreamVertex
 
FunctionTypeWrapper<T> - Class in org.apache.flink.streaming.util.serialization
 
FunctionTypeWrapper(Function, Class<? extends Function>, int) - Constructor for class org.apache.flink.streaming.util.serialization.FunctionTypeWrapper
 
FunctionUtils - Class in org.apache.flink.api.common.functions.util
 
FunctionUtils() - Constructor for class org.apache.flink.api.common.functions.util.FunctionUtils
 
furtherPartitioning - Variable in class org.apache.flink.runtime.operators.hash.HashPartition
 
furtherPartitioning - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
 

G

Gate<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.gates
In Nephele a gate represents the connection between a user program and the processing framework.
Gate(JobID, GateID, int) - Constructor for class org.apache.flink.runtime.io.network.gates.Gate
Constructs a new abstract gate
GateDeploymentDescriptor - Class in org.apache.flink.runtime.deployment
A gate deployment descriptor contains the deployment descriptors for the channels associated with that gate.
GateDeploymentDescriptor(List<ChannelDeploymentDescriptor>) - Constructor for class org.apache.flink.runtime.deployment.GateDeploymentDescriptor
Constructs a new gate deployment descriptor
GateDeploymentDescriptor() - Constructor for class org.apache.flink.runtime.deployment.GateDeploymentDescriptor
Default constructor for serialization/deserialization.
GateID - Class in org.apache.flink.runtime.io.network.gates
A class for statistically unique gate IDs.
GateID() - Constructor for class org.apache.flink.runtime.io.network.gates.GateID
 
generate() - Static method in class org.apache.flink.runtime.jobgraph.JobID
 
generateCheckpointProfilingData() - Method in class org.apache.flink.runtime.profiling.impl.InstanceProfiler
 
generateProjectionProperties(CrossOperator.ProjectCrossFunction<?, ?, ?>) - Method in class org.apache.flink.api.java.operators.CrossOperator
 
generateProjectionProperties(JoinOperator.ProjectFlatJoinFunction<?, ?, ?>) - Method in class org.apache.flink.api.java.operators.JoinOperator.EquiJoin
 
generateSequence(long, long) - Method in class org.apache.flink.api.java.ExecutionEnvironment
Creates a new data set that contains a sequence of numbers.
generateSequence(long, long) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Creates a new DataStream that contains a sequence of numbers.
GenericArraySerializer<C> - Class in org.apache.flink.api.common.typeutils.base
A serializer for arrays of objects.
GenericArraySerializer(Class<C>, TypeSerializer<C>) - Constructor for class org.apache.flink.api.common.typeutils.base.GenericArraySerializer
 
GenericCollectorMap<T,O> - Interface in org.apache.flink.api.common.functions
Deprecated.
GenericCsvInputFormat<OT> - Class in org.apache.flink.api.common.io
 
GenericCsvInputFormat() - Constructor for class org.apache.flink.api.common.io.GenericCsvInputFormat
 
GenericCsvInputFormat(Path) - Constructor for class org.apache.flink.api.common.io.GenericCsvInputFormat
 
GenericDataSink - Class in org.apache.flink.api.java.record.operators
Deprecated.
GenericDataSink(OutputFormat<Record>, String) - Constructor for class org.apache.flink.api.java.record.operators.GenericDataSink
Deprecated.
Creates a GenericDataSink with the provided OutputFormat implementation and the given name.
GenericDataSink(OutputFormat<Record>) - Constructor for class org.apache.flink.api.java.record.operators.GenericDataSink
Deprecated.
Creates a GenericDataSink with the provided OutputFormat implementation and a default name.
GenericDataSink(OutputFormat<Record>, Operator<Record>) - Constructor for class org.apache.flink.api.java.record.operators.GenericDataSink
Deprecated.
Creates a GenericDataSink with the provided OutputFormat implementation the default name.
GenericDataSink(OutputFormat<Record>, List<Operator<Record>>) - Constructor for class org.apache.flink.api.java.record.operators.GenericDataSink
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
GenericDataSink(OutputFormat<Record>, Operator<Record>, String) - Constructor for class org.apache.flink.api.java.record.operators.GenericDataSink
Deprecated.
Creates a GenericDataSink with the provided OutputFormat implementation and the given name.
GenericDataSink(OutputFormat<Record>, List<Operator<Record>>, String) - Constructor for class org.apache.flink.api.java.record.operators.GenericDataSink
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
GenericDataSink(Class<? extends OutputFormat<Record>>, String) - Constructor for class org.apache.flink.api.java.record.operators.GenericDataSink
Deprecated.
Creates a GenericDataSink with the provided OutputFormat implementation and the given name.
GenericDataSink(Class<? extends OutputFormat<Record>>) - Constructor for class org.apache.flink.api.java.record.operators.GenericDataSink
Deprecated.
Creates a GenericDataSink with the provided OutputFormat implementation and a default name.
GenericDataSink(Class<? extends OutputFormat<Record>>, Operator<Record>) - Constructor for class org.apache.flink.api.java.record.operators.GenericDataSink
Deprecated.
Creates a GenericDataSink with the provided OutputFormat implementation the default name.
GenericDataSink(Class<? extends OutputFormat<Record>>, List<Operator<Record>>) - Constructor for class org.apache.flink.api.java.record.operators.GenericDataSink
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
GenericDataSink(Class<? extends OutputFormat<Record>>, Operator<Record>, String) - Constructor for class org.apache.flink.api.java.record.operators.GenericDataSink
Deprecated.
Creates a GenericDataSink with the provided OutputFormat implementation and the given name.
GenericDataSink(Class<? extends OutputFormat<Record>>, List<Operator<Record>>, String) - Constructor for class org.apache.flink.api.java.record.operators.GenericDataSink
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
GenericDataSinkBase<IN> - Class in org.apache.flink.api.common.operators
Operator for nodes that act as data sinks, storing the data they receive.
GenericDataSinkBase(OutputFormat<IN>, UnaryOperatorInformation<IN, Nothing>, String) - Constructor for class org.apache.flink.api.common.operators.GenericDataSinkBase
Creates a GenericDataSink with the provided OutputFormat implementation and the given name.
GenericDataSinkBase(UserCodeWrapper<? extends OutputFormat<IN>>, UnaryOperatorInformation<IN, Nothing>, String) - Constructor for class org.apache.flink.api.common.operators.GenericDataSinkBase
Creates a GenericDataSink with the provided OutputFormat implementation and the given name.
GenericDataSource<T extends InputFormat<Record,?>> - Class in org.apache.flink.api.java.record.operators
Deprecated.
GenericDataSource(T, String) - Constructor for class org.apache.flink.api.java.record.operators.GenericDataSource
Deprecated.
Creates a new instance for the given file using the given input format.
GenericDataSource(T) - Constructor for class org.apache.flink.api.java.record.operators.GenericDataSource
Deprecated.
Creates a new instance for the given file using the given input format, using the default name.
GenericDataSource(Class<? extends T>, String) - Constructor for class org.apache.flink.api.java.record.operators.GenericDataSource
Deprecated.
Creates a new instance for the given file using the given input format.
GenericDataSource(Class<? extends T>) - Constructor for class org.apache.flink.api.java.record.operators.GenericDataSource
Deprecated.
Creates a new instance for the given file using the given input format, using the default name.
GenericDataSourceBase<OUT,T extends InputFormat<OUT,?>> - Class in org.apache.flink.api.common.operators
Abstract superclass for data sources in a Pact plan.
GenericDataSourceBase(T, OperatorInformation<OUT>, String) - Constructor for class org.apache.flink.api.common.operators.GenericDataSourceBase
Creates a new instance for the given file using the given input format.
GenericDataSourceBase(T, OperatorInformation<OUT>) - Constructor for class org.apache.flink.api.common.operators.GenericDataSourceBase
Creates a new instance for the given file using the given input format, using the default name.
GenericDataSourceBase(Class<? extends T>, OperatorInformation<OUT>, String) - Constructor for class org.apache.flink.api.common.operators.GenericDataSourceBase
Creates a new instance for the given file using the given input format.
GenericDataSourceBase(Class<? extends T>, OperatorInformation<OUT>) - Constructor for class org.apache.flink.api.common.operators.GenericDataSourceBase
Creates a new instance for the given file using the given input format, using the default name.
GenericFlatTypePostPass<X,T extends AbstractSchema<X>> - Class in org.apache.flink.compiler.postpass
 
GenericFlatTypePostPass() - Constructor for class org.apache.flink.compiler.postpass.GenericFlatTypePostPass
 
GenericInputFormat<OT> - Class in org.apache.flink.api.common.io
Generic base class for all inputs that are not based on files.
GenericInputFormat() - Constructor for class org.apache.flink.api.common.io.GenericInputFormat
 
GenericInputFormat - Class in org.apache.flink.api.java.record.io
Generic base class for all inputs that are not based on files, specific to Record.
GenericInputFormat() - Constructor for class org.apache.flink.api.java.record.io.GenericInputFormat
 
GenericInputSplit - Class in org.apache.flink.core.io
A generic input split that has only a partition number.
GenericInputSplit() - Constructor for class org.apache.flink.core.io.GenericInputSplit
Default constructor for instantiation during de-serialization.
GenericInputSplit(int, int) - Constructor for class org.apache.flink.core.io.GenericInputSplit
Creates a generic input split with the given split number.
GenericPairComparator<T1,T2> - Class in org.apache.flink.api.common.typeutils
 
GenericPairComparator(TypeComparator<T1>, TypeComparator<T2>) - Constructor for class org.apache.flink.api.common.typeutils.GenericPairComparator
 
GenericTypeComparator<T extends Comparable<T>> - Class in org.apache.flink.api.java.typeutils.runtime
TypeComparator for all types that extend Comparable.
GenericTypeComparator(boolean, TypeSerializer<T>, Class<T>) - Constructor for class org.apache.flink.api.java.typeutils.runtime.GenericTypeComparator
 
GenericTypeInfo<T> - Class in org.apache.flink.api.java.typeutils
 
GenericTypeInfo(Class<T>) - Constructor for class org.apache.flink.api.java.typeutils.GenericTypeInfo
 
GenSequenceFunction - Class in org.apache.flink.streaming.api.function.source
Source Function used to generate the number sequence
GenSequenceFunction(long, long) - Constructor for class org.apache.flink.streaming.api.function.source.GenSequenceFunction
 
get(int) - Method in class org.apache.flink.api.common.operators.util.FieldList
 
get() - Static method in class org.apache.flink.api.common.typeutils.record.RecordPairComparatorFactory
Gets an instance of the comparator factory.
get() - Static method in class org.apache.flink.api.common.typeutils.record.RecordSerializer
 
get() - Static method in class org.apache.flink.api.common.typeutils.record.RecordSerializerFactory
Gets an instance of the serializer factory.
get(int) - Method in class org.apache.flink.api.io.avro.example.User
 
get(URI) - Static method in class org.apache.flink.core.fs.FileSystem
Returns a reference to the FileSystem instance for accessing the file system identified by the given URI.
get(int) - Method in class org.apache.flink.core.memory.MemorySegment
Reads the byte at the given position.
get(int, byte[]) - Method in class org.apache.flink.core.memory.MemorySegment
Bulk get method.
get(int, byte[], int, int) - Method in class org.apache.flink.core.memory.MemorySegment
Bulk get method.
get(DataOutput, int, int) - Method in class org.apache.flink.core.memory.MemorySegment
Bulk get method.
get(int, ByteBuffer, int) - Method in class org.apache.flink.core.memory.MemorySegment
Bulk get method.
get(JobID, String) - Method in class org.apache.flink.runtime.blob.BlobClient
Downloads the BLOB identified by the given job ID and key from the BLOB server.
get(BlobKey) - Method in class org.apache.flink.runtime.blob.BlobClient
Downloads the BLOB identified by the given BLOB key from the BLOB server.
get() - Static method in class org.apache.flink.runtime.ipc.Server
 
get(String) - Method in class org.apache.flink.runtime.iterative.concurrent.Broker
blocking retrieval and removal of the object to share
get(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
get(int, byte[]) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
get(int, byte[], int, int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
get(DataOutput, int, int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
get(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
get(int, byte[]) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
get(int, byte[], int, int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
get(DataOutput, int, int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
get(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
get(int, byte[]) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
get(int, byte[], int, int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
get(DataOutput, int, int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
get() - Static method in class org.apache.flink.runtime.util.EmptyIterator
Gets a singleton instance of the empty iterator.
get() - Static method in class org.apache.flink.runtime.util.EmptyMutableObjectIterator
Gets a singleton instance of the empty iterator.
get(K) - Method in interface org.apache.flink.streaming.connectors.db.DBState
 
get(K) - Method in class org.apache.flink.streaming.connectors.db.LevelDBState
 
get(String) - Method in class org.apache.flink.streaming.connectors.db.MemcachedState
 
get(K) - Method in class org.apache.flink.streaming.connectors.db.RedisState
 
get(String, String) - Method in class org.apache.flink.streaming.connectors.json.JSONParseFlatMap
Get the value object associated with a key form a JSON code.
get(long, long, int) - Method in interface org.apache.flink.streaming.examples.cellinfo.IWorkerEngine
 
get(long, long, int) - Method in class org.apache.flink.streaming.examples.cellinfo.WorkerEngineBin
 
get(long, long, int) - Method in class org.apache.flink.streaming.examples.cellinfo.WorkerEngineExact
 
get(K) - Method in class org.apache.flink.streaming.state.MutableTableState
 
get() - Method in class org.apache.flink.streaming.state.NullableCircularBuffer
Returns the least recently inserted element in this buffer.
get(K) - Method in class org.apache.flink.streaming.state.TableState
 
get() - Method in class org.apache.flink.types.BooleanValue
 
get(int) - Method in class org.apache.flink.types.ListValue
 
get(Object) - Method in class org.apache.flink.types.MapValue
 
getAccessTime() - Method in interface org.apache.flink.core.fs.FileStatus
Get the access time of the file.
getAccessTime() - Method in class org.apache.flink.core.fs.local.LocalFileStatus
 
getAccessTime() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileStatus
 
getAccessTime() - Method in class org.apache.flink.runtime.fs.s3.S3FileStatus
 
getAccumulatedRecordCount() - Method in class org.apache.flink.api.common.io.BlockInfo
Returns the accumulated record count.
getAccumulator(String) - Method in interface org.apache.flink.api.common.functions.RuntimeContext
Get an existing accumulator object.
getAccumulator(String) - Method in class org.apache.flink.api.common.functions.util.RuntimeUDFContext
 
getAccumulatorProtocolProxy() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the proxy object for the accumulator protocol.
getAccumulatorProtocolProxy() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getAccumulatorResult(String) - Method in class org.apache.flink.api.common.JobExecutionResult
 
getAccumulatorResults(JobID) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
getAccumulatorResults(JobID) - Method in interface org.apache.flink.runtime.protocols.AccumulatorProtocol
Get the final accumulator results.
getAccumulators(ClassLoader) - Method in class org.apache.flink.runtime.accumulators.AccumulatorEvent
 
getAccumulators() - Method in class org.apache.flink.runtime.jobmanager.accumulators.JobAccumulators
 
getAccumulators(JobID) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
getAccumulatorsFormated(Map<?, Accumulator<?, ?>>) - Static method in class org.apache.flink.api.common.accumulators.AccumulatorHelper
 
getAggregate() - Method in interface org.apache.flink.api.common.aggregators.Aggregator
Gets the aggregator's current aggregate.
getAggregate() - Method in class org.apache.flink.api.common.aggregators.DoubleSumAggregator
 
getAggregate() - Method in class org.apache.flink.api.common.aggregators.LongSumAggregator
 
getAggregate() - Method in class org.apache.flink.api.common.operators.base.BulkIterationBase.TerminationCriterionAggregator
 
getAggregate() - Method in class org.apache.flink.api.java.aggregation.AggregationFunction
 
getAggregate() - Method in class org.apache.flink.api.java.aggregation.MaxAggregationFunction
 
getAggregate() - Method in class org.apache.flink.api.java.aggregation.MinAggregationFunction
 
getAggregate() - Method in class org.apache.flink.api.java.aggregation.SumAggregationFunction.ByteSumAgg
 
getAggregate() - Method in class org.apache.flink.api.java.aggregation.SumAggregationFunction.DoubleSumAgg
 
getAggregate() - Method in class org.apache.flink.api.java.aggregation.SumAggregationFunction.FloatSumAgg
 
getAggregate() - Method in class org.apache.flink.api.java.aggregation.SumAggregationFunction.IntSumAgg
 
getAggregate() - Method in class org.apache.flink.api.java.aggregation.SumAggregationFunction.LongSumAgg
 
getAggregate() - Method in class org.apache.flink.api.java.aggregation.SumAggregationFunction.ShortSumAgg
 
getAggregates() - Method in class org.apache.flink.runtime.iterative.concurrent.SuperstepBarrier
 
getAggregates(ClassLoader) - Method in class org.apache.flink.runtime.iterative.event.IterationEventWithAggregators
 
getAggregator() - Method in class org.apache.flink.api.common.aggregators.AggregatorWithName
Gets the aggregator.
getAggregator(String) - Method in class org.apache.flink.runtime.iterative.task.RuntimeAggregatorRegistry
 
getAggregatorNames() - Method in class org.apache.flink.runtime.iterative.concurrent.SuperstepBarrier
 
getAggregatorNames() - Method in class org.apache.flink.runtime.iterative.event.IterationEventWithAggregators
 
getAggregators() - Method in class org.apache.flink.api.common.operators.base.BulkIterationBase
 
getAggregators() - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase
 
getAggregators() - Method in interface org.apache.flink.api.common.operators.IterationOperator
 
getAggregators() - Method in class org.apache.flink.api.java.operators.DeltaIteration
Gets the registry for aggregators for the iteration.
getAggregators() - Method in class org.apache.flink.api.java.operators.IterativeDataSet
Gets the registry for aggregators.
getAggregators() - Method in class org.apache.flink.spargel.java.record.SpargelIteration
 
getAllAccumulatorResults() - Method in class org.apache.flink.api.common.JobExecutionResult
 
getAllAccumulators() - Method in interface org.apache.flink.api.common.functions.RuntimeContext
For system internal usage only.
getAllAccumulators() - Method in class org.apache.flink.api.common.functions.util.RuntimeUDFContext
 
getAllAggregators() - Method in class org.apache.flink.runtime.iterative.task.RuntimeAggregatorRegistry
 
getAllDeclaredFields(Class<?>) - Static method in class org.apache.flink.api.java.typeutils.TypeExtractor
recursively determine all declared fields This is required because class.getFields() is not returning fields defined in parent classes.
getAllExecutionVertices() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
getAllIntermediateResults() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
getAllLibraries() - Method in class org.apache.flink.client.program.PackagedProgram
 
getAllNodes() - Method in class org.apache.flink.compiler.plan.OptimizedPlan
Gets all the nodes from this OptimizedPlan.
getAllowQueuedScheduling() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
 
getAllRegisteredAggregators() - Method in class org.apache.flink.api.common.aggregators.AggregatorRegistry
 
getAllRegisteredInstances() - Method in class org.apache.flink.runtime.instance.InstanceManager
 
getAllRunningTasks() - Method in class org.apache.flink.runtime.taskmanager.TaskManager
 
getAllStaticResolutions() - Static method in class org.apache.flink.runtime.net.NetUtils
This is used to get all the resolutions that were added using NetUtils.addStaticResolution(String, String).
getAllVertices() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
getAlternativePlans(CostEstimator) - Method in class org.apache.flink.compiler.dag.AbstractPartialSolutionNode
 
getAlternativePlans(CostEstimator) - Method in class org.apache.flink.compiler.dag.BinaryUnionNode
 
getAlternativePlans(CostEstimator) - Method in class org.apache.flink.compiler.dag.DataSinkNode
 
getAlternativePlans(CostEstimator) - Method in class org.apache.flink.compiler.dag.DataSourceNode
 
getAlternativePlans(CostEstimator) - Method in class org.apache.flink.compiler.dag.OptimizerNode
Computes the plan alternatives for this node, an implicitly for all nodes that are children of this node.
getAlternativePlans(CostEstimator) - Method in class org.apache.flink.compiler.dag.SingleInputNode
 
getAlternativePlans(CostEstimator) - Method in class org.apache.flink.compiler.dag.TwoInputNode
 
getAndRemove(String) - Method in class org.apache.flink.runtime.iterative.concurrent.Broker
blocking retrieval and removal of the object to share
getArchive() - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
getArguments() - Method in class org.apache.flink.client.program.PackagedProgram
 
getArity() - Method in class org.apache.flink.api.common.typeinfo.BasicArrayTypeInfo
 
getArity() - Method in class org.apache.flink.api.common.typeinfo.BasicTypeInfo
 
getArity() - Method in class org.apache.flink.api.common.typeinfo.NothingTypeInfo
 
getArity() - Method in class org.apache.flink.api.common.typeinfo.PrimitiveArrayTypeInfo
 
getArity() - Method in class org.apache.flink.api.common.typeinfo.TypeInformation
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple
Gets the number of field in the tuple (the tuple arity).
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple1
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple10
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple11
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple12
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple13
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple14
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple15
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple16
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple17
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple18
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple19
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple2
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple20
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple21
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple22
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple23
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple24
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple25
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple3
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple4
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple5
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple6
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple7
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple8
 
getArity() - Method in class org.apache.flink.api.java.tuple.Tuple9
 
getArity() - Method in class org.apache.flink.api.java.typeutils.GenericTypeInfo
 
getArity() - Method in class org.apache.flink.api.java.typeutils.ObjectArrayTypeInfo
 
getArity() - Method in class org.apache.flink.api.java.typeutils.PojoTypeInfo
 
getArity() - Method in class org.apache.flink.api.java.typeutils.RecordTypeInfo
 
getArity() - Method in class org.apache.flink.api.java.typeutils.runtime.TupleSerializerBase
 
getArity() - Method in class org.apache.flink.api.java.typeutils.TupleTypeInfoBase
 
getArity() - Method in class org.apache.flink.api.java.typeutils.ValueTypeInfo
 
getArity() - Method in class org.apache.flink.api.java.typeutils.WritableTypeInfo
 
getAssignedResource() - Method in class org.apache.flink.runtime.executiongraph.Execution
 
getAttemptId() - Method in class org.apache.flink.runtime.executiongraph.Execution
 
getAttemptNumber() - Method in class org.apache.flink.runtime.executiongraph.Execution
 
getAverageRecordWidth() - Method in class org.apache.flink.api.common.io.FileInputFormat.FileBaseStatistics
Gets the estimated average number of bytes per record.
getAverageRecordWidth() - Method in interface org.apache.flink.api.common.io.statistics.BaseStatistics
Gets the average width of a record, in bytes.
getAvgOutputRecordSize() - Method in class org.apache.flink.api.common.operators.CompilerHints
 
getBackingArray() - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
getBackingArray() - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
Gets the byte array that backs the memory segment and this random access view.
getBackingArray() - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
Deprecated.
getBaseStatistics(String) - Method in class org.apache.flink.compiler.DataStatistics
Gets the base statistics for the input identified by the given identifier.
getBaseStatistics(String) - Method in class org.apache.flink.compiler.NonCachingDataStatistics
 
getBasicTupleTypeInfo(Class<?>...) - Static method in class org.apache.flink.api.java.typeutils.TupleTypeInfo
 
getBatch(StreamRecord<IN>) - Method in class org.apache.flink.streaming.api.invokable.operator.BatchGroupReduceInvokable
 
getBatch(StreamRecord<OUT>) - Method in class org.apache.flink.streaming.api.invokable.operator.BatchReduceInvokable
 
getBatch(StreamRecord<IN>) - Method in class org.apache.flink.streaming.api.invokable.operator.GroupedBatchGroupReduceInvokable
 
getBatch(StreamRecord<OUT>) - Method in class org.apache.flink.streaming.api.invokable.operator.GroupedBatchReduceInvokable
 
getBatch(StreamRecord<IN>) - Method in class org.apache.flink.streaming.api.invokable.operator.GroupedWindowGroupReduceInvokable
 
getBatch(StreamRecord<OUT>) - Method in class org.apache.flink.streaming.api.invokable.operator.GroupedWindowReduceInvokable
 
getBatch1(StreamRecord<IN1>) - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable
 
getBatch1(StreamRecord<IN1>) - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoGroupedBatchReduceInvokable
 
getBatch1(StreamRecord<IN1>) - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoGroupedWindowReduceInvokable
 
getBatch2(StreamRecord<IN2>) - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable
 
getBatch2(StreamRecord<IN2>) - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoGroupedBatchReduceInvokable
 
getBatch2(StreamRecord<IN2>) - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoGroupedWindowReduceInvokable
 
getBatchModel() - Method in class org.apache.flink.streaming.examples.ml.IncrementalLearningSkeleton.Predictor
 
getBinaryLength() - Method in class org.apache.flink.types.BooleanValue
 
getBinaryLength() - Method in class org.apache.flink.types.ByteValue
 
getBinaryLength() - Method in class org.apache.flink.types.CharValue
 
getBinaryLength() - Method in interface org.apache.flink.types.CopyableValue
Gets the length of the data type when it is serialized, in bytes.
getBinaryLength() - Method in class org.apache.flink.types.DoubleValue
 
getBinaryLength() - Method in class org.apache.flink.types.FloatValue
 
getBinaryLength() - Method in class org.apache.flink.types.IntValue
 
getBinaryLength() - Method in class org.apache.flink.types.LongValue
 
getBinaryLength() - Method in class org.apache.flink.types.NullValue
 
getBinaryLength() - Method in class org.apache.flink.types.Record
 
getBinaryLength() - Method in class org.apache.flink.types.ShortValue
 
getBinaryLength() - Method in class org.apache.flink.types.StringValue
 
getBlobServerPort() - Method in class org.apache.flink.runtime.execution.librarycache.BlobLibraryCacheManager
 
getBlobServerPort() - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
getBlobServerPort() - Method in interface org.apache.flink.runtime.protocols.ServiceDiscoveryProtocol
Returns the network port of the job manager's BLOB server.
getBlockCount() - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
Gets the number of blocks used by this view.
getBlockCount() - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
 
getBlockCount() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ChannelWithBlockCount
 
getBlockedTime() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexThreadProfilingData
 
getBlockedTime() - Method in class org.apache.flink.runtime.profiling.types.ThreadProfilingEvent
Returns the percentage of time the execution thread has been blocked to enter or reenter a monitor in the given profiling interval.
getBlockSize() - Method in interface org.apache.flink.core.fs.FileStatus
Get the block size of the file.
getBlockSize() - Method in class org.apache.flink.core.fs.local.LocalFileStatus
 
getBlockSize() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileStatus
 
getBlockSize() - Method in class org.apache.flink.runtime.fs.s3.S3FileStatus
 
getBoolean(String, boolean) - Method in class org.apache.flink.configuration.Configuration
Returns the value associated with the given key as a boolean.
getBoolean(String, boolean) - Static method in class org.apache.flink.configuration.GlobalConfiguration
Returns the value associated with the given key as a boolean.
getBoolean(int) - Method in class org.apache.flink.core.memory.MemorySegment
Reads one byte at the given position and returns its boolean representation.
getBoolean(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
getBoolean(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
getBoolean(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
getBoolean(String, boolean) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
getBoolean(String, String) - Method in class org.apache.flink.streaming.connectors.json.JSONParseFlatMap
Get the boolean value associated with a key form a JSON code.
getBranchesForParent(PactConnection) - Method in class org.apache.flink.compiler.dag.DataSinkNode
 
getBranchesForParent(PactConnection) - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
getBranchingNode() - Method in class org.apache.flink.compiler.dag.OptimizerNode.UnclosedBranchDescriptor
 
getBranchPlan() - Method in class org.apache.flink.compiler.plan.PlanNode
 
getBroadcastConnectionNames() - Method in class org.apache.flink.compiler.dag.OptimizerNode
Return the list of names associated with broadcast inputs for this node.
getBroadcastConnections() - Method in class org.apache.flink.compiler.dag.OptimizerNode
Return the list of inputs associated with broadcast variables for this node.
getBroadcastGroupSize(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getBroadcastInputName(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getBroadcastInputs() - Method in class org.apache.flink.api.common.operators.AbstractUdfOperator
Returns the input, or null, if none is set.
getBroadcastInputs() - Method in class org.apache.flink.api.common.operators.base.BulkIterationBase
The BulkIteration meta operator cannot have broadcast inputs.
getBroadcastInputs() - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase
DeltaIteration meta operator cannot have broadcast inputs.
getBroadcastInputs() - Method in class org.apache.flink.compiler.plan.PlanNode
Gets a list of all broadcast inputs attached to this node.
getBroadcastInputSerializer(int, ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getBroadcastSet(String) - Method in class org.apache.flink.spargel.java.MessagingFunction
Gets the broadcast data set registered under the given name.
getBroadcastSet(String) - Method in class org.apache.flink.spargel.java.VertexUpdateFunction
Gets the broadcast data set registered under the given name.
getBroadcastSets() - Method in class org.apache.flink.api.java.operators.SingleInputUdfOperator
 
getBroadcastSets() - Method in class org.apache.flink.api.java.operators.TwoInputUdfOperator
 
getBroadcastSets() - Method in interface org.apache.flink.api.java.operators.UdfOperator
Gets the broadcast sets (name and data set) that have been added to context of the UDF.
getBroadcastVariable(String) - Method in interface org.apache.flink.api.common.functions.RuntimeContext
Returns the result bound to the broadcast variable identified by the given name.
getBroadcastVariable(String) - Method in class org.apache.flink.api.common.functions.util.RuntimeUDFContext
 
getBucket() - Method in class org.apache.flink.runtime.fs.s3.S3BucketObjectPair
Returns the name of the S3 bucket this object refers to.
getBucketBoundary(int, int) - Method in interface org.apache.flink.api.common.distributions.DataDistribution
Returns the i'th bucket's upper bound, given that the distribution is to be split into totalBuckets buckets.
getBucketBoundary(int, int) - Method in class org.apache.flink.api.common.distributions.SimpleDistribution
 
getBucketBoundary(int, int) - Method in class org.apache.flink.api.common.distributions.SimpleIntegerDistribution
 
getBucketBoundary(int, int) - Method in class org.apache.flink.api.common.distributions.UniformDoubleDistribution
 
getBucketBoundary(int, int) - Method in class org.apache.flink.api.common.distributions.UniformIntegerDistribution
 
getBuffer() - Method in class org.apache.flink.runtime.io.network.channels.BufferOrEvent
 
getBuffer() - Method in class org.apache.flink.runtime.io.network.Envelope
 
getBufferedMemory() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
getBufferedMemory() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Returns the amount of memory, in bytes, used for file buffers.
getBufferIterator() - Method in class org.apache.flink.streaming.state.SlidingWindowState
 
getBufferProvider(JobID, ChannelID) - Method in interface org.apache.flink.runtime.io.network.bufferprovider.BufferProviderBroker
 
getBufferProvider(JobID, ChannelID) - Method in class org.apache.flink.runtime.io.network.ChannelManager
 
getBufferSize() - Method in class org.apache.flink.api.common.io.DelimitedInputFormat
 
getBufferSize() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getBufferSize() - Method in interface org.apache.flink.runtime.io.network.bufferprovider.BufferProvider
Returns the size of buffers (in bytes) available at this buffer provider.
getBufferSize() - Method in class org.apache.flink.runtime.io.network.bufferprovider.DiscardBufferPool
 
getBufferSize() - Method in class org.apache.flink.runtime.io.network.bufferprovider.GlobalBufferPool
Returns the size of buffers (in bytes).
getBufferSize() - Method in class org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPool
 
getBufferSize() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
getBufferSize() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
getBufferTimeout() - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
 
getBufferTimeout() - Method in class org.apache.flink.streaming.api.StreamConfig
 
getBuildComparator() - Method in class org.apache.flink.api.common.operators.util.JoinHashMap
 
getBuildSerializer() - Method in class org.apache.flink.api.common.operators.util.JoinHashMap
 
getBuildSideBlockCount() - Method in class org.apache.flink.runtime.operators.hash.HashPartition
 
getBuildSideChannel() - Method in class org.apache.flink.runtime.operators.hash.HashPartition
 
getBuildSideComparator() - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
 
getBuildSideIterator() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
getBuildSideRecordCount() - Method in class org.apache.flink.runtime.operators.hash.HashPartition
 
getBuildSideSerializer() - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
 
getBytes(String, byte[]) - Method in class org.apache.flink.configuration.Configuration
Returns the value associated with the given key as a byte array.
getBytes() - Method in class org.apache.flink.core.io.StringRecord
Returns the raw bytes; however, only data up to StringRecord.getLength() is valid.
getBytes(String, byte[]) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
getBytesMemoryUsed() - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
Gets the number of bytes used by this output view, including written bytes and header bytes.
getBytesWritten() - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
Gets the number of pay-load bytes already written.
getCachedFiles() - Method in class org.apache.flink.api.common.Plan
return the registered caches files
getCachedMemory() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
getCachedMemory() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Returns the amount of memory, in bytes, used as cache memory.
getCachedSwapMemory() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
getCachedSwapMemory() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Returns the amount of swap, in bytes, used as cache memory.
getCallQueueLen() - Method in class org.apache.flink.runtime.ipc.Server
The number of rpc calls in the queue.
getCandidateAtBranchPoint(OptimizerNode) - Method in class org.apache.flink.compiler.plan.PlanNode
 
getCapacity() - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
Gets the total capacity of this sorter, in bytes.
getCapacity() - Method in interface org.apache.flink.runtime.operators.sort.InMemorySorter
Gets the total capacity of this sorter, in bytes.
getCapacity() - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
Gets the total capacity of this sorter, in bytes.
getChainedStubConfig(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getChainedTask(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getChainedTaskName(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getChannel(int) - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
getChannel() - Method in class org.apache.flink.runtime.net.SocketInputStream
Returns underlying channel used by inputstream.
getChannel() - Method in class org.apache.flink.runtime.net.SocketOutputStream
Returns underlying channel used by this stream.
getChannel() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ChannelWithBlockCount
 
getChannelID() - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelAccess
Gets the channel ID of this channel.
getChannelId() - Method in class org.apache.flink.streaming.api.streamrecord.UID
 
getChannelManager() - Method in class org.apache.flink.runtime.taskmanager.TaskManager
 
getChannels() - Method in class org.apache.flink.runtime.deployment.GateDeploymentDescriptor
 
getChannelType() - Method in class org.apache.flink.runtime.io.network.channels.Channel
 
getChannelType() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
getChannelType() - Method in class org.apache.flink.runtime.io.network.gates.Gate
 
getChar(int) - Method in class org.apache.flink.core.memory.MemorySegment
Reads two memory at the given position, composing them into a char value according to the current byte order.
getChar(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
getChar(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
getChar(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
getCharArray() - Method in class org.apache.flink.types.StringValue
Returns this StringValue's internal character data.
getCharsetName() - Method in class org.apache.flink.api.java.io.TextInputFormat
 
getCharsetName() - Method in class org.apache.flink.api.java.io.TextOutputFormat
 
getCharsetName() - Method in class org.apache.flink.api.java.io.TextValueInputFormat
 
getClass(String, Class<? extends T>, ClassLoader) - Method in class org.apache.flink.configuration.Configuration
Returns the class associated with the given key as a string.
getClass(String, Class<? extends T>, ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
getClassAtPos(int) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Gets the class of the field at the given position
getClassLoader(JobID) - Method in class org.apache.flink.runtime.execution.librarycache.BlobLibraryCacheManager
Returns the class loader to the specified vertex.
getClassLoader(JobID) - Method in class org.apache.flink.runtime.execution.librarycache.FallbackLibraryCacheManager
 
getClassLoader(JobID) - Method in interface org.apache.flink.runtime.execution.librarycache.LibraryCacheManager
Returns the user code class loader associated with id.
getClassName() - Method in exception org.apache.flink.runtime.ipc.RemoteException
 
getClassSchema() - Static method in class org.apache.flink.api.io.avro.example.User
 
getClient(CommandLine, ClassLoader) - Method in class org.apache.flink.client.CliFrontend
 
getClosedBranchingNodes() - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
getCoGroupReturnTypes(CoGroupFunction<IN1, IN2, OUT>, TypeInformation<IN1>, TypeInformation<IN2>) - Static method in class org.apache.flink.api.java.typeutils.TypeExtractor
 
getCollector() - Method in class org.apache.flink.streaming.api.streamvertex.OutputHandler
 
getCoLocationGroup() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
 
getCoLocationGroup() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
 
getCombinerUtilityNode() - Method in class org.apache.flink.compiler.dag.GroupReduceNode
 
getCombinerUtilityNode() - Method in class org.apache.flink.compiler.dag.ReduceNode
 
getComparator(int) - Method in class org.apache.flink.compiler.plan.SingleInputPlanNode
Gets the specified comparator from this PlanNode.
getComparator1() - Method in class org.apache.flink.compiler.plan.DualInputPlanNode
 
getComparator2() - Method in class org.apache.flink.compiler.plan.DualInputPlanNode
 
getComparatorWithCurrentReference() - Method in class org.apache.flink.runtime.util.KeyGroupedIterator
 
getComparatorWithCurrentReference() - Method in class org.apache.flink.runtime.util.KeyGroupedIteratorImmutable
 
getCompilerHints() - Method in class org.apache.flink.api.common.operators.Operator
Gets the compiler hints for this contract instance.
getComponentInfo() - Method in class org.apache.flink.api.common.typeinfo.BasicArrayTypeInfo
 
getComponentInfo() - Method in class org.apache.flink.api.java.typeutils.ObjectArrayTypeInfo
 
getComponentType() - Method in class org.apache.flink.api.java.typeutils.ObjectArrayTypeInfo
 
getComponentTypeClass() - Method in class org.apache.flink.api.common.typeinfo.BasicArrayTypeInfo
 
getConfigDir() - Method in class org.apache.flink.client.LocalExecutor
 
getConfigDir() - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
getConfiguration() - Static method in class org.apache.flink.configuration.GlobalConfiguration
Gets a Configuration object with the values of this GlobalConfiguration
getConfiguration() - Method in class org.apache.flink.hadoopcompatibility.mapreduce.HadoopInputFormat
 
getConfiguration() - Method in class org.apache.flink.hadoopcompatibility.mapreduce.HadoopOutputFormat
 
getConfiguration() - Method in class org.apache.flink.runtime.client.JobClient
Returns the Configuration object which can include special configuration settings for the job client.
getConfiguration() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Returns the vertex's configuration object which can be used to pass custom settings to the task at runtime.
getConfiguration() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
Gets the configuration that holds the actual values encoded.
getConfiguration() - Method in class org.apache.flink.streaming.api.StreamConfig
 
getConfigurationDirectory() - Method in class org.apache.flink.client.CliFrontend
 
getConnectAddress(Server) - Static method in class org.apache.flink.runtime.net.NetUtils
Returns InetSocketAddress that a client can use to connect to the server.
getConnectedId() - Method in class org.apache.flink.runtime.io.network.channels.Channel
 
getConnectionAddress() - Method in class org.apache.flink.runtime.io.network.RemoteReceiver
Returns the address of the connection to the remote TaskManager.
getConnectionIndex() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResult
 
getConnectionIndex() - Method in class org.apache.flink.runtime.io.network.RemoteReceiver
Returns the index of the connection to the remote TaskManager.
getConnectionInfo() - Method in class org.apache.flink.runtime.taskmanager.TaskManager
 
getConstantKeySet(int) - Method in class org.apache.flink.compiler.dag.OptimizerNode
Returns the key columns for the specific input, if all keys are preserved by this node.
getConsumer() - Method in interface org.apache.flink.api.java.io.RemoteCollector
 
getConsumer() - Method in class org.apache.flink.api.java.io.RemoteCollectorImpl
 
getConsumers() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResultPartition
 
getConsumers() - Method in class org.apache.flink.runtime.jobgraph.IntermediateDataSet
 
getContainingBulkIteration() - Method in class org.apache.flink.api.common.operators.base.BulkIterationBase.PartialSolutionPlaceHolder
 
getContainingIterationNode() - Method in class org.apache.flink.compiler.plan.BulkPartialSolutionPlanNode
 
getContainingIterationNode() - Method in class org.apache.flink.compiler.plan.SolutionSetPlanNode
 
getContainingIterationNode() - Method in class org.apache.flink.compiler.plan.WorksetPlanNode
 
getContainingWorksetIteration() - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase.SolutionSetPlaceHolder
 
getContainingWorksetIteration() - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase.WorksetPlaceHolder
 
getContractClass(Class<?>) - Static method in class org.apache.flink.api.common.operators.util.OperatorUtil
Returns the associated Operator type for the given RichFunction class.
getContractResolver(Plan) - Static method in class org.apache.flink.test.compiler.util.CompilerTestBase
 
getConvergenceCriterion() - Method in class org.apache.flink.api.common.aggregators.AggregatorRegistry
 
getConvergenceCriterion(ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getConvergenceCriterionAggregatorName() - Method in class org.apache.flink.api.common.aggregators.AggregatorRegistry
 
getConvergenceCriterionAggregatorName() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getCopyTask() - Method in interface org.apache.flink.runtime.execution.Environment
 
getCopyTask() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getCostWeight() - Method in class org.apache.flink.compiler.dag.BulkIterationNode
 
getCostWeight() - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
getCostWeight() - Method in class org.apache.flink.compiler.dag.PactConnection
 
getCostWeight() - Method in class org.apache.flink.compiler.dag.WorksetIterationNode
 
getCostWeight() - Method in class org.apache.flink.compiler.plan.Channel
 
getCostWeight() - Method in class org.apache.flink.compiler.plan.PlanNode
 
getCounter(Enum<?>) - Method in class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopDummyReporter
 
getCounter(String, String) - Method in class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopDummyReporter
 
getCpuCost() - Method in class org.apache.flink.compiler.costs.Costs
Gets the cost for the CPU.
getCrossReturnTypes(CrossFunction<IN1, IN2, OUT>, TypeInformation<IN1>, TypeInformation<IN2>) - Static method in class org.apache.flink.api.java.typeutils.TypeExtractor
 
getCumulativeCosts() - Method in class org.apache.flink.compiler.plan.PlanNode
Gets the cumulative costs of this nose.
getCumulativeCostsShare() - Method in class org.apache.flink.compiler.plan.PlanNode
 
getCurrent() - Method in class org.apache.flink.api.common.operators.util.ListKeyGroupedIterator.ValuesIterator
 
getCurrent() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable.ProbeIterator
 
getCurrent() - Method in class org.apache.flink.runtime.util.KeyGroupedIterator
 
getCurrent() - Method in class org.apache.flink.runtime.util.KeyGroupedIteratorImmutable
 
getCurrent() - Method in class org.apache.flink.util.NumberSequenceIterator
 
getCurrentAssignedResource() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
getCurrentBuffer() - Method in interface org.apache.flink.runtime.io.network.serialization.RecordSerializer
 
getCurrentBuffer() - Method in class org.apache.flink.runtime.io.network.serialization.SpanningRecordSerializer
 
getCurrentEvent() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
getCurrentEvent() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
getCurrentExecutionAttempt() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
getCurrentExecutionState() - Method in class org.apache.flink.runtime.event.job.VertexEvent
Returns the current execution state of the subtask this event belongs to.
getCurrentJobs() - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
getCurrentJobStatus() - Method in class org.apache.flink.runtime.event.job.JobEvent
Returns the current status of the job.
getCurrentKey() - Method in class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopTupleUnwrappingIterator
 
getCurrentNumberOfSubtasks() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
Returns the current number of subtasks.
getCurrentNumberOfSubtasks() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the current number of subtasks the respective task is split into.
getCurrentNumberOfSubtasks() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getCurrentNumberOfSubtasks() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
Returns the current number of subtasks the respective task is split into.
getCurrentOffset() - Method in class org.apache.flink.runtime.io.disk.SimpleCollectingOutputView
 
getCurrentOperatingSystem() - Static method in enum org.apache.flink.util.OperatingSystem
Gets the operating system that the JVM runs on from the java system properties.
getCurrentPartialSolutionPlanNode() - Method in class org.apache.flink.compiler.dag.BulkPartialSolutionNode
 
getCurrentPositionInSegment() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
Gets the position from which the next byte will be read.
getCurrentPositionInSegment() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
Gets the current write position (the position where the next bytes will be written) in the current memory segment.
getCurrentProbeRecord() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
getCurrentSegment() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
Gets the memory segment that will be used to read the next bytes from.
getCurrentSegment() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
Gets the segment that the view currently writes to.
getCurrentSegmentLimit() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
Gets the current limit in the memory segment.
getCurrentSolutionSetPlanNode() - Method in class org.apache.flink.compiler.dag.SolutionSetNode
 
getCurrentWorksetPlanNode() - Method in class org.apache.flink.compiler.dag.WorksetNode
 
getCustKey() - Method in class org.apache.flink.examples.java.relational.TPCHQuery3.Customer
 
getCustKey() - Method in class org.apache.flink.examples.java.relational.TPCHQuery3.Order
 
getDataBuffer() - Method in class org.apache.flink.runtime.types.FileRecord
 
getDataDistribution() - Method in class org.apache.flink.api.common.operators.GenericDataSinkBase
Gets the distribution to use for the range partitioning.
getDataDistribution() - Method in class org.apache.flink.compiler.dataproperties.RequestedGlobalProperties
Gets the data distribution.
getDataDistribution() - Method in class org.apache.flink.compiler.plan.Channel
 
getDataSet() - Method in class org.apache.flink.api.java.operators.DataSink
 
getDataSet() - Method in class org.apache.flink.api.java.operators.Grouping
 
getDataSinks() - Method in class org.apache.flink.api.common.Plan
Gets all the data sinks of this job.
getDataSinks() - Method in class org.apache.flink.compiler.plan.OptimizedPlan
Gets the data sinks from this OptimizedPlan.
getDataSinks(List<SinkPlanNode>) - Method in class org.apache.flink.compiler.plan.SinkJoinerPlanNode
 
getDataSourceNode() - Method in class org.apache.flink.compiler.plan.SourcePlanNode
 
getDataSources() - Method in class org.apache.flink.compiler.plan.OptimizedPlan
Gets the data sources from this OptimizedPlan.
getDataType() - Method in class org.apache.flink.api.common.typeutils.record.RecordSerializerFactory
 
getDataType() - Method in interface org.apache.flink.api.common.typeutils.TypeSerializerFactory
 
getDataType() - Method in class org.apache.flink.api.java.typeutils.runtime.RuntimeStatefulSerializerFactory
 
getDataType() - Method in class org.apache.flink.api.java.typeutils.runtime.RuntimeStatelessSerializerFactory
 
getDefaultBlockSize() - Method in class org.apache.flink.core.fs.FileSystem
Return the number of bytes that large input files should be optimally be split into to minimize I/O time.
getDefaultBlockSize() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
 
getDefaultBlockSize() - Method in class org.apache.flink.runtime.fs.maprfs.MapRFileSystem
 
getDefaultCentroidDataSet(ExecutionEnvironment) - Static method in class org.apache.flink.examples.java.clustering.util.KMeansData
 
getDefaultDataDataSet(ExecutionEnvironment) - Static method in class org.apache.flink.examples.java.ml.util.LinearRegressionData
 
getDefaultDegreeOfParallelism() - Method in class org.apache.flink.compiler.PactCompiler
 
getDefaultEdgeDataSet(ExecutionEnvironment) - Static method in class org.apache.flink.examples.java.graph.util.ConnectedComponentsData
 
getDefaultEdgeDataSet(ExecutionEnvironment) - Static method in class org.apache.flink.examples.java.graph.util.EnumTrianglesData
 
getDefaultEdgeDataSet(ExecutionEnvironment) - Static method in class org.apache.flink.examples.java.graph.util.PageRankData
 
getDefaultPagesDataSet(ExecutionEnvironment) - Static method in class org.apache.flink.examples.java.graph.util.PageRankData
 
getDefaultParallelism() - Method in class org.apache.flink.api.common.Plan
Gets the default degree of parallelism for this job.
getDefaultParallelism() - Method in class org.apache.flink.streaming.api.JobGraphBuilder
 
getDefaultParamsDataSet(ExecutionEnvironment) - Static method in class org.apache.flink.examples.java.ml.util.LinearRegressionData
 
getDefaultPointDataSet(ExecutionEnvironment) - Static method in class org.apache.flink.examples.java.clustering.util.KMeansData
 
getDefaultSocketFactory() - Static method in class org.apache.flink.runtime.net.NetUtils
 
getDefaultTextLineDataSet(ExecutionEnvironment) - Static method in class org.apache.flink.examples.java.wordcount.util.WordCountData
 
getDefaultVertexDataSet(ExecutionEnvironment) - Static method in class org.apache.flink.examples.java.graph.util.ConnectedComponentsData
 
getDegreeOfParallelism() - Method in class org.apache.flink.api.common.operators.Operator
Gets the degree of parallelism for this contract instance.
getDegreeOfParallelism() - Method in class org.apache.flink.api.java.CollectionEnvironment
 
getDegreeOfParallelism() - Method in class org.apache.flink.api.java.ExecutionEnvironment
Gets the degree of parallelism with which operation are executed by default.
getDegreeOfParallelism() - Method in class org.apache.flink.compiler.dag.OptimizerNode
Gets the degree of parallelism for the contract represented by this optimizer node.
getDegreeOfParallelism() - Method in class org.apache.flink.compiler.plan.PlanNode
 
getDegreeOfParallelism() - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Gets the degree of parallelism with which operation are executed by default.
getDegreeOfParallelism() - Method in class org.apache.flink.test.util.JavaProgramTestBase
 
getDelimiter() - Method in class org.apache.flink.api.common.io.DelimitedInputFormat
 
getDescription() - Method in interface org.apache.flink.api.common.ProgramDescription
Returns a description of the plan that is generated by the assembler and also of the arguments if they are available.
getDescription() - Method in class org.apache.flink.api.java.record.io.jdbc.example.JDBCExample
 
getDescription() - Method in class org.apache.flink.client.program.PackagedProgram
Returns the description provided by the Program class.
getDescription() - Method in class org.apache.flink.examples.java.graph.ConnectedComponents
 
getDescription() - Method in class org.apache.flink.examples.java.graph.TransitiveClosureNaive
 
getDescription() - Method in class org.apache.flink.hadoopcompatibility.mapred.record.example.WordCount
 
getDescription() - Method in class org.apache.flink.hadoopcompatibility.mapred.record.example.WordCountWithOutputFormat
 
getDescription() - Method in class org.apache.flink.runtime.client.AbstractJobResult
Returns the description containing further details in case of an error.
getDescription() - Method in class org.apache.flink.runtime.event.job.VertexEvent
Returns an optional description which may be attached to this event.
getDescription() - Method in class org.apache.flink.runtime.taskmanager.TaskOperationResult
 
getDescriptionPrefix() - Method in class org.apache.flink.api.common.operators.util.FieldList
 
getDescriptionPrefix() - Method in class org.apache.flink.api.common.operators.util.FieldSet
 
getDescriptionSuffix() - Method in class org.apache.flink.api.common.operators.util.FieldList
 
getDescriptionSuffix() - Method in class org.apache.flink.api.common.operators.util.FieldSet
 
getDestination() - Method in class org.apache.flink.compiler.deadlockdetect.DeadlockEdge
 
getDirectedEmit() - Method in class org.apache.flink.streaming.api.StreamConfig
 
getDirections(Ordering, int) - Static method in class org.apache.flink.compiler.util.Utils
 
getDiscount() - Method in class org.apache.flink.examples.java.relational.TPCHQuery3.Lineitem
 
getDiskCost() - Method in class org.apache.flink.compiler.costs.Costs
Gets the costs for disk.
getDistributedCache() - Method in interface org.apache.flink.api.common.functions.RuntimeContext
Returns the distributed cache to get the local tmp file.
getDistributedCache() - Method in class org.apache.flink.api.common.functions.util.RuntimeUDFContext
 
getDistributionPattern() - Method in class org.apache.flink.runtime.jobgraph.JobEdge
Returns the distribution pattern used for this edge.
getDocumentDataSet(ExecutionEnvironment) - Static method in class org.apache.flink.examples.java.relational.util.WebLogData
 
getDouble(String, double) - Method in class org.apache.flink.configuration.Configuration
Returns the value associated with the given key as a double.
getDouble(int) - Method in class org.apache.flink.core.memory.MemorySegment
Reads a double-precision floating point value (64bit, 8 bytes) from the given position, in the system's native byte order.
getDouble(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
getDouble(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
getDouble(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
getDouble(String, double) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
getDouble(String, String) - Method in class org.apache.flink.streaming.connectors.json.JSONParseFlatMap
Get the double value associated with a key form a JSON code.
getDoubleBigEndian(int) - Method in class org.apache.flink.core.memory.MemorySegment
Reads a double-precision floating point value (64bit, 8 bytes) from the given position, in big endian byte order.
getDoubleBigEndian(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
getDoubleCounter(String) - Method in interface org.apache.flink.api.common.functions.RuntimeContext
Convenience function to create a counter object for doubles.
getDoubleCounter(String) - Method in class org.apache.flink.api.common.functions.util.RuntimeUDFContext
 
getDoubleLittleEndian(int) - Method in class org.apache.flink.core.memory.MemorySegment
Reads a double-precision floating point value (64bit, 8 bytes) from the given position, in little endian byte order.
getDoubleLittleEndian(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
getDriver() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getDriverClass() - Method in enum org.apache.flink.runtime.operators.DriverStrategy
 
getDriverComparator(int) - Method in interface org.apache.flink.runtime.operators.PactTaskContext
 
getDriverComparator(int) - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
getDriverComparator(int, ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getDriverStrategy() - Method in class org.apache.flink.compiler.plan.PlanNode
Gets the driver strategy from this node.
getDriverStrategy() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getDualInputNodeSchema(DualInputPlanNode, T, T) - Method in class org.apache.flink.compiler.postpass.GenericFlatTypePostPass
 
getDualInputNodeSchema(DualInputPlanNode, SparseKeySchema, SparseKeySchema) - Method in class org.apache.flink.compiler.postpass.RecordModelPostPass
 
getDumpableInputs() - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
getDumpableInputs() - Method in class org.apache.flink.compiler.plan.PlanNode
 
getDumpableInputs() - Method in interface org.apache.flink.compiler.plandump.DumpableNode
 
getDynamicProperties(String) - Static method in class org.apache.flink.client.CliFrontend
 
getElements() - Method in class org.apache.flink.streaming.state.CircularFifoList
 
getElementsCollectedAndReset() - Method in class org.apache.flink.runtime.iterative.io.WorksetUpdateOutputCollector
 
getEntryIterator() - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
 
getEntryIterator() - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable
 
getEnumeratingVertices(int) - Static method in class org.apache.flink.test.testdata.ConnectedComponentsData
 
getEnvironment() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
Returns the environment of this task.
getEnvironment() - Method in class org.apache.flink.runtime.taskmanager.Task
 
getError() - Method in class org.apache.flink.runtime.taskmanager.TaskExecutionState
 
getErrorState() - Method in class org.apache.flink.types.parser.FieldParser
Gets the error state of the parser, as a value of the enumeration FieldParser.ParseErrorState.
getEstimatedAvgWidthPerOutputRecord() - Method in interface org.apache.flink.compiler.dag.EstimateProvider
Gets the estimated number of bytes per record.
getEstimatedAvgWidthPerOutputRecord() - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
getEstimatedAvgWidthPerOutputRecord() - Method in class org.apache.flink.compiler.dag.PactConnection
 
getEstimatedAvgWidthPerOutputRecord() - Method in class org.apache.flink.compiler.plan.Channel
 
getEstimatedNumRecords() - Method in interface org.apache.flink.compiler.dag.EstimateProvider
Gets the estimated number of records in the output of this node.
getEstimatedNumRecords() - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
getEstimatedNumRecords() - Method in class org.apache.flink.compiler.dag.PactConnection
 
getEstimatedNumRecords() - Method in class org.apache.flink.compiler.plan.Channel
 
getEstimatedOutputSize() - Method in interface org.apache.flink.compiler.dag.EstimateProvider
Gets the estimated output size from this node.
getEstimatedOutputSize() - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
getEstimatedOutputSize() - Method in class org.apache.flink.compiler.dag.PactConnection
 
getEstimatedOutputSize() - Method in class org.apache.flink.compiler.plan.Channel
 
getEvent() - Method in class org.apache.flink.runtime.io.network.channels.BufferOrEvent
 
getEventNotificationManager() - Method in class org.apache.flink.runtime.io.network.gates.Gate
Returns the event notification manager used to dispatch events.
getEvents() - Method in class org.apache.flink.runtime.client.JobProgressResult
Returns an iterator to the list of events transported within this job progress result object.
getEvents(JobID) - Method in interface org.apache.flink.runtime.jobmanager.archive.ArchiveListener
Get all archived Events for a job
getEvents(JobID) - Method in class org.apache.flink.runtime.jobmanager.archive.MemoryArchivist
 
getEvents(JobID) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
getEvents(JobID) - Method in interface org.apache.flink.runtime.protocols.ExtendedManagementProtocol
Retrieves the collected events for the job with the given job ID.
getEventsForJob(JobID, List<AbstractEvent>, boolean) - Method in class org.apache.flink.runtime.jobmanager.EventCollector
Retrieves and adds the collected events for the job with the given job ID to the provided list.
getEventsSerialized() - Method in class org.apache.flink.runtime.io.network.Envelope
 
getExecutedVertex() - Method in class org.apache.flink.runtime.instance.AllocatedSlot
 
getExecutingThread() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
Returns the thread which is assigned to execute the user code.
getExecutionAttemptID() - Method in class org.apache.flink.runtime.event.job.ExecutionStateChangeEvent
Returns the ID of the vertex this event refers to.
getExecutionAttemptId() - Method in class org.apache.flink.runtime.event.job.VertexEvent
 
getExecutionAttemptId() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexProfilingData
 
getExecutionEnvironment() - Method in class org.apache.flink.api.java.DataSet
Returns the ExecutionEnvironment in which this DataSet is registered.
getExecutionEnvironment() - Static method in class org.apache.flink.api.java.ExecutionEnvironment
Creates an execution environment that represents the context in which the program is currently executed.
getExecutionEnvironment() - Static method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Creates an execution environment that represents the context in which the program is currently executed.
getExecutionGraph() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
getExecutionGraph(JobID) - Method in interface org.apache.flink.runtime.jobmanager.archive.ArchiveListener
 
getExecutionGraph(JobID) - Method in class org.apache.flink.runtime.jobmanager.archive.MemoryArchivist
 
getExecutionGraph() - Method in class org.apache.flink.runtime.profiling.impl.JobProfilingData
 
getExecutionId() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
 
getExecutionId() - Method in class org.apache.flink.runtime.profiling.types.VertexProfilingEvent
 
getExecutionId() - Method in class org.apache.flink.runtime.taskmanager.Task
Gets the ID of the execution attempt.
getExecutionId() - Method in class org.apache.flink.runtime.taskmanager.TaskOperationResult
 
getExecutionMode() - Method in class org.apache.flink.runtime.taskmanager.TaskManager
 
getExecutionParallelism() - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
 
getExecutionParallelism() - Method in class org.apache.flink.streaming.api.JobGraphBuilder
 
getExecutionPlan() - Method in class org.apache.flink.api.java.CollectionEnvironment
 
getExecutionPlan() - Method in class org.apache.flink.api.java.ExecutionEnvironment
Creates the plan with which the system will execute the program, and returns it as a String using a JSON representation of the execution data flow graph.
getExecutionPlan() - Method in class org.apache.flink.api.java.LocalEnvironment
 
getExecutionPlan() - Method in class org.apache.flink.api.java.RemoteEnvironment
 
getExecutionPlan() - Method in class org.apache.flink.client.program.ContextEnvironment
 
getExecutionPlan() - Method in class org.apache.flink.client.program.PackagedProgram.PreviewPlanEnvironment
 
getExecutionState() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
getExecutionState() - Method in class org.apache.flink.runtime.taskmanager.Task
Returns the current execution state of the task.
getExecutionState() - Method in class org.apache.flink.runtime.taskmanager.TaskExecutionState
Returns the new execution state of the task.
getExtendedprice() - Method in class org.apache.flink.examples.java.relational.TPCHQuery3.Lineitem
 
getExternalProcessCommand() - Method in class org.apache.flink.api.java.record.io.ExternalProcessInputSplit
Returns the command to be executed to derive the input for this split
getFactory() - Method in enum org.apache.flink.api.java.aggregation.Aggregations
 
getFailureCause() - Method in class org.apache.flink.runtime.executiongraph.Execution
 
getFailureCause() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
getFavoriteColor() - Method in class org.apache.flink.api.io.avro.example.User.Builder
Gets the value of the 'favorite_color' field
getFavoriteColor() - Method in class org.apache.flink.api.io.avro.example.User
Gets the value of the 'favorite_color' field.
getFavoriteNumber() - Method in class org.apache.flink.api.io.avro.example.User.Builder
Gets the value of the 'favorite_number' field
getFavoriteNumber() - Method in class org.apache.flink.api.io.avro.example.User
Gets the value of the 'favorite_number' field.
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple
Gets the field at the specified position.
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple1
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple10
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple11
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple12
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple13
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple14
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple15
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple16
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple17
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple18
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple19
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple2
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple20
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple21
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple22
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple23
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple24
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple25
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple3
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple4
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple5
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple6
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple7
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple8
 
getField(int) - Method in class org.apache.flink.api.java.tuple.Tuple9
 
getField(int) - Method in class org.apache.flink.streaming.api.streamrecord.StreamRecord
Gets the field of the contained object at the given position.
getField(int, Class<T>) - Method in class org.apache.flink.types.Record
Gets the field at the given position from the record.
getField(int, T) - Method in class org.apache.flink.types.Record
Gets the field at the given position.
getFieldDelimiter() - Method in class org.apache.flink.api.common.io.GenericCsvInputFormat
 
getFieldInto(int, Value) - Method in class org.apache.flink.types.Record
Gets the field at the given position.
getFieldNotNull(int) - Method in class org.apache.flink.api.java.tuple.Tuple
Gets the field at the specified position, throws NullFieldException if the field is null.
getFieldNumber(int) - Method in class org.apache.flink.api.common.operators.Ordering
 
getFieldNumber() - Method in exception org.apache.flink.compiler.postpass.ConflictingFieldTypeInfoException
 
getFieldNumber() - Method in exception org.apache.flink.compiler.postpass.MissingFieldTypeInfoException
 
getFieldNumber() - Method in exception org.apache.flink.types.KeyFieldOutOfBoundsException
Gets the field number that was attempted to access.
getFieldNumber() - Method in exception org.apache.flink.types.NullKeyFieldException
Gets the field number that was attempted to access.
getFieldOrders() - Method in class org.apache.flink.api.common.operators.Ordering
 
getFieldParsers() - Method in class org.apache.flink.api.common.io.GenericCsvInputFormat
 
getFieldPos() - Method in exception org.apache.flink.types.NullFieldException
Gets the field number that was attempted to access.
getFieldPositions() - Method in class org.apache.flink.api.common.operators.Ordering
 
getFields() - Method in class org.apache.flink.api.java.operators.CrossOperator.ProjectCrossFunction
 
getFields() - Method in class org.apache.flink.api.java.operators.JoinOperator.ProjectFlatJoinFunction
 
getFieldsInto(int[], Value[]) - Method in class org.apache.flink.types.Record
Gets the fields at the given positions into an array.
getFieldsIntoCheckingNull(int[], Value[]) - Method in class org.apache.flink.types.Record
Gets the fields at the given positions into an array.
getFieldSortDirections() - Method in class org.apache.flink.api.common.operators.Ordering
 
getFieldTypes() - Method in class org.apache.flink.api.java.io.CsvInputFormat
 
getFile(String) - Method in class org.apache.flink.api.common.cache.DistributedCache
 
getFile() - Method in class org.apache.flink.core.fs.local.LocalFileStatus
 
getFile(BlobKey) - Method in class org.apache.flink.runtime.execution.librarycache.BlobLibraryCacheManager
 
getFile(BlobKey) - Method in class org.apache.flink.runtime.execution.librarycache.FallbackLibraryCacheManager
 
getFile(BlobKey) - Method in interface org.apache.flink.runtime.execution.librarycache.LibraryCacheManager
Returns a file handle to the file identified by the blob key.
getFileBlockLocations(FileStatus, long, long) - Method in class org.apache.flink.core.fs.FileSystem
Return an array containing hostnames, offset and size of portions of the given file.
getFileBlockLocations(FileStatus, long, long) - Method in class org.apache.flink.core.fs.local.LocalFileSystem
 
getFileBlockLocations(FileStatus, long, long) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
 
getFileBlockLocations(FileStatus, long, long) - Method in class org.apache.flink.runtime.fs.maprfs.MapRFileSystem
 
getFileBlockLocations(FileStatus, long, long) - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
 
getFilehandlesDriver() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getFilehandlesInput(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getFileName() - Method in class org.apache.flink.runtime.types.FileRecord
 
getFilePath() - Method in class org.apache.flink.api.common.io.FileInputFormat
 
getFilePath() - Method in class org.apache.flink.api.common.operators.base.FileDataSinkBase
Returns the configured file path where the output is written to.
getFilePath() - Method in class org.apache.flink.api.common.operators.base.FileDataSourceBase
Returns the file path from which the input is read.
getFilePath() - Method in class org.apache.flink.api.java.io.CsvReader
 
getFilePath() - Method in class org.apache.flink.api.java.record.operators.FileDataSink
Deprecated.
Returns the configured file path where the output is written to.
getFiles() - Method in class org.apache.flink.api.common.io.BinaryInputFormat
 
getFileStats(FileInputFormat.FileBaseStatistics, Path, FileSystem, ArrayList<FileStatus>) - Method in class org.apache.flink.api.common.io.FileInputFormat
 
getFileStatus(Path) - Method in class org.apache.flink.core.fs.FileSystem
Return a file status object that represents the path.
getFileStatus(Path) - Method in class org.apache.flink.core.fs.local.LocalFileSystem
 
getFileStatus(Path) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
 
getFileStatus(Path) - Method in class org.apache.flink.runtime.fs.maprfs.MapRFileSystem
 
getFileStatus(Path) - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
 
getFileSystem() - Method in class org.apache.flink.core.fs.Path
Returns the FileSystem that owns this Path.
getFileSystemByName(String) - Static method in class org.apache.flink.util.ClassUtils
Searches for a file system class by its name and attempts to load it.
getFilterFactor() - Method in class org.apache.flink.api.common.operators.CompilerHints
 
getFirst() - Method in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
Returns the first DataStream.
getFirst() - Method in class org.apache.flink.types.Pair
Returns the first encapsulated pair element.
getFirstDegree() - Method in class org.apache.flink.examples.java.graph.util.EnumTrianglesDataTypes.EdgeWithDegrees
 
getFirstIncomingConnection() - Method in class org.apache.flink.compiler.dag.TwoInputNode
Gets the PactConnection through which this node receives its first input.
getFirstInput() - Method in class org.apache.flink.api.common.operators.DualInputOperator
Returns the first input, or null, if none is set.
getFirstInputType() - Method in class org.apache.flink.api.common.operators.BinaryOperatorInformation
 
getFirstPredecessorNode() - Method in class org.apache.flink.compiler.dag.TwoInputNode
 
getFirstRecordStart() - Method in class org.apache.flink.api.common.io.BlockInfo
Returns the firstRecordStart.
getFirstVertex() - Method in class org.apache.flink.examples.java.graph.util.EnumTrianglesDataTypes.Edge
 
getFirstVertex() - Method in class org.apache.flink.examples.java.graph.util.EnumTrianglesDataTypes.EdgeWithDegrees
 
getFlatComparator(List<TypeComparator>) - Method in class org.apache.flink.api.common.typeutils.CompositeTypeComparator
 
getFlatComparator(List<TypeComparator>) - Method in class org.apache.flink.api.java.typeutils.runtime.PojoComparator
 
getFlatComparator(List<TypeComparator>) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleComparatorBase
 
getFlatComparators() - Method in class org.apache.flink.api.common.typeutils.base.BasicTypeComparator
 
getFlatComparators() - Method in class org.apache.flink.api.common.typeutils.CompositeTypeComparator
 
getFlatComparators() - Method in class org.apache.flink.api.common.typeutils.record.RecordComparator
 
getFlatComparators() - Method in class org.apache.flink.api.common.typeutils.TypeComparator
Get the field comparators.
getFlatComparators() - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueComparator
 
getFlatComparators() - Method in class org.apache.flink.api.java.typeutils.runtime.GenericTypeComparator
 
getFlatComparators() - Method in class org.apache.flink.api.java.typeutils.runtime.ValueComparator
 
getFlatComparators() - Method in class org.apache.flink.api.java.typeutils.runtime.WritableComparator
 
getFlatJoinReturnTypes(FlatJoinFunction<IN1, IN2, OUT>, TypeInformation<IN1>, TypeInformation<IN2>) - Static method in class org.apache.flink.api.java.typeutils.TypeExtractor
 
getFlatMapReturnTypes(FlatMapFunction<IN, OUT>, TypeInformation<IN>) - Static method in class org.apache.flink.api.java.typeutils.TypeExtractor
 
getFloat(String, float) - Method in class org.apache.flink.configuration.Configuration
Returns the value associated with the given key as a float.
getFloat(String, float) - Static method in class org.apache.flink.configuration.GlobalConfiguration
Returns the value associated with the given key as a float.
getFloat(int) - Method in class org.apache.flink.core.memory.MemorySegment
Reads a single-precision floating point value (32bit, 4 bytes) from the given position, in the system's native byte order.
getFloat(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
getFloat(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
getFloat(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
getFloat(String, float) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
getFloatBigEndian(int) - Method in class org.apache.flink.core.memory.MemorySegment
Reads a single-precision floating point value (32bit, 4 bytes) from the given position, in big endian byte order.
getFloatBigEndian(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
getFloatLittleEndian(int) - Method in class org.apache.flink.core.memory.MemorySegment
Reads a single-precision floating point value (32bit, 4 bytes) from the given position, in little endian byte order.
getFloatLittleEndian(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
getForClass(Class<X>) - Static method in class org.apache.flink.api.java.typeutils.TypeExtractor
 
getFormat() - Method in class org.apache.flink.api.java.operators.DataSink
 
getFormatWrapper() - Method in class org.apache.flink.api.common.operators.GenericDataSinkBase
Gets the class describing this sinks output format.
getFormatWrapper() - Method in class org.apache.flink.api.common.operators.GenericDataSourceBase
Gets the class describing the input format.
getForObject(X) - Static method in class org.apache.flink.api.java.typeutils.TypeExtractor
 
getForwardedField(int) - Method in class org.apache.flink.api.common.operators.SingleInputSemanticProperties
Gets the fields in the destination record where the source field is forwarded.
getForwardedField1(int) - Method in class org.apache.flink.api.common.operators.DualInputSemanticProperties
Gets the fields in the destination record where the source field from the first input is forwarded.
getForwardedField2(int) - Method in class org.apache.flink.api.common.operators.DualInputSemanticProperties
Gets the fields in the destination record where the source field from the second input is forwarded.
getFQDNHostname() - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
Returns the host name of the instance.
getFreedMemory() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
getFreeMemory() - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
 
getFreeMemory() - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable
 
getFreeMemory() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
getFreeMemory() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Returns the amount of free memory of the corresponding instance.
getFreeSlotForTask(ExecutionVertex, Iterable<Instance>) - Method in class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
Gets a suitable instance to schedule the vertex execution to.
getFrequency() - Method in class org.apache.flink.examples.java.wordcount.PojoExample.Word
 
getFullSegments() - Method in class org.apache.flink.runtime.io.disk.iomanager.BulkBlockChannelReader
 
getFunction() - Method in class org.apache.flink.streaming.api.StreamConfig
 
getFunctionClass(ClassLoader) - Method in class org.apache.flink.streaming.api.StreamConfig
 
getFunctionName() - Method in class org.apache.flink.streaming.api.StreamConfig
 
getFunctionRuntimeContext(Function, RuntimeContext) - Static method in class org.apache.flink.api.common.functions.util.FunctionUtils
 
getGateID() - Method in class org.apache.flink.runtime.io.network.gates.Gate
 
getGeneratedId() - Method in class org.apache.flink.streaming.api.streamrecord.UID
 
getGenericFieldTypes() - Method in class org.apache.flink.api.common.io.GenericCsvInputFormat
 
getGlobalBufferPool() - Method in class org.apache.flink.runtime.io.network.ChannelManager
 
getGlobalConfiguration() - Method in class org.apache.flink.client.CliFrontend
Reads configuration settings.
getGlobalProperties() - Method in class org.apache.flink.compiler.dataproperties.InterestingProperties
Gets the interesting global properties.
getGlobalProperties() - Method in class org.apache.flink.compiler.plan.Channel
 
getGlobalProperties() - Method in class org.apache.flink.compiler.plan.PlanNode
Gets the global properties from this PlanNode.
getGraph() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
 
getGroupedFields() - Method in class org.apache.flink.compiler.dataproperties.LocalProperties
Gets the grouped fields.
getGroupedFields() - Method in class org.apache.flink.compiler.dataproperties.RequestedLocalProperties
Gets the grouped fields.
getGroupId() - Method in class org.apache.flink.runtime.jobmanager.scheduler.CoLocationConstraint
 
getGroupId() - Method in class org.apache.flink.runtime.jobmanager.scheduler.SubSlot
 
getGroupOrder(int) - Method in class org.apache.flink.api.common.operators.base.CoGroupOperatorBase
Gets the value order for an input, i.e.
getGroupOrder() - Method in class org.apache.flink.api.common.operators.base.GroupReduceOperatorBase
Gets the order of elements within a reduce group.
getGroupOrderForInputOne() - Method in class org.apache.flink.api.common.operators.base.CoGroupOperatorBase
Gets the order of elements within a group for the first input.
getGroupOrderForInputTwo() - Method in class org.apache.flink.api.common.operators.base.CoGroupOperatorBase
Gets the order of elements within a group for the second input.
getGroupReduceInvokable(GroupReduceFunction<OUT, R>) - Method in class org.apache.flink.streaming.api.datastream.BatchedDataStream
 
getGroupReduceInvokable(GroupReduceFunction<OUT, R>) - Method in class org.apache.flink.streaming.api.datastream.WindowDataStream
 
getGroupReduceReturnTypes(GroupReduceFunction<IN, OUT>, TypeInformation<IN>) - Static method in class org.apache.flink.api.java.typeutils.TypeExtractor
 
getGroupSize(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getGroupSortKeyPositions() - Method in class org.apache.flink.api.java.operators.SortedGrouping
 
getGroupSortOrders() - Method in class org.apache.flink.api.java.operators.SortedGrouping
 
getGuaranteedAvailableMemory() - Method in class org.apache.flink.compiler.plan.PlanNode
 
getHadoopConfiguration() - Static method in class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
Returns a new Hadoop Configuration object using the path to the hadoop conf configured in the main configuration (flink-conf.yaml).
getHadoopInputFormat() - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopInputFormat
 
getHadoopInputFormat() - Method in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordInputFormat
 
getHadoopInputFormat() - Method in class org.apache.flink.hadoopcompatibility.mapreduce.HadoopInputFormat
 
getHadoopInputSplit() - Method in class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopInputSplit
 
getHadoopInputSplit() - Method in class org.apache.flink.hadoopcompatibility.mapreduce.wrapper.HadoopInputSplit
 
getHadoopOutputFormat() - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopOutputFormat
 
getHadoopOutputFormat() - Method in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordOutputFormat
 
getHadoopOutputFormat() - Method in class org.apache.flink.hadoopcompatibility.mapreduce.HadoopOutputFormat
 
getHardIrqCPU() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
getHardIrqCPU() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Returns the percentage of time the CPU(s) spent in state HARD_IRQ during the profiling interval.
getHashJoin(TypeSerializer<BT>, TypeComparator<BT>, TypeSerializer<PT>, TypeComparator<PT>, TypePairComparator<PT, BT>, MemoryManager, IOManager, AbstractInvokable, double) - Method in class org.apache.flink.runtime.operators.hash.BuildFirstHashMatchIterator
 
getHashJoin(TypeSerializer<BT>, TypeComparator<BT>, TypeSerializer<PT>, TypeComparator<PT>, TypePairComparator<PT, BT>, MemoryManager, IOManager, AbstractInvokable, double) - Method in class org.apache.flink.runtime.operators.hash.BuildFirstReOpenableHashMatchIterator
 
getHashJoin(TypeSerializer<BT>, TypeComparator<BT>, TypeSerializer<PT>, TypeComparator<PT>, TypePairComparator<PT, BT>, MemoryManager, IOManager, AbstractInvokable, double) - Method in class org.apache.flink.runtime.operators.hash.BuildSecondHashMatchIterator
 
getHashJoin(TypeSerializer<BT>, TypeComparator<BT>, TypeSerializer<PT>, TypeComparator<PT>, TypePairComparator<PT, BT>, MemoryManager, IOManager, AbstractInvokable, double) - Method in class org.apache.flink.runtime.operators.hash.BuildSecondReOpenableHashMatchIterator
 
getHdfsConfig() - Method in class org.apache.flink.client.LocalExecutor
 
getHdfsConfigFile() - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
getHeuristicCpuCost() - Method in class org.apache.flink.compiler.costs.Costs
Gets the heuristic cost for the CPU.
getHeuristicDiskCost() - Method in class org.apache.flink.compiler.costs.Costs
Gets the heuristic costs for disk.
getHeuristicNetworkCost() - Method in class org.apache.flink.compiler.costs.Costs
Gets the heuristic network cost.
getHistogram(String) - Method in interface org.apache.flink.api.common.functions.RuntimeContext
Convenience function to create a counter object for histograms.
getHistogram(String) - Method in class org.apache.flink.api.common.functions.util.RuntimeUDFContext
 
getHostname() - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
 
getHostnameFromFQDN(String) - Static method in class org.apache.flink.util.NetUtils
Turn a fully qualified domain name (fqdn) into a hostname.
getHostnames() - Method in class org.apache.flink.core.io.LocatableInputSplit
Returns the names of the hosts storing the data this input split refers to
getHosts() - Method in interface org.apache.flink.core.fs.BlockLocation
Get the list of hosts (hostname) hosting this block.
getHosts() - Method in class org.apache.flink.core.fs.local.LocalBlockLocation
 
getHosts() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedBlockLocation
 
getHosts() - Method in class org.apache.flink.runtime.fs.s3.S3BlockLocation
 
getId() - Method in class org.apache.flink.api.java.ExecutionEnvironment
Gets the UUID by which this environment is identified.
getId() - Method in class org.apache.flink.compiler.dag.OptimizerNode
Gets the ID of this node.
getId() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResult
 
getId() - Method in class org.apache.flink.runtime.instance.Instance
 
getID() - Method in class org.apache.flink.runtime.io.network.channels.Channel
 
getID() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Returns the ID of this job vertex.
getId() - Method in class org.apache.flink.runtime.jobgraph.IntermediateDataSet
 
getId() - Method in class org.apache.flink.runtime.jobmanager.scheduler.CoLocationGroup
 
getID() - Method in class org.apache.flink.runtime.taskmanager.TaskExecutionState
Returns the ID of the task this result belongs to
getId() - Method in class org.apache.flink.streaming.api.datastream.DataStream
Returns the ID of the DataStream.
getId() - Method in class org.apache.flink.streaming.api.streamrecord.StreamRecord
 
getId() - Method in class org.apache.flink.streaming.api.streamrecord.UID
 
getIdleCPU() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
getIdleCPU() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Returns the percentage of time the CPU(s) spent in state IDLE during the profiling interval.
getIdString() - Method in class org.apache.flink.api.java.ExecutionEnvironment
Gets the UUID by which this environment is identified, as a string.
getIncomingConnection() - Method in class org.apache.flink.compiler.dag.SingleInputNode
Gets the input of this operator.
getIncomingConnections() - Method in class org.apache.flink.compiler.dag.AbstractPartialSolutionNode
 
getIncomingConnections() - Method in class org.apache.flink.compiler.dag.DataSinkNode
 
getIncomingConnections() - Method in class org.apache.flink.compiler.dag.DataSourceNode
 
getIncomingConnections() - Method in class org.apache.flink.compiler.dag.OptimizerNode
This method needs to be overridden by subclasses to return the children.
getIncomingConnections() - Method in class org.apache.flink.compiler.dag.SingleInputNode
 
getIncomingConnections() - Method in class org.apache.flink.compiler.dag.TwoInputNode
 
getInDegree() - Method in class org.apache.flink.compiler.deadlockdetect.DeadlockVertex
 
getIndex() - Method in class org.apache.flink.runtime.io.network.channels.Channel
 
getIndex() - Method in class org.apache.flink.runtime.io.network.gates.Gate
 
getIndexInSubtaskGroup() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
Returns the task's index in the subtask group.
getIndexInSubtaskGroup() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the index of this subtask in the subtask group.
getIndexInSubtaskGroup() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getIndexInSubtaskGroup() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
Returns the index of this subtask in the subtask group.
getIndexOfSubtask() - Method in class org.apache.flink.runtime.event.job.VertexEvent
Returns the index of the subtask that this event belongs to.
getIndexOfThisSubtask() - Method in interface org.apache.flink.api.common.functions.RuntimeContext
Gets the number of the parallel subtask.
getIndexOfThisSubtask() - Method in class org.apache.flink.api.common.functions.util.RuntimeUDFContext
 
getInetAdress() - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
 
getInetFromHostport(String) - Static method in class org.apache.flink.client.RemoteExecutor
 
getInfoFor(Class<X>) - Static method in class org.apache.flink.api.common.typeinfo.BasicArrayTypeInfo
 
getInfoFor(Class<X>) - Static method in class org.apache.flink.api.common.typeinfo.BasicTypeInfo
 
getInfoFor(Class<X>) - Static method in class org.apache.flink.api.common.typeinfo.PrimitiveArrayTypeInfo
 
getInfoFor(Type, TypeInformation<C>) - Static method in class org.apache.flink.api.java.typeutils.ObjectArrayTypeInfo
 
getInfoFor(Type) - Static method in class org.apache.flink.api.java.typeutils.ObjectArrayTypeInfo
 
getInfoSize() - Method in class org.apache.flink.api.common.io.BlockInfo
 
getInitialSolutionSet() - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase
Returns the initial solution set input, or null, if none is set.
getInitialSolutionSet() - Method in class org.apache.flink.api.java.operators.DeltaIteration
Gets the initial solution set.
getInitialSolutionSetInput() - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
getInitialSolutionSetPredecessorNode() - Method in class org.apache.flink.compiler.dag.WorksetIterationNode
 
getInitialTableSize(int, int, int, int) - Static method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
getInitialWorkset() - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase
Returns the initial workset input, or null, if none is set.
getInitialWorkset() - Method in class org.apache.flink.api.java.operators.DeltaIteration
Gets the initial workset.
getInitialWorksetInput() - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
getInitialWorksetPredecessorNode() - Method in class org.apache.flink.compiler.dag.WorksetIterationNode
 
getInput() - Method in class org.apache.flink.api.common.operators.GenericDataSinkBase
Returns this operator's input operator.
getInput() - Method in class org.apache.flink.api.common.operators.SingleInputOperator
Returns the input operator or data source, or null, if none is set.
getInput() - Method in class org.apache.flink.api.java.operators.SingleInputOperator
Gets the data set that this operation uses as its input.
getInput() - Method in class org.apache.flink.compiler.plan.SingleInputPlanNode
Gets the input channel to this node.
getInput(int) - Method in interface org.apache.flink.runtime.operators.PactTaskContext
 
getInput(int) - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
getInput1() - Method in class org.apache.flink.api.java.operators.TwoInputOperator
Gets the data set that this operation uses as its first input.
getInput1() - Method in class org.apache.flink.compiler.plan.DualInputPlanNode
Gets the first input channel to this node.
getInput1Type() - Method in class org.apache.flink.api.java.operators.TwoInputOperator
Gets the type information of the data type of the first input data set.
getInput2() - Method in class org.apache.flink.api.java.operators.TwoInputOperator
Gets the data set that this operation uses as its second input.
getInput2() - Method in class org.apache.flink.compiler.plan.DualInputPlanNode
Gets the second input channel to this node.
getInput2Type() - Method in class org.apache.flink.api.java.operators.TwoInputOperator
Gets the type information of the data type of the second input data set.
getInputChannel(int) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
Returns the input channel from position pos of the gate's internal channel list.
getInputChannelID() - Method in class org.apache.flink.runtime.deployment.ChannelDeploymentDescriptor
Returns the input channel ID attached to this deployment descriptor.
getInputChannelId() - Method in class org.apache.flink.runtime.executiongraph.ExecutionEdge
 
getInputChannelIDs() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the IDs of all input channels connected to this environment.
getInputChannelIDs() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getInputChannelIDsOfGate(GateID) - Method in interface org.apache.flink.runtime.execution.Environment
Returns the IDs of all the input channels connected to the gate with the given ID.
getInputChannelIDsOfGate(GateID) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getInputComparator(int, ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getInputConnection() - Method in class org.apache.flink.compiler.dag.DataSinkNode
Gets the input of the sink.
getInputEdges(int) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
getInputFormat() - Method in class org.apache.flink.api.java.operators.DataSource
Gets the input format that is executed by this data source.
getInputFormatTypes(InputFormat<IN, ?>) - Static method in class org.apache.flink.api.java.typeutils.TypeExtractor
 
getInputGate(int) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
Returns the registered input gate with index pos.
getInputGate() - Method in class org.apache.flink.runtime.io.network.api.AbstractSingleGateRecordReader
 
getInputGate() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
Returns the input gate associated with the input channel.
getInputGateIDs() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the IDs of all input gates connected to this environment.
getInputGateIDs() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getInputGates() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
 
getInputIter() - Method in class org.apache.flink.streaming.api.streamvertex.InputHandler
 
getInputKeySet(int) - Method in class org.apache.flink.compiler.dag.TwoInputNode
Returns the key fields of the given input.
getInputLocalStrategy(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getInputNum() - Method in class org.apache.flink.runtime.executiongraph.ExecutionEdge
 
getInputs() - Method in class org.apache.flink.compiler.plan.BulkPartialSolutionPlanNode
 
getInputs() - Method in class org.apache.flink.compiler.plan.DualInputPlanNode
 
getInputs() - Method in class org.apache.flink.compiler.plan.NAryUnionPlanNode
 
getInputs() - Method in class org.apache.flink.compiler.plan.PlanNode
 
getInputs() - Method in class org.apache.flink.compiler.plan.SingleInputPlanNode
 
getInputs() - Method in class org.apache.flink.compiler.plan.SolutionSetPlanNode
 
getInputs() - Method in class org.apache.flink.compiler.plan.SourcePlanNode
 
getInputs() - Method in class org.apache.flink.compiler.plan.WorksetPlanNode
 
getInputs() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
 
getInputs() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
 
getInputSerializer(int) - Method in interface org.apache.flink.runtime.operators.PactTaskContext
 
getInputSerializer(int) - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
getInputSerializer(int, ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getInputSerializer() - Method in class org.apache.flink.streaming.api.streamvertex.InputHandler
 
getInputSplit() - Method in class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopDummyReporter
 
getInputSplitAssigner(FileInputSplit[]) - Method in class org.apache.flink.api.common.io.FileInputFormat
 
getInputSplitAssigner(GenericInputSplit[]) - Method in class org.apache.flink.api.common.io.GenericInputFormat
 
getInputSplitAssigner(T[]) - Method in interface org.apache.flink.api.common.io.InputFormat
Gets the type of the input splits that are processed by this input format.
getInputSplitAssigner(InputSplit[]) - Method in class org.apache.flink.api.java.io.jdbc.JDBCInputFormat
 
getInputSplitAssigner(T[]) - Method in interface org.apache.flink.core.io.InputSplitSource
Returns the assigner for the input splits.
getInputSplitAssigner(HadoopInputSplit[]) - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopInputFormat
 
getInputSplitAssigner(HadoopInputSplit[]) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordInputFormat
 
getInputSplitAssigner(HadoopInputSplit[]) - Method in class org.apache.flink.hadoopcompatibility.mapreduce.HadoopInputFormat
 
getInputSplitProvider() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the input split provider assigned to this environment.
getInputSplitProvider() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getInputSplits() - Method in class org.apache.flink.api.common.io.BinaryInputFormat
 
getInputSplitSource() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
 
getInputStream(Socket) - Static method in class org.apache.flink.runtime.net.NetUtils
Same as getInputStream(socket, socket.getSoTimeout()).

From documentation for NetUtils.getInputStream(Socket, long):
Returns InputStream for the socket.
getInputStream(Socket, long) - Static method in class org.apache.flink.runtime.net.NetUtils
Returns InputStream for the socket.
getInputType() - Method in class org.apache.flink.api.common.operators.UnaryOperatorInformation
 
getInputType() - Method in class org.apache.flink.api.java.operators.SingleInputOperator
Gets the type information of the data type of the input data set.
getInputType(int) - Method in class org.apache.flink.streaming.api.StreamConfig
 
getInputType1() - Method in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
Gets the type of the first input
getInputType2() - Method in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
Gets the type of the second input
getInputView() - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputViewStream
 
getInstance() - Method in class org.apache.flink.runtime.instance.AllocatedSlot
 
getInstance() - Method in exception org.apache.flink.runtime.instance.InstanceDiedException
 
getInstance() - Method in class org.apache.flink.runtime.plugable.DeserializationDelegate
 
getInstance() - Method in class org.apache.flink.runtime.plugable.SerializationDelegate
 
getInstance() - Static method in class org.apache.flink.types.NullValue
Returns the NullValue singleton instance.
getInstanceConnectionInfo() - Method in class org.apache.flink.runtime.instance.Instance
Returns the instance's connection information object.
getInstanceConnectionInfo() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
getInstanceID() - Method in class org.apache.flink.streaming.api.streamvertex.StreamVertex
 
getInstanceManager() - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
getInstanceName() - Method in class org.apache.flink.runtime.profiling.types.SingleInstanceProfilingEvent
Returns the name of the instance.
getInstances() - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
getInstanceSummaryProfilingData(long) - Method in class org.apache.flink.runtime.profiling.impl.JobProfilingData
 
getInstanceTypeName() - Method in class org.apache.flink.compiler.plan.OptimizedPlan
Gets the name of the instance type that should be used for this PACT job.
getInt(int) - Method in class org.apache.flink.core.memory.MemorySegment
Reads an int value (32bit, 4 bytes) from the given position, in the system's native byte order.
getInt(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
getInt(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
getInt(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
getInt(String, String) - Method in class org.apache.flink.streaming.connectors.json.JSONParseFlatMap
Get the int value associated with a key form a JSON code.
getIntBigEndian(int) - Method in class org.apache.flink.core.memory.MemorySegment
Reads an int value (32bit, 4 bytes) from the given position, in big endian byte order.
getIntBigEndian(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
getIntBigEndian(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
getIntBigEndian(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
getIntCounter(String) - Method in interface org.apache.flink.api.common.functions.RuntimeContext
Convenience function to create a counter object for integers.
getIntCounter(String) - Method in class org.apache.flink.api.common.functions.util.RuntimeUDFContext
 
getIntCounterResult(String) - Method in class org.apache.flink.api.common.JobExecutionResult
 
getInteger(String, int) - Method in class org.apache.flink.configuration.Configuration
Returns the value associated with the given key as an integer.
getInteger(String, int) - Static method in class org.apache.flink.configuration.GlobalConfiguration
Returns the value associated with the given key as an integer.
getInteger() - Method in class org.apache.flink.runtime.event.task.IntegerTaskEvent
Returns the stored integer value.
getInteger(String, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
getInterestingProperties() - Method in class org.apache.flink.compiler.dag.OptimizerNode
Gets the properties that are interesting for this node to produce.
getInterestingProperties() - Method in class org.apache.flink.compiler.dag.PactConnection
Gets the interesting properties object for this pact connection.
getIntermediateResult() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResultPartition
 
getInternalFileStatus() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileStatus
 
getIntLittleEndian(int) - Method in class org.apache.flink.core.memory.MemorySegment
Reads an int value (32bit, 4 bytes) from the given position, in little endian byte order.
getIntLittleEndian(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
getIntLittleEndian(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
getIntLittleEndian(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
getInTypeInfo(String) - Method in class org.apache.flink.streaming.api.JobGraphBuilder
 
getInvokable() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
Returns the invokable object that represents the Nephele task.
getInvokableClass(ClassLoader) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Returns the invokable class which represents the task of this vertex
getInvokableClassName() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
Returns the name of the class containing the task code to be executed.
getInvokableClassName() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Returns the name of the invokable class which represents the task of this vertex.
getInvolvedIndexes() - Method in class org.apache.flink.api.common.operators.Ordering
 
getIOManager() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the current IOManager.
getIOManager() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getIOManager() - Method in interface org.apache.flink.runtime.operators.PactTaskContext
 
getIOManager() - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
getIOWaitCPU() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
getIOWaitCPU() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Returns the percentage of time the CPU(s) spent in state IOWAIT during the profiling interval.
getIsFromFirst() - Method in class org.apache.flink.api.java.operators.CrossOperator.ProjectCrossFunction
 
getIsFromFirst() - Method in class org.apache.flink.api.java.operators.JoinOperator.ProjectFlatJoinFunction
 
getIsSolutionSetUpdate() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getIsSolutionSetUpdateWithoutReprobe() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getIsWorksetIteration() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getIsWorksetUpdate() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getIterable() - Method in class org.apache.flink.streaming.state.CircularFifoList
 
getIterable1() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowInvokable.StreamWindow
 
getIterable2() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowInvokable.StreamWindow
 
getIterationAggregator(String) - Method in interface org.apache.flink.api.common.functions.IterationRuntimeContext
 
getIterationAggregator(String) - Method in class org.apache.flink.spargel.java.MessagingFunction
Gets the iteration aggregator registered under the given name.
getIterationAggregator(String) - Method in class org.apache.flink.spargel.java.record.MessagingFunction
 
getIterationAggregator(String) - Method in class org.apache.flink.spargel.java.record.VertexUpdateFunction
 
getIterationAggregator(String) - Method in class org.apache.flink.spargel.java.VertexUpdateFunction
Gets the iteration aggregator registered under the given name.
getIterationAggregators() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
getIterationAggregators(ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getIterationContract() - Method in class org.apache.flink.compiler.dag.BulkIterationNode
 
getIterationContract() - Method in class org.apache.flink.compiler.dag.WorksetIterationNode
 
getIterationHead() - Method in class org.apache.flink.api.java.operators.BulkIterationResultSet
 
getIterationHead() - Method in class org.apache.flink.api.java.operators.DeltaIterationResultSet
 
getIterationHeadFinalOutputConfig() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getIterationHeadIndexOfSyncOutput() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getIterationHeadPartialSolutionOrWorksetInputIndex() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getIterationHeadSolutionSetInputIndex() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getIterationId() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getIterationId() - Method in class org.apache.flink.streaming.api.StreamConfig
 
getIterationNode() - Method in class org.apache.flink.compiler.dag.AbstractPartialSolutionNode
 
getIterationNode() - Method in class org.apache.flink.compiler.dag.BulkPartialSolutionNode
 
getIterationNode() - Method in class org.apache.flink.compiler.dag.SolutionSetNode
 
getIterationNode() - Method in class org.apache.flink.compiler.dag.WorksetNode
 
getIterationNode() - Method in class org.apache.flink.compiler.plan.BulkIterationPlanNode
 
getIterationNode() - Method in interface org.apache.flink.compiler.plan.IterationPlanNode
 
getIterationNode() - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
getIterationRuntimeContext() - Method in class org.apache.flink.api.common.functions.AbstractRichFunction
 
getIterationWaitTime() - Method in class org.apache.flink.streaming.api.StreamConfig
 
getIterator() - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
Gets an iterator over all records in this buffer in their logical order.
getIterator() - Method in interface org.apache.flink.runtime.operators.sort.InMemorySorter
Gets an iterator over all records in this buffer in their logical order.
getIterator() - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
Gets an iterator over all records in this buffer in their logical order.
getIterator() - Method in interface org.apache.flink.runtime.operators.sort.Sorter
 
getIterator() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
 
getIterator() - Method in class org.apache.flink.runtime.operators.TempBarrier
This method resets the input!
getIterator() - Method in interface org.apache.flink.runtime.operators.util.CloseableInputProvider
Gets the iterator over this input.
getIterator() - Method in class org.apache.flink.runtime.operators.util.SimpleCloseableInputProvider
 
getIterator() - Method in class org.apache.flink.runtime.profiling.impl.types.ProfilingDataContainer
 
getIterator() - Method in class org.apache.flink.streaming.api.invokable.operator.BatchReduceInvokable.StreamBatch
 
getIterator() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable.StreamBatch
 
getIterator() - Method in interface org.apache.flink.streaming.connectors.db.DBStateWithIterator
 
getIterator() - Method in class org.apache.flink.streaming.connectors.db.LevelDBState
 
getIterator() - Method in class org.apache.flink.streaming.connectors.db.RedisState
 
getIterator() - Method in class org.apache.flink.streaming.state.CircularFifoList
 
getIterator() - Method in class org.apache.flink.streaming.state.MutableTableState
 
getIterator() - Method in class org.apache.flink.streaming.state.SlidingWindowState
 
getIterator() - Method in class org.apache.flink.streaming.state.TableState
 
getJarFiles() - Method in class org.apache.flink.client.program.JobWithJars
Returns list of jar files that need to be submitted with the plan.
getJob(JobID) - Method in interface org.apache.flink.runtime.jobmanager.archive.ArchiveListener
Return archived job
getJob(JobID) - Method in class org.apache.flink.runtime.jobmanager.archive.MemoryArchivist
 
getJobAccumulators(JobID) - Method in class org.apache.flink.runtime.jobmanager.accumulators.AccumulatorManager
Returns all collected accumulators for the job.
getJobClient(JobGraph) - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
getJobConf() - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopInputFormat
 
getJobConf() - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopOutputFormat
 
getJobConf() - Method in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopDataSink
 
getJobConf() - Method in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopDataSource
 
getJobConf() - Method in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordInputFormat
 
getJobConf() - Method in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordOutputFormat
 
getJobConfiguration() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
Returns the configuration of the job the task belongs to.
getJobConfiguration() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the job configuration object which was attached to the original JobGraph.
getJobConfiguration() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getJobConfiguration() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
getJobConfiguration() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Returns the configuration object for this job if it is set.
getJobConfiguration() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
Returns the job configuration object which was attached to the original JobGraph.
getJobExecutionResult() - Method in class org.apache.flink.test.util.RecordAPITestBase
 
getJobGraph(PackagedProgram, OptimizedPlan) - Method in class org.apache.flink.client.program.Client
 
getJobGraph() - Method in class org.apache.flink.streaming.api.JobGraphBuilder
Gets the assembled JobGraph and adds a default name for it.
getJobGraph(String) - Method in class org.apache.flink.streaming.api.JobGraphBuilder
Gets the assembled JobGraph and adds a user specified name for it.
getJobGraph() - Method in class org.apache.flink.test.util.RecordAPITestBase
 
getJobGraphBuilder() - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Getter of the JobGraphBuilder of the streaming job.
getJobID() - Method in class org.apache.flink.runtime.accumulators.AccumulatorEvent
 
getJobID() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
Returns the ID of the job the tasks belongs to.
getJobID() - Method in class org.apache.flink.runtime.event.job.RecentJobEvent
Returns the ID of the new job.
getJobID() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the ID of the job from the original job graph.
getJobID() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getJobID() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
getJobId() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
 
getJobId() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
getJobID() - Method in class org.apache.flink.runtime.instance.AllocatedSlot
Returns the ID of the job this allocated slot belongs to.
getJobID() - Method in class org.apache.flink.runtime.io.network.channels.Channel
 
getJobID() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
getJobID() - Method in class org.apache.flink.runtime.io.network.channels.OutputChannel
 
getJobID() - Method in class org.apache.flink.runtime.io.network.Envelope
 
getJobID() - Method in class org.apache.flink.runtime.io.network.gates.Gate
 
getJobID() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Returns the ID of the job.
getJobID() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexProfilingData
 
getJobID() - Method in class org.apache.flink.runtime.profiling.types.ProfilingEvent
Returns the ID of the job this profiling information belongs to.
getJobID() - Method in class org.apache.flink.runtime.taskmanager.Task
Returns the ID of the job this task belongs to.
getJobID() - Method in class org.apache.flink.runtime.taskmanager.TaskExecutionState
The ID of the job the task belongs to
getJobManagerAddress(CommandLine) - Method in class org.apache.flink.client.CliFrontend
 
getJobManagerAddress() - Method in class org.apache.flink.client.program.Client
 
getJobManagerConnection(CommandLine) - Method in class org.apache.flink.client.CliFrontend
 
getJobManagerPort() - Method in class org.apache.flink.client.program.Client
 
getJobManagerRpcPort() - Method in class org.apache.flink.client.LocalExecutor
 
getJobManagerRpcPort() - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
getJobName() - Method in class org.apache.flink.api.common.Plan
Gets the name of this job.
getJobName() - Method in class org.apache.flink.compiler.plan.OptimizedPlan
Returns the name of the optimized PACT job.
getJobName() - Method in class org.apache.flink.runtime.event.job.RecentJobEvent
Returns the name of the new job.
getJobName() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
getJobProgress() - Method in class org.apache.flink.runtime.client.JobClient
Retrieves the current status of the job assigned to this job client.
getJobProgress(JobID) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
getJobProgress(JobID) - Method in interface org.apache.flink.runtime.protocols.JobManagementProtocol
Retrieves the current status of the job specified by the given ID.
getJobs() - Method in interface org.apache.flink.runtime.jobmanager.archive.ArchiveListener
Get all archived Jobs
getJobs() - Method in class org.apache.flink.runtime.jobmanager.archive.MemoryArchivist
 
getJobStatus() - Method in class org.apache.flink.runtime.event.job.RecentJobEvent
Returns the last known status of the job.
getJobVertex(JobVertexID) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
getJobVertex() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
 
getJobVertex() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
getJobVertexID() - Method in class org.apache.flink.runtime.event.job.VertexEvent
Returns the ID of the job vertex this event belongs to.
getJobVertexId() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
 
getJobvertexId() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
getJobVertexId() - Method in class org.apache.flink.runtime.jobmanager.scheduler.ScheduledUnit
 
getJobVertexIds() - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroup
 
getJobVertexName() - Method in class org.apache.flink.runtime.event.job.VertexEvent
Returns the name of the job vertex this event belongs to.
getJoinedPathsVector() - Method in class org.apache.flink.compiler.dag.OptimizerNode.UnclosedBranchDescriptor
 
getJoinHint() - Method in class org.apache.flink.api.common.operators.base.JoinOperatorBase
 
getJoinHint() - Method in class org.apache.flink.api.java.operators.JoinOperator
 
getJoinReturnTypes(JoinFunction<IN1, IN2, OUT>, TypeInformation<IN1>, TypeInformation<IN2>) - Static method in class org.apache.flink.api.java.typeutils.TypeExtractor
 
getJvmStartupOptions() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
 
getJvmVersion() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
 
getKey(String, int, List<CompositeType.FlatFieldDescriptor>) - Method in class org.apache.flink.api.common.typeutils.CompositeType
Returns the keyPosition for the given fieldPosition, offsetted by the given offset
getKey(IN) - Method in interface org.apache.flink.api.java.functions.KeySelector
User-defined function that extracts the key from an arbitrary object.
getKey(String, int, List<CompositeType.FlatFieldDescriptor>) - Method in class org.apache.flink.api.java.typeutils.PojoTypeInfo
 
getKey(String, int, List<CompositeType.FlatFieldDescriptor>) - Method in class org.apache.flink.api.java.typeutils.TupleTypeInfoBase
 
getKeyClasses() - Method in interface org.apache.flink.api.common.operators.RecordOperator
Gets the key classes that this operator works on.
getKeyClasses() - Method in class org.apache.flink.api.java.record.operators.CoGroupOperator
Deprecated.
 
getKeyClasses() - Method in class org.apache.flink.api.java.record.operators.CrossOperator
Deprecated.
 
getKeyClasses() - Method in class org.apache.flink.api.java.record.operators.JoinOperator
Deprecated.
 
getKeyClasses() - Method in class org.apache.flink.api.java.record.operators.MapOperator
Deprecated.
 
getKeyClasses() - Method in class org.apache.flink.api.java.record.operators.MapPartitionOperator
Deprecated.
 
getKeyClasses() - Method in class org.apache.flink.api.java.record.operators.ReduceOperator
 
getKeyClasses() - Method in class org.apache.flink.compiler.util.NoOpBinaryUdfOp
 
getKeyClasses() - Method in class org.apache.flink.compiler.util.NoOpUnaryUdfOp
 
getKeyColumns(int) - Method in class org.apache.flink.api.common.operators.AbstractUdfOperator
Gets the column numbers of the key fields in the input records for the given input.
getKeyColumns(int) - Method in class org.apache.flink.api.common.operators.DualInputOperator
 
getKeyColumns(int) - Method in class org.apache.flink.api.common.operators.SingleInputOperator
 
getKeyExtractor() - Method in class org.apache.flink.api.java.operators.Keys.SelectorFunctionKeys
 
getKeyFields() - Method in class org.apache.flink.api.java.typeutils.runtime.PojoComparator
 
getKeyPositions() - Method in class org.apache.flink.api.common.typeutils.record.RecordComparator
 
getKeyPositions() - Method in class org.apache.flink.api.java.operators.DeltaIterationResultSet
 
getKeyPositions() - Method in class org.apache.flink.api.java.typeutils.runtime.TupleComparatorBase
 
getKeys() - Method in class org.apache.flink.api.java.operators.Grouping
 
getKeys(int) - Method in class org.apache.flink.compiler.plan.SingleInputPlanNode
Gets the key field indexes for the specified driver comparator.
getKeys(AbstractSchema<Class<? extends X>>, int[]) - Static method in class org.apache.flink.compiler.postpass.PostPassUtils
 
getKeys1() - Method in class org.apache.flink.api.java.operators.CoGroupOperator
 
getKeys1() - Method in class org.apache.flink.api.java.operators.JoinOperator
 
getKeys2() - Method in class org.apache.flink.api.java.operators.CoGroupOperator
 
getKeys2() - Method in class org.apache.flink.api.java.operators.JoinOperator
 
getKeysAsCopy(Record) - Method in class org.apache.flink.api.common.typeutils.record.RecordComparator
 
getKeySelectorTypes(KeySelector<IN, OUT>, TypeInformation<IN>) - Static method in class org.apache.flink.api.java.typeutils.TypeExtractor
 
getKeysForInput1() - Method in class org.apache.flink.compiler.plan.DualInputPlanNode
 
getKeysForInput2() - Method in class org.apache.flink.compiler.plan.DualInputPlanNode
 
getKeyType() - Method in class org.apache.flink.api.java.operators.Keys.SelectorFunctionKeys
 
getKeyTypes() - Method in class org.apache.flink.api.common.typeutils.record.RecordComparator
 
getLastHeartBeat() - Method in class org.apache.flink.runtime.instance.Instance
Gets the timestamp of the last heartbeat.
getLastKey() - Method in class org.apache.flink.api.java.operators.translation.TupleUnwrappingIterator
 
getLastModificationTime() - Method in class org.apache.flink.api.common.io.FileInputFormat.FileBaseStatistics
Gets the timestamp of the last modification.
getLastOutputCollector() - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
getLastResult() - Method in class org.apache.flink.types.parser.ByteParser
 
getLastResult() - Method in class org.apache.flink.types.parser.ByteValueParser
 
getLastResult() - Method in class org.apache.flink.types.parser.DoubleParser
 
getLastResult() - Method in class org.apache.flink.types.parser.DoubleValueParser
 
getLastResult() - Method in class org.apache.flink.types.parser.FieldParser
Gets the parsed field.
getLastResult() - Method in class org.apache.flink.types.parser.FloatParser
 
getLastResult() - Method in class org.apache.flink.types.parser.FloatValueParser
 
getLastResult() - Method in class org.apache.flink.types.parser.IntParser
 
getLastResult() - Method in class org.apache.flink.types.parser.IntValueParser
 
getLastResult() - Method in class org.apache.flink.types.parser.LongParser
 
getLastResult() - Method in class org.apache.flink.types.parser.LongValueParser
 
getLastResult() - Method in class org.apache.flink.types.parser.ShortParser
 
getLastResult() - Method in class org.apache.flink.types.parser.ShortValueParser
 
getLastResult() - Method in class org.apache.flink.types.parser.StringParser
 
getLastResult() - Method in class org.apache.flink.types.parser.StringValueParser
 
getLastTasksConfig() - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
getLatestExecutionResult() - Method in class org.apache.flink.test.util.JavaProgramTestBase
 
getLen() - Method in interface org.apache.flink.core.fs.FileStatus
Return the length of this file
getLen() - Method in class org.apache.flink.core.fs.local.LocalFileStatus
 
getLen() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileStatus
 
getLen() - Method in class org.apache.flink.runtime.fs.s3.S3FileStatus
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.array.BooleanPrimitiveArraySerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.array.BytePrimitiveArraySerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.array.CharPrimitiveArraySerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.array.DoublePrimitiveArraySerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.array.FloatPrimitiveArraySerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.array.IntPrimitiveArraySerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.array.LongPrimitiveArraySerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.array.ShortPrimitiveArraySerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.array.StringArraySerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.BooleanSerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.BooleanValueSerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.ByteSerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.ByteValueSerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.CharSerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.CharValueSerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.DoubleSerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.DoubleValueSerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.FloatSerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.FloatValueSerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.GenericArraySerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.IntSerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.IntValueSerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.LongSerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.LongValueSerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.ShortSerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.ShortValueSerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.StringSerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.base.StringValueSerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.record.RecordSerializer
 
getLength() - Method in class org.apache.flink.api.common.typeutils.TypeSerializer
Gets the length of the data type, if it is a fix length data type.
getLength() - Method in class org.apache.flink.api.java.typeutils.runtime.AvroSerializer
 
getLength() - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueSerializer
 
getLength() - Method in class org.apache.flink.api.java.typeutils.runtime.KryoSerializer
 
getLength() - Method in class org.apache.flink.api.java.typeutils.runtime.PojoSerializer
 
getLength() - Method in class org.apache.flink.api.java.typeutils.runtime.TupleSerializerBase
 
getLength() - Method in class org.apache.flink.api.java.typeutils.runtime.ValueSerializer
 
getLength() - Method in class org.apache.flink.api.java.typeutils.runtime.WritableSerializer
 
getLength() - Method in interface org.apache.flink.core.fs.BlockLocation
Get the length of the block.
getLength() - Method in class org.apache.flink.core.fs.FileInputSplit
Returns the number of bytes in the file to process.
getLength() - Method in class org.apache.flink.core.fs.local.LocalBlockLocation
 
getLength() - Method in class org.apache.flink.core.io.StringRecord
Returns the number of bytes in the byte array
getLength() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedBlockLocation
 
getLength() - Method in class org.apache.flink.runtime.fs.s3.S3BlockLocation
 
getLength() - Method in class org.apache.flink.streaming.api.streamrecord.StreamRecordSerializer
 
getLimitForSegment(MemorySegment) - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
 
getLimitForSegment(MemorySegment) - Method in class org.apache.flink.runtime.io.disk.iomanager.HeaderlessChannelReaderInputView
 
getLimitForSegment(MemorySegment) - Method in class org.apache.flink.runtime.io.disk.RandomAccessInputView
 
getLimitForSegment(MemorySegment) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
Gets the limit for reading bytes from the given memory segment.
getLimitForSegment(MemorySegment) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
 
getLineLengthLimit() - Method in class org.apache.flink.api.common.io.DelimitedInputFormat
 
getListenerAddress() - Method in class org.apache.flink.runtime.ipc.Server
Return the socket (ip+port) on which the RPC server is listening to.
getListOfInputs() - Method in class org.apache.flink.compiler.plan.NAryUnionPlanNode
 
getLocalFileSystem() - Static method in class org.apache.flink.core.fs.FileSystem
Returns a reference to the FileSystem instance for accessing the local file system.
getLocality() - Method in class org.apache.flink.runtime.instance.AllocatedSlot
 
getLocalOrder() - Method in class org.apache.flink.api.common.operators.GenericDataSinkBase
Gets the order, in which the data sink writes its data locally.
getLocalProperties() - Method in class org.apache.flink.compiler.dataproperties.InterestingProperties
Gets the interesting local properties.
getLocalProperties() - Method in class org.apache.flink.compiler.plan.Channel
 
getLocalProperties() - Method in class org.apache.flink.compiler.plan.PlanNode
Gets the local properties from this PlanNode.
getLocalReceiver() - Method in class org.apache.flink.runtime.io.network.EnvelopeReceiverList
 
getLocalStrategy() - Method in class org.apache.flink.compiler.plan.Channel
 
getLocalStrategyComparator() - Method in class org.apache.flink.compiler.plan.Channel
Gets the local strategy comparator from this Channel.
getLocalStrategyKeys() - Method in class org.apache.flink.compiler.plan.Channel
 
getLocalStrategySortOrder() - Method in class org.apache.flink.compiler.plan.Channel
 
getLocalTarget() - Method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
getLocalValue() - Method in interface org.apache.flink.api.common.accumulators.Accumulator
 
getLocalValue() - Method in class org.apache.flink.api.common.accumulators.DoubleCounter
 
getLocalValue() - Method in class org.apache.flink.api.common.accumulators.Histogram
 
getLocalValue() - Method in class org.apache.flink.api.common.accumulators.IntCounter
 
getLocalValue() - Method in class org.apache.flink.api.common.accumulators.LongCounter
 
getLocalValue() - Method in class org.apache.flink.examples.java.relational.EmptyFieldsCountAccumulator.VectorAccumulator
 
getLocation() - Method in class org.apache.flink.runtime.jobmanager.scheduler.CoLocationConstraint
 
getLocationConstraint() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
getLocationConstraint(int) - Method in class org.apache.flink.runtime.jobmanager.scheduler.CoLocationGroup
 
getLocationConstraint() - Method in class org.apache.flink.runtime.jobmanager.scheduler.ScheduledUnit
 
getLong(String, long) - Method in class org.apache.flink.configuration.Configuration
Returns the value associated with the given key as a long.
getLong(String, long) - Static method in class org.apache.flink.configuration.GlobalConfiguration
Returns the value associated with the given key as a long integer.
getLong(int) - Method in class org.apache.flink.core.memory.MemorySegment
Reads a long value (64bit, 8 bytes) from the given position, in the system's native byte order.
getLong(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
getLong(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
getLong(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
getLong(String, long) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
getLong(String, String) - Method in class org.apache.flink.streaming.connectors.json.JSONParseFlatMap
Get the long value associated with a key form a JSON code.
getLongBigEndian(int) - Method in class org.apache.flink.core.memory.MemorySegment
Reads a long integer value (64bit, 8 bytes) from the given position, in big endian byte order.
getLongBigEndian(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
getLongBigEndian(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
getLongBigEndian(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
getLongCounter(String) - Method in interface org.apache.flink.api.common.functions.RuntimeContext
Convenience function to create a counter object for longs.
getLongCounter(String) - Method in class org.apache.flink.api.common.functions.util.RuntimeUDFContext
 
getLongLittleEndian(int) - Method in class org.apache.flink.core.memory.MemorySegment
Reads a long integer value (64bit, 8 bytes) from the given position, in little endian byte order.
getLongLittleEndian(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
getLongLittleEndian(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
getLongLittleEndian(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
getLowerPart() - Method in class org.apache.flink.runtime.AbstractID
 
getMainClassName() - Method in class org.apache.flink.client.program.PackagedProgram
 
getMainThread() - Method in class org.apache.flink.runtime.profiling.impl.EnvironmentThreadSet
 
getManagementGraph(JobID) - Method in class org.apache.flink.runtime.jobmanager.EventCollector
Returns the execution graph object for the job with the given ID from the map of recently added graphs.
getMapPartitionReturnTypes(MapPartitionFunction<IN, OUT>, TypeInformation<IN>) - Static method in class org.apache.flink.api.java.typeutils.TypeExtractor
 
getMapReturnTypes(MapFunction<IN, OUT>, TypeInformation<IN>) - Static method in class org.apache.flink.api.java.typeutils.TypeExtractor
 
getMatchesFor(PT) - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
getMatchFor(PT, BT) - Method in class org.apache.flink.runtime.operators.hash.AbstractHashTableProber
 
getMatchFor(PT, T) - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable.HashTableProber
 
getMaterializationMode() - Method in class org.apache.flink.compiler.dag.PactConnection
 
getMaxDepth() - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
getMaxDepth() - Method in class org.apache.flink.compiler.dag.PactConnection
 
getMaxDepth() - Method in class org.apache.flink.compiler.plan.Channel
 
getMaxDepth(int) - Static method in class org.apache.flink.runtime.operators.sort.QuickSort
Deepest recursion before giving up and doing a heapsort.
getMaximumNumberOfIterations() - Method in class org.apache.flink.api.common.operators.base.BulkIterationBase
 
getMaximumNumberOfIterations() - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase
 
getMaximumNumberOfSplits() - Method in class org.apache.flink.util.NumberSequenceIterator
 
getMaximumNumberOfSplits() - Method in interface org.apache.flink.util.SplittableIterator
 
getMaximumParallelism() - Method in class org.apache.flink.api.common.Plan
 
getMaxIterations() - Method in class org.apache.flink.api.java.operators.DeltaIterationResultSet
 
getMaxIterations() - Method in class org.apache.flink.api.java.operators.IterativeDataSet
Gets the maximum number of iterations.
getMaxJvmHeapMemory() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
The maximum JVM heap size, in bytes.
getMaxNormalizedKeyLen() - Method in class org.apache.flink.types.BooleanValue
 
getMaxNormalizedKeyLen() - Method in class org.apache.flink.types.ByteValue
 
getMaxNormalizedKeyLen() - Method in class org.apache.flink.types.CharValue
 
getMaxNormalizedKeyLen() - Method in class org.apache.flink.types.IntValue
 
getMaxNormalizedKeyLen() - Method in class org.apache.flink.types.LongValue
 
getMaxNormalizedKeyLen() - Method in interface org.apache.flink.types.NormalizableKey
Gets the maximal length of normalized keys that the data type would produce to determine the order of instances solely by the normalized key.
getMaxNormalizedKeyLen() - Method in class org.apache.flink.types.NullValue
 
getMaxNormalizedKeyLen() - Method in class org.apache.flink.types.ShortValue
 
getMaxNormalizedKeyLen() - Method in class org.apache.flink.types.StringValue
 
getMemoryConsumerWeight() - Method in class org.apache.flink.compiler.plan.BulkIterationPlanNode
 
getMemoryConsumerWeight() - Method in class org.apache.flink.compiler.plan.PlanNode
 
getMemoryConsumerWeight() - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
getMemoryManager() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the current MemoryManager.
getMemoryManager() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getMemoryManager() - Method in interface org.apache.flink.runtime.operators.PactTaskContext
 
getMemoryManager() - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
getMemorySegment() - Method in class org.apache.flink.runtime.io.network.Buffer
 
getMemorySize() - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
getMemorySize() - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
 
getMemorySize() - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
Returns the total size of memory.
getMergingIterator(List<UnilateralSortMerger.ChannelWithBlockCount>, List<List<MemorySegment>>, List<BlockChannelAccess<?, ?>>) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
Returns an iterator that iterates over the merged result from all given channels.
getMiniclusterDefaultConfig(int, int, int, long, String, boolean, boolean, boolean, int, int) - Static method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
getMinimalMemoryAcrossAllSubTasks() - Method in class org.apache.flink.compiler.dag.OptimizerNode
Gets the amount of memory that all subtasks of this task have jointly available.
getMinSplitSize() - Method in class org.apache.flink.api.common.io.FileInputFormat
 
getMktsegment() - Method in class org.apache.flink.examples.java.relational.TPCHQuery3.Customer
 
getModificationTime() - Method in interface org.apache.flink.core.fs.FileStatus
Get the modification time of the file.
getModificationTime() - Method in class org.apache.flink.core.fs.local.LocalFileStatus
 
getModificationTime() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileStatus
 
getModificationTime() - Method in class org.apache.flink.runtime.fs.s3.S3FileStatus
 
getMutability() - Method in class org.apache.flink.streaming.api.StreamConfig
 
getMutableObjectMode() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getName() - Method in class org.apache.flink.api.common.aggregators.AggregatorWithName
Gets the name that the aggregator is registered under.
getName() - Method in class org.apache.flink.api.common.operators.Operator
Gets the name of the contract instance.
getName() - Method in class org.apache.flink.api.io.avro.example.User.Builder
Gets the value of the 'name' field
getName() - Method in class org.apache.flink.api.io.avro.example.User
Gets the value of the 'name' field.
getName() - Method in class org.apache.flink.api.java.operators.DeltaIteration
Gets the name from this iteration.
getName() - Method in class org.apache.flink.api.java.operators.Operator
Returns the name of the operator.
getName() - Method in class org.apache.flink.compiler.dag.BinaryUnionNode
 
getName() - Method in class org.apache.flink.compiler.dag.BulkIterationNode
 
getName() - Method in class org.apache.flink.compiler.dag.BulkPartialSolutionNode
 
getName() - Method in class org.apache.flink.compiler.dag.CoGroupNode
 
getName() - Method in class org.apache.flink.compiler.dag.CollectorMapNode
 
getName() - Method in class org.apache.flink.compiler.dag.CrossNode
 
getName() - Method in class org.apache.flink.compiler.dag.DataSinkNode
 
getName() - Method in class org.apache.flink.compiler.dag.DataSourceNode
 
getName() - Method in class org.apache.flink.compiler.dag.FilterNode
 
getName() - Method in class org.apache.flink.compiler.dag.FlatMapNode
 
getName() - Method in class org.apache.flink.compiler.dag.GroupReduceNode
 
getName() - Method in class org.apache.flink.compiler.dag.MapNode
 
getName() - Method in class org.apache.flink.compiler.dag.MapPartitionNode
 
getName() - Method in class org.apache.flink.compiler.dag.MatchNode
 
getName() - Method in class org.apache.flink.compiler.dag.OptimizerNode
Gets the name of this node.
getName() - Method in class org.apache.flink.compiler.dag.PartitionNode
 
getName() - Method in class org.apache.flink.compiler.dag.ReduceNode
 
getName() - Method in class org.apache.flink.compiler.dag.SinkJoiner
 
getName() - Method in class org.apache.flink.compiler.dag.SolutionSetNode
 
getName() - Method in class org.apache.flink.compiler.dag.UnaryOperatorNode
 
getName() - Method in class org.apache.flink.compiler.dag.WorksetIterationNode
 
getName() - Method in class org.apache.flink.compiler.dag.WorksetIterationNode.SingleRootJoiner
 
getName() - Method in class org.apache.flink.compiler.dag.WorksetNode
 
getName() - Method in class org.apache.flink.compiler.plan.NamedChannel
 
getName() - Method in class org.apache.flink.core.fs.Path
Returns the final component of this path.
getName() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Returns the name of the vertex.
getName() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Returns the name assigned to the job graph.
getName() - Method in class org.apache.flink.spargel.java.VertexCentricIteration
Gets the name from this vertex-centric iteration.
getName() - Method in class org.apache.flink.streaming.api.streamvertex.StreamVertex
 
getNetRuntime() - Method in class org.apache.flink.api.common.JobExecutionResult
 
getNetworkCost() - Method in class org.apache.flink.compiler.costs.Costs
Gets the network cost.
getNewComparator() - Method in class org.apache.flink.api.common.typeutils.CompositeType
Get the actual comparator we've initialized.
getNewComparator() - Method in class org.apache.flink.api.java.typeutils.PojoTypeInfo
 
getNewComparator() - Method in class org.apache.flink.api.java.typeutils.TupleTypeInfo
 
getNewExecutionState() - Method in class org.apache.flink.runtime.event.job.ExecutionStateChangeEvent
Returns the new execution state of the vertex this event refers to.
getNewInMemoryPartition(int, int) - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
Returns a new inMemoryPartition object.
getNewInMemoryPartition(int, int) - Method in class org.apache.flink.runtime.operators.hash.ReOpenableMutableHashTable
 
getNewType() - Method in exception org.apache.flink.compiler.postpass.ConflictingFieldTypeInfoException
 
getNextBufferOrEvent() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
getNextInputSplit(String) - Method in class org.apache.flink.api.common.io.DefaultInputSplitAssigner
 
getNextInputSplit(String) - Method in class org.apache.flink.api.common.io.LocatableInputSplitAssigner
 
getNextInputSplit(String) - Method in interface org.apache.flink.core.io.InputSplitAssigner
Returns the next input split that shall be consumed.
getNextInputSplit() - Method in interface org.apache.flink.runtime.jobgraph.tasks.InputSplitProvider
Requests the next input split to be consumed by the calling task.
getNextInputSplit() - Method in class org.apache.flink.runtime.taskmanager.TaskInputSplitProvider
 
getNextKey() - Method in class org.apache.flink.streaming.connectors.db.DBStateIterator
 
getNextPartialSolution() - Method in class org.apache.flink.api.common.operators.base.BulkIterationBase
 
getNextPartialSolution() - Method in class org.apache.flink.api.java.operators.BulkIterationResultSet
 
getNextPartialSolution() - Method in class org.apache.flink.compiler.dag.BulkIterationNode
Gets the nextPartialSolution from this BulkIterationNode.
getNextRecord(T) - Method in class org.apache.flink.runtime.io.network.api.AbstractUnionRecordReader
 
getNextRecord(T) - Method in class org.apache.flink.runtime.io.network.serialization.AdaptiveSpanningRecordDeserializer
 
getNextRecord(T) - Method in interface org.apache.flink.runtime.io.network.serialization.RecordDeserializer
 
getNextRecord(T1, T2) - Method in class org.apache.flink.streaming.io.CoRecordReader
 
getNextReturnedSegment() - Method in class org.apache.flink.runtime.io.disk.iomanager.BlockChannelReader
Gets the next memory segment that has been filled with data by the reader.
getNextReturnedSegment() - Method in class org.apache.flink.runtime.io.disk.iomanager.BlockChannelWriter
Gets the next memory segment that has been written and is available again.
getNextSolutionSet() - Method in class org.apache.flink.api.java.operators.DeltaIterationResultSet
 
getNextUnboundInputGateID() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the next unbound input gate ID or null if no such ID exists
getNextUnboundInputGateID() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getNextValue() - Method in class org.apache.flink.streaming.connectors.db.DBStateIterator
 
getNextWorkset() - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase
Gets the contract that has been set as the next workset.
getNextWorkset() - Method in class org.apache.flink.api.java.operators.DeltaIterationResultSet
 
getNextWorkset() - Method in class org.apache.flink.compiler.dag.WorksetIterationNode
 
getNextWorkSetPlanNode() - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
getNode(String) - Method in class org.apache.flink.test.compiler.util.CompilerTestBase.OptimizerPlanNodeResolver
 
getNode(String, Class<? extends RichFunction>) - Method in class org.apache.flink.test.compiler.util.CompilerTestBase.OptimizerPlanNodeResolver
 
getNode(String) - Method in class org.apache.flink.test.compiler.util.OperatorResolver
 
getNode(String, Class<? extends RichFunction>) - Method in class org.apache.flink.test.compiler.util.OperatorResolver
 
getNodeCosts() - Method in class org.apache.flink.compiler.plan.PlanNode
Gets the costs incurred by this node.
getNodeName() - Method in class org.apache.flink.compiler.plan.PlanNode
Gets the name of the plan node.
getNodes(String) - Method in class org.apache.flink.test.compiler.util.CompilerTestBase.OptimizerPlanNodeResolver
 
getNodes(String) - Method in class org.apache.flink.test.compiler.util.OperatorResolver
 
getNormalizeKeyLen() - Method in class org.apache.flink.api.common.typeutils.base.BooleanComparator
 
getNormalizeKeyLen() - Method in class org.apache.flink.api.common.typeutils.base.ByteComparator
 
getNormalizeKeyLen() - Method in class org.apache.flink.api.common.typeutils.base.CharComparator
 
getNormalizeKeyLen() - Method in class org.apache.flink.api.common.typeutils.base.DoubleComparator
 
getNormalizeKeyLen() - Method in class org.apache.flink.api.common.typeutils.base.FloatComparator
 
getNormalizeKeyLen() - Method in class org.apache.flink.api.common.typeutils.base.IntComparator
 
getNormalizeKeyLen() - Method in class org.apache.flink.api.common.typeutils.base.LongComparator
 
getNormalizeKeyLen() - Method in class org.apache.flink.api.common.typeutils.base.ShortComparator
 
getNormalizeKeyLen() - Method in class org.apache.flink.api.common.typeutils.base.StringComparator
 
getNormalizeKeyLen() - Method in class org.apache.flink.api.common.typeutils.record.RecordComparator
 
getNormalizeKeyLen() - Method in class org.apache.flink.api.common.typeutils.TypeComparator
Gets the number of bytes that the normalized key would maximally take.
getNormalizeKeyLen() - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueComparator
 
getNormalizeKeyLen() - Method in class org.apache.flink.api.java.typeutils.runtime.GenericTypeComparator
 
getNormalizeKeyLen() - Method in class org.apache.flink.api.java.typeutils.runtime.PojoComparator
 
getNormalizeKeyLen() - Method in class org.apache.flink.api.java.typeutils.runtime.TupleComparatorBase
 
getNormalizeKeyLen() - Method in class org.apache.flink.api.java.typeutils.runtime.ValueComparator
 
getNormalizeKeyLen() - Method in class org.apache.flink.api.java.typeutils.runtime.WritableComparator
 
getNullPrintStream() - Static method in class org.apache.flink.test.util.AbstractTestBase
 
getNumberCPUCores() - Static method in class org.apache.flink.runtime.instance.Hardware
Gets the number of CPU cores (hardware contexts) that the JVM has access to.
getNumberOfAllocatedSlots() - Method in class org.apache.flink.runtime.instance.Instance
 
getNumberOfAssignedPartitions() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResult
 
getNumberOfAvailableInstances() - Method in class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
 
getNumberOfAvailableSlots() - Method in class org.apache.flink.runtime.instance.Instance
 
getNumberOfAvailableSlots() - Method in class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
NOTE: In the presence of multi-threaded operations, this number may be inexact.
getNumberOfAvailableSlotsForJid(JobVertexID) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroupAssignment
 
getNumberOfBlocks(FileStatus) - Method in class org.apache.flink.core.fs.FileSystem
Returns the number of blocks this file/directory consists of assuming the file system's standard block size.
getNumberOfChainedStubs() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getNumberOfChannels() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getNumberOfChannels() - Method in interface org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPoolOwner
Returns the number of byte-buffered channels that will retrieve their buffers from the local buffer pool.
getNumberOfChannels() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
getNumberOfCPUCores() - Method in class org.apache.flink.runtime.instance.HardwareDescription
Returns the number of CPU cores available to the JVM on the compute node.
getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.AllGroupReduceDriver
 
getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.AllReduceDriver
 
getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.CoGroupDriver
 
getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
 
getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
 
getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.CollectorMapDriver
 
getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.CrossDriver
 
getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.FlatMapDriver
 
getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.GroupReduceCombineDriver
 
getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.GroupReduceDriver
 
getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
 
getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
 
getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.MapDriver
 
getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.MapPartitionDriver
 
getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.MatchDriver
 
getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.NoOpDriver
 
getNumberOfDriverComparators() - Method in interface org.apache.flink.runtime.operators.PactDriver
Gets the number of comparators required for this driver.
getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.ReduceCombineDriver
 
getNumberOfDriverComparators() - Method in class org.apache.flink.runtime.operators.ReduceDriver
 
getNumberOfEventsUntilInterruptInIterativeBroadcastGate(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getNumberOfEventsUntilInterruptInIterativeGate(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getNumberOfFields() - Method in interface org.apache.flink.api.common.distributions.DataDistribution
The number of fields in the (composite) key.
getNumberOfFields() - Method in class org.apache.flink.api.common.distributions.SimpleDistribution
 
getNumberOfFields() - Method in class org.apache.flink.api.common.distributions.SimpleIntegerDistribution
 
getNumberOfFields() - Method in class org.apache.flink.api.common.distributions.UniformDoubleDistribution
 
getNumberOfFields() - Method in class org.apache.flink.api.common.distributions.UniformIntegerDistribution
 
getNumberOfFields() - Method in class org.apache.flink.api.common.operators.Ordering
 
getNumberOfFieldsTotal() - Method in class org.apache.flink.api.common.io.GenericCsvInputFormat
 
getNumberOfInputChannels() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the number of input channels attached to this environment.
getNumberOfInputChannels() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getNumberOfInputChannels() - Method in class org.apache.flink.runtime.io.network.api.AbstractSingleGateRecordReader
Returns the number of input channels wired to this reader's input gate.
getNumberOfInputChannels() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
Returns the number of input channels associated with this input gate.
getNumberOfInputGates() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the number of input gates registered with this environment.
getNumberOfInputGates() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getNumberOfInputs() - Method in class org.apache.flink.api.common.operators.AbstractUdfOperator
Gets the number of inputs for this operator.
getNumberOfInputs() - Method in class org.apache.flink.api.common.operators.DualInputOperator
 
getNumberOfInputs() - Method in class org.apache.flink.api.common.operators.SingleInputOperator
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Returns the number of inputs.
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.AllGroupReduceDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.AllReduceDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.CoGroupDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.CollectorMapDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.CrossDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.FlatMapDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.GroupReduceCombineDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.GroupReduceDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.MapDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.MapPartitionDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.MatchDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.NoOpDriver
 
getNumberOfInputs() - Method in interface org.apache.flink.runtime.operators.PactDriver
Gets the number of inputs (= Nephele Gates and Readers) that the task has.
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.ReduceCombineDriver
 
getNumberOfInputs() - Method in class org.apache.flink.runtime.operators.ReduceDriver
 
getNumberOfInputs() - Method in class org.apache.flink.streaming.api.StreamConfig
 
getNumberOfInstancesWithAvailableSlots() - Method in class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
 
getNumberOfIterations() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getNumberOfKeyFields() - Method in class org.apache.flink.api.java.operators.Keys.ExpressionKeys
 
getNumberOfKeyFields() - Method in class org.apache.flink.api.java.operators.Keys
 
getNumberOfKeyFields() - Method in class org.apache.flink.api.java.operators.Keys.SelectorFunctionKeys
 
getNumberOfLocalAssignments() - Method in class org.apache.flink.api.common.io.LocatableInputSplitAssigner
 
getNumberOfLocalizedAssignments() - Method in class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
 
getNumberOfNonLocalizedAssignments() - Method in class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
 
getNumberOfNonNullFields() - Method in class org.apache.flink.api.common.io.GenericCsvInputFormat
 
getNumberOfOutputChannels() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the number of output channels attached to this environment.
getNumberOfOutputChannels() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getNumberOfOutputChannels(int) - Method in class org.apache.flink.streaming.api.StreamConfig
 
getNumberOfOutputGates() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the number of output gates registered with this environment.
getNumberOfOutputGates() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getNumberOfOutputs() - Method in class org.apache.flink.streaming.api.StreamConfig
 
getNumberOfPages() - Static method in class org.apache.flink.examples.java.graph.util.PageRankData
 
getNumberOfParallelSubtasks() - Method in interface org.apache.flink.api.common.functions.RuntimeContext
Gets the degree of parallelism with which the parallel task runs.
getNumberOfParallelSubtasks() - Method in class org.apache.flink.api.common.functions.util.RuntimeUDFContext
 
getNumberOfProducedIntermediateDataSets() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Returns the number of produced intermediate data sets.
getNumberOfRecords() - Method in class org.apache.flink.api.common.io.FileInputFormat.FileBaseStatistics
Gets the estimates number of records in the file, computed as the file size divided by the average record width, rounded up.
getNumberOfRecords() - Method in interface org.apache.flink.api.common.io.statistics.BaseStatistics
Gets the number of records in the input (= base cardinality).
getNumberOfRegisteredTaskManagers() - Method in class org.apache.flink.runtime.instance.InstanceManager
 
getNumberOfRemoteAssignments() - Method in class org.apache.flink.api.common.io.LocatableInputSplitAssigner
 
getNumberOfSlots() - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroupAssignment
 
getNumberOfSlotsAvailableToScheduler() - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
getNumberOfSlotsAvailableToScheduler() - Method in interface org.apache.flink.runtime.protocols.ExtendedManagementProtocol
 
getNumberOfSubtasks() - Method in class org.apache.flink.runtime.taskmanager.Task
Gets the total number of subtasks of the task that this subtask belongs to.
getNumberOfTaskManagers() - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
getNumberOfUnconstrainedAssignments() - Method in class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
 
getNumberOfUserThreads() - Method in class org.apache.flink.runtime.profiling.impl.EnvironmentThreadSet
 
getNumberOfVertices() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Returns the number of all vertices.
getNumBroadcastInputs() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getNumChannels() - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
getNumConnectionsThatContributed() - Method in class org.apache.flink.compiler.postpass.AbstractSchema
 
getNumFields() - Method in class org.apache.flink.compiler.postpass.DenseValueSchema
 
getNumFields() - Method in class org.apache.flink.types.Record
Gets the number of fields currently in the record.
getNumInputs(Class<? extends Operator<?>>) - Static method in class org.apache.flink.api.common.operators.util.OperatorUtil
Returns the number of inputs for the given Operator type.
Currently, it can be 0, 1, or 2.
getNumInputs() - Method in enum org.apache.flink.runtime.operators.DriverStrategy
 
getNumInputs() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getNumLineSamples() - Method in class org.apache.flink.api.common.io.DelimitedInputFormat
 
getNumOpenConnections() - Method in class org.apache.flink.runtime.ipc.Server
The number of open RPC conections
getNumOutputs() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getNumQueuedEnvelopes() - Method in class org.apache.flink.runtime.io.network.netty.OutboundConnectionQueue
 
getNumRequiredComparators() - Method in enum org.apache.flink.runtime.operators.DriverStrategy
 
getNumSplits() - Method in class org.apache.flink.api.common.io.FileInputFormat
 
getNumTaskInputs() - Method in class org.apache.flink.runtime.iterative.task.IterationHeadPactTask
 
getNumTaskInputs() - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
getNumTaskManager() - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
getNumTaskManager() - Method in class org.apache.flink.test.util.AbstractTestBase
 
getNumTypes() - Method in class org.apache.flink.compiler.postpass.SparseKeySchema
 
getNumWriteBehindBuffers(int) - Static method in class org.apache.flink.runtime.operators.hash.MutableHashTable
Determines the number of buffers to be used for asynchronous write behind.
getObject() - Method in class org.apache.flink.runtime.fs.s3.S3BucketObjectPair
Returns the name of the S3 object this object refers to.
getObject() - Method in class org.apache.flink.streaming.api.streamrecord.StreamRecord
Gets the wrapped object from the StreamRecord
getObjectSerializer() - Method in class org.apache.flink.streaming.api.streamrecord.StreamRecordSerializer
 
getOccupancy() - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
Gets the number of bytes currently occupied in this sorter.
getOccupancy() - Method in interface org.apache.flink.runtime.operators.sort.InMemorySorter
Gets the number of bytes currently occupied in this sorter.
getOccupancy() - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
Gets the number of bytes currently occupied in this sorter.
getOffset() - Method in interface org.apache.flink.core.fs.BlockLocation
Get the start offset of the file associated with this block.
getOffset() - Method in class org.apache.flink.core.fs.local.LocalBlockLocation
 
getOffset() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedBlockLocation
 
getOffset() - Method in class org.apache.flink.runtime.fs.s3.S3BlockLocation
 
getOldJobs() - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
getOpenBranches() - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
getOpenTimeout() - Method in class org.apache.flink.api.common.io.FileInputFormat
 
getOperatorInfo() - Method in class org.apache.flink.api.common.operators.DualInputOperator
Gets the information about the operators input/output types.
getOperatorInfo() - Method in class org.apache.flink.api.common.operators.Operator
Gets the information about the operators input/output types.
getOperatorInfo() - Method in class org.apache.flink.api.common.operators.SingleInputOperator
Gets the information about the operators input/output types.
getOperatorInfo() - Method in class org.apache.flink.compiler.util.NoOpUnaryUdfOp
 
getOptimizedPlan(PackagedProgram, int) - Method in class org.apache.flink.client.program.Client
 
getOptimizedPlan(Plan, int) - Method in class org.apache.flink.client.program.Client
 
getOptimizedPlan(JobWithJars, int) - Method in class org.apache.flink.client.program.Client
Creates the optimized plan for a given program, using this client's compiler.
getOptimizedPlanAsJson(PackagedProgram, int) - Method in class org.apache.flink.client.program.Client
 
getOptimizerNode() - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
getOptimizerNode() - Method in class org.apache.flink.compiler.plan.BinaryUnionPlanNode
 
getOptimizerNode() - Method in class org.apache.flink.compiler.plan.PlanNode
 
getOptimizerNode() - Method in interface org.apache.flink.compiler.plandump.DumpableNode
 
getOptimizerPlanAsJSON(Plan) - Method in class org.apache.flink.api.common.PlanExecutor
Gets the programs execution plan in a JSON format.
getOptimizerPlanAsJSON(Plan) - Method in class org.apache.flink.client.LocalExecutor
Returns a JSON dump of the optimized plan.
getOptimizerPlanAsJSON(Plan) - Method in class org.apache.flink.client.RemoteExecutor
 
getOptimizerPlanAsJSON(OptimizedPlan) - Method in class org.apache.flink.compiler.plandump.PlanJSONDumpGenerator
 
getOptimizerPlanNodeResolver(OptimizedPlan) - Static method in class org.apache.flink.test.compiler.util.CompilerTestBase
 
getOptionalMessage() - Method in class org.apache.flink.runtime.event.job.JobEvent
Returns the optional message that is possibly attached to this event.
getOrder(int) - Method in class org.apache.flink.api.common.operators.Ordering
 
getOrderdate() - Method in class org.apache.flink.examples.java.relational.TPCHQuery3.Order
 
getOrderdate() - Method in class org.apache.flink.examples.java.relational.TPCHQuery3.ShippingPriorityItem
 
getOrdering() - Method in class org.apache.flink.compiler.dataproperties.LocalProperties
Gets the key order.
getOrdering() - Method in class org.apache.flink.compiler.dataproperties.RequestedGlobalProperties
Gets the key order.
getOrdering() - Method in class org.apache.flink.compiler.dataproperties.RequestedLocalProperties
Gets the key order.
getOrderkey() - Method in class org.apache.flink.examples.java.relational.TPCHQuery3.Lineitem
 
getOrderKey() - Method in class org.apache.flink.examples.java.relational.TPCHQuery3.Order
 
getOrderkey() - Method in class org.apache.flink.examples.java.relational.TPCHQuery3.ShippingPriorityItem
 
getOriginal() - Method in class org.apache.flink.compiler.deadlockdetect.DeadlockVertex
 
getOriginalOptimizerNode() - Method in class org.apache.flink.compiler.plan.PlanNode
Gets the optimizer's pact node for which this plan candidate node was created.
getOriginalPactPlan() - Method in class org.apache.flink.compiler.plan.OptimizedPlan
Gets the original pact plan from which this optimized plan was created.
getOutEdges() - Method in class org.apache.flink.compiler.deadlockdetect.DeadlockVertex
 
getOutgoingChannels() - Method in class org.apache.flink.compiler.plan.PlanNode
Gets a list of all outgoing channels leading to successors.
getOutgoingConnections() - Method in class org.apache.flink.compiler.dag.DataSinkNode
 
getOutgoingConnections() - Method in class org.apache.flink.compiler.dag.OptimizerNode
The list of outgoing connections from this node to succeeding tasks.
getOutgoingConnections() - Method in class org.apache.flink.compiler.dag.SinkJoiner
 
getOutgoingEdges() - Method in class org.apache.flink.spargel.java.MessagingFunction
Gets an Iterable with all outgoing edges.
getOutgoingEdges() - Method in class org.apache.flink.spargel.java.record.MessagingFunction
 
getOutput() - Method in class org.apache.flink.spargel.java.record.SpargelIteration
 
getOutputBufferProvider() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the buffer provider for this environment.
getOutputBufferProvider() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getOutputCardinality() - Method in class org.apache.flink.api.common.operators.CompilerHints
 
getOutputChannelID() - Method in class org.apache.flink.runtime.deployment.ChannelDeploymentDescriptor
Returns the output channel ID attached to this deployment descriptor.
getOutputChannelId() - Method in class org.apache.flink.runtime.executiongraph.ExecutionEdge
 
getOutputChannelIDs() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the IDs of all output channels connected to this environment.
getOutputChannelIDs() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getOutputChannelIDsOfGate(GateID) - Method in interface org.apache.flink.runtime.execution.Environment
Returns the IDs of all the output channels connected to the gate with the given ID.
getOutputChannelIDsOfGate(GateID) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getOutputCollector() - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
getOutputCollector() - Method in interface org.apache.flink.runtime.operators.PactTaskContext
 
getOutputCollector() - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
getOutputCollector(AbstractInvokable, TaskConfig, ClassLoader, List<BufferWriter>, int) - Static method in class org.apache.flink.runtime.operators.RegularPactTask
Creates the Collector for the given task, as described by the given configuration.
getOutputComparator(int, ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getOutputDataDistribution(int, ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getOutputDirectoryMode() - Method in class org.apache.flink.api.common.io.FileOutputFormat
 
getOutputFilePath() - Method in class org.apache.flink.api.common.io.FileOutputFormat
 
getOutputGate(int) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
Returns the registered output gate with index pos.
getOutputGateIDs() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the IDs of all output gates connected to this environment.
getOutputGateIDs() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getOutputGates() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
 
getOutputName(int) - Method in class org.apache.flink.streaming.api.StreamConfig
 
getOutputs() - Method in class org.apache.flink.streaming.api.streamvertex.OutputHandler
 
getOutputSelector() - Method in class org.apache.flink.streaming.api.StreamConfig
 
getOutputSerializer(ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getOutputShipStrategy(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getOutputSize() - Method in class org.apache.flink.api.common.operators.CompilerHints
 
getOutputStream(Socket) - Static method in class org.apache.flink.runtime.net.NetUtils
Same as getOutputStream(socket, 0).
getOutputStream(Socket, long) - Static method in class org.apache.flink.runtime.net.NetUtils
Returns OutputStream for the socket.
getOutputType() - Method in class org.apache.flink.api.common.operators.OperatorInformation
Gets the return type of the user code function.
getOutputType() - Method in class org.apache.flink.streaming.api.datastream.BatchedDataStream
Gets the output type.
getOutputType() - Method in class org.apache.flink.streaming.api.datastream.DataStream
Gets the output type.
getOutputType() - Method in class org.apache.flink.streaming.api.datastream.SplitDataStream
Gets the output type.
getOutTypeInfo(String) - Method in class org.apache.flink.streaming.api.JobGraphBuilder
 
getOwningNepheleTask() - Method in interface org.apache.flink.runtime.operators.PactTaskContext
 
getOwningNepheleTask() - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
getPactContract() - Method in class org.apache.flink.compiler.dag.BulkPartialSolutionNode
Gets the contract object for this data source node.
getPactContract() - Method in class org.apache.flink.compiler.dag.CoGroupNode
Gets the operator for this CoGroup node.
getPactContract() - Method in class org.apache.flink.compiler.dag.CrossNode
 
getPactContract() - Method in class org.apache.flink.compiler.dag.DataSinkNode
Gets the contract object for this data source node.
getPactContract() - Method in class org.apache.flink.compiler.dag.DataSourceNode
Gets the contract object for this data source node.
getPactContract() - Method in class org.apache.flink.compiler.dag.FilterNode
 
getPactContract() - Method in class org.apache.flink.compiler.dag.FlatMapNode
 
getPactContract() - Method in class org.apache.flink.compiler.dag.GroupReduceNode
Gets the contract object for this reduce node.
getPactContract() - Method in class org.apache.flink.compiler.dag.MatchNode
Gets the contract object for this match node.
getPactContract() - Method in class org.apache.flink.compiler.dag.OptimizerNode
Gets the object that specifically describes the contract of this node.
getPactContract() - Method in class org.apache.flink.compiler.dag.PartitionNode
 
getPactContract() - Method in class org.apache.flink.compiler.dag.ReduceNode
 
getPactContract() - Method in class org.apache.flink.compiler.dag.SingleInputNode
 
getPactContract() - Method in class org.apache.flink.compiler.dag.SolutionSetNode
Gets the contract object for this data source node.
getPactContract() - Method in class org.apache.flink.compiler.dag.TwoInputNode
 
getPactContract() - Method in class org.apache.flink.compiler.dag.WorksetNode
Gets the contract object for this data source node.
getPactContract() - Method in class org.apache.flink.compiler.plan.PlanNode
Gets the pact contract this node represents in the plan.
getPactPlanAsJSON(List<DataSinkNode>) - Method in class org.apache.flink.compiler.plandump.PlanJSONDumpGenerator
 
getPageSize() - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
 
getPageSize() - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
Gets the size of the pages handled by the memory manager.
getPairComparator() - Method in class org.apache.flink.compiler.plan.DualInputPlanNode
 
getPairComparatorFactory(ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getParallelism() - Method in class org.apache.flink.api.java.operators.DataSink
Returns the degree of parallelism of this data sink.
getParallelism() - Method in class org.apache.flink.api.java.operators.DeltaIteration
Gets the iteration's degree of parallelism.
getParallelism() - Method in class org.apache.flink.api.java.operators.Operator
Returns the degree of parallelism of this operator.
getParallelism() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
 
getParallelism() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Gets the degree of parallelism of the task.
getParallelism() - Method in class org.apache.flink.spargel.java.VertexCentricIteration
Gets the iteration's degree of parallelism.
getParallelism() - Method in class org.apache.flink.streaming.api.datastream.DataStream
Gets the degree of parallelism for this operator.
getParallelSubtaskIndex() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
getParameters() - Method in class org.apache.flink.api.common.operators.Operator
Gets the stub parameters of this contract.
getParameters() - Method in class org.apache.flink.api.java.operators.SingleInputUdfOperator
 
getParameters() - Method in class org.apache.flink.api.java.operators.TwoInputUdfOperator
 
getParameters() - Method in interface org.apache.flink.api.java.operators.UdfOperator
Gets the configuration parameters that will be passed to the UDF's open method AbstractRichFunction.open(Configuration).
getParameterType(Class<?>, Class<?>, int) - Static method in class org.apache.flink.api.java.typeutils.TypeExtractor
 
getParent() - Method in class org.apache.flink.core.fs.Path
Returns the parent of a path or null if at root.
getParserForType(Class<T>) - Static method in class org.apache.flink.types.parser.FieldParser
Gets the parser for the type specified by the given class.
getPartialSolution() - Method in class org.apache.flink.api.common.operators.base.BulkIterationBase
 
getPartialSolution() - Method in class org.apache.flink.compiler.dag.BulkIterationNode
Gets the partialSolution from this BulkIterationNode.
getPartialSolutionNode() - Method in class org.apache.flink.compiler.plan.BulkPartialSolutionPlanNode
 
getPartialSolutionPlanNode() - Method in class org.apache.flink.compiler.plan.BulkIterationPlanNode
 
getPartition() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResultPartition
 
getPartitionedFields() - Method in class org.apache.flink.compiler.dataproperties.RequestedGlobalProperties
Gets the fields on which the data is partitioned.
getPartitionEntryIterator() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
getPartitioner(int) - Method in class org.apache.flink.streaming.api.StreamConfig
 
getPartitioning() - Method in class org.apache.flink.compiler.dataproperties.GlobalProperties
 
getPartitioning() - Method in class org.apache.flink.compiler.dataproperties.RequestedGlobalProperties
Gets the partitioning property.
getPartitioningFanOutNoEstimates(int) - Static method in class org.apache.flink.runtime.operators.hash.MutableHashTable
Gets the number of partitions to be used for an initial hash-table, when no estimates are available.
getPartitioningFields() - Method in class org.apache.flink.compiler.dataproperties.GlobalProperties
 
getPartitioningOrdering() - Method in class org.apache.flink.compiler.dataproperties.GlobalProperties
 
getPartitionMethod() - Method in class org.apache.flink.api.common.operators.base.PartitionOperatorBase
 
getPartitionNumber() - Method in class org.apache.flink.runtime.operators.hash.HashPartition
Gets the partition number of this partition.
getPartitionNumber() - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
Gets the partition number of this partition.
getPartitionOrdering() - Method in class org.apache.flink.api.common.operators.GenericDataSinkBase
Gets the record ordering over which the sink partitions in ranges.
getPartitions() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResult
 
getPath() - Method in class org.apache.flink.core.fs.FileInputSplit
Returns the path of the file containing this split's data.
getPath() - Method in interface org.apache.flink.core.fs.FileStatus
Returns the corresponding Path to the FileStatus.
getPath() - Method in class org.apache.flink.core.fs.local.LocalFileStatus
 
getPath() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileStatus
 
getPath() - Method in class org.apache.flink.runtime.fs.s3.S3FileStatus
 
getPath() - Method in class org.apache.flink.runtime.io.disk.iomanager.Channel.ID
Returns the path to the underlying temporary file.
getPlan(String...) - Method in interface org.apache.flink.api.common.Program
The method which is invoked by the compiler to get the job that is then compiled into an executable schedule.
getPlan(String[]) - Method in class org.apache.flink.api.java.record.io.jdbc.example.JDBCExample
 
getPlan() - Method in class org.apache.flink.client.program.JobWithJars
Returns the plan
getPlan() - Method in class org.apache.flink.client.program.PackagedProgram.PreviewPlanEnvironment
 
getPlan(String...) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.example.WordCount
 
getPlan(String...) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.example.WordCountWithOutputFormat
 
getPlanAsJSON(Plan) - Static method in class org.apache.flink.client.LocalExecutor
Return unoptimized plan as JSON.
getPlanNode() - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
getPlanNode() - Method in class org.apache.flink.compiler.plan.PlanNode
 
getPlanNode() - Method in interface org.apache.flink.compiler.plandump.DumpableNode
 
getPlanWithJars() - Method in class org.apache.flink.client.program.PackagedProgram
Returns the plan with all required jars.
getPojoFieldAt(int) - Method in class org.apache.flink.api.java.typeutils.PojoTypeInfo
 
getPort() - Method in class org.apache.flink.runtime.blob.BlobCache
 
getPort() - Method in class org.apache.flink.runtime.blob.BlobServer
Returns the port on which the server is listening.
getPort() - Method in interface org.apache.flink.runtime.blob.BlobService
Returns the port of the blob service
getPosition() - Method in class org.apache.flink.api.common.typeutils.CompositeType.FlatFieldDescriptor
 
getPossibleGlobalProperties() - Method in class org.apache.flink.compiler.operators.OperatorDescriptorDual
 
getPossibleGlobalProperties() - Method in class org.apache.flink.compiler.operators.OperatorDescriptorSingle
 
getPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.OperatorDescriptorDual
 
getPossibleLocalProperties() - Method in class org.apache.flink.compiler.operators.OperatorDescriptorSingle
 
getPossibleProperties() - Method in class org.apache.flink.compiler.dag.BinaryUnionNode
 
getPossibleProperties() - Method in class org.apache.flink.compiler.dag.BulkIterationNode
 
getPossibleProperties() - Method in class org.apache.flink.compiler.dag.CoGroupNode
 
getPossibleProperties() - Method in class org.apache.flink.compiler.dag.CollectorMapNode
 
getPossibleProperties() - Method in class org.apache.flink.compiler.dag.CrossNode
 
getPossibleProperties() - Method in class org.apache.flink.compiler.dag.FilterNode
 
getPossibleProperties() - Method in class org.apache.flink.compiler.dag.FlatMapNode
 
getPossibleProperties() - Method in class org.apache.flink.compiler.dag.GroupReduceNode
 
getPossibleProperties() - Method in class org.apache.flink.compiler.dag.MapNode
 
getPossibleProperties() - Method in class org.apache.flink.compiler.dag.MapPartitionNode
 
getPossibleProperties() - Method in class org.apache.flink.compiler.dag.MatchNode
 
getPossibleProperties() - Method in class org.apache.flink.compiler.dag.PartitionNode
 
getPossibleProperties() - Method in class org.apache.flink.compiler.dag.ReduceNode
 
getPossibleProperties() - Method in class org.apache.flink.compiler.dag.SingleInputNode
 
getPossibleProperties() - Method in class org.apache.flink.compiler.dag.SinkJoiner
 
getPossibleProperties() - Method in class org.apache.flink.compiler.dag.TwoInputNode
 
getPossibleProperties() - Method in class org.apache.flink.compiler.dag.UnaryOperatorNode
 
getPossibleProperties() - Method in class org.apache.flink.compiler.dag.WorksetIterationNode
 
getPossibleProperties() - Method in class org.apache.flink.compiler.dag.WorksetIterationNode.SingleRootJoiner
 
getPostPassClassName() - Method in class org.apache.flink.api.common.Plan
Gets the optimizer post-pass class for this job.
getPostPassClassName() - Method in class org.apache.flink.api.java.operators.translation.JavaPlan
 
getPredecessor() - Method in class org.apache.flink.compiler.plan.SingleInputPlanNode
Gets the predecessor of this node, i.e.
getPredecessorNode() - Method in class org.apache.flink.compiler.dag.DataSinkNode
 
getPredecessorNode() - Method in class org.apache.flink.compiler.dag.SingleInputNode
Gets the predecessor of this node.
getPredecessors() - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
getPredecessors() - Method in class org.apache.flink.compiler.plan.BulkPartialSolutionPlanNode
 
getPredecessors() - Method in class org.apache.flink.compiler.plan.DualInputPlanNode
 
getPredecessors() - Method in class org.apache.flink.compiler.plan.NAryUnionPlanNode
 
getPredecessors() - Method in class org.apache.flink.compiler.plan.PlanNode
 
getPredecessors() - Method in class org.apache.flink.compiler.plan.SingleInputPlanNode
 
getPredecessors() - Method in class org.apache.flink.compiler.plan.SolutionSetPlanNode
 
getPredecessors() - Method in class org.apache.flink.compiler.plan.SourcePlanNode
 
getPredecessors() - Method in class org.apache.flink.compiler.plan.WorksetPlanNode
 
getPredecessors() - Method in interface org.apache.flink.compiler.plandump.DumpableNode
Gets an iterator over the predecessors.
getPreferredLocations() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Gets the location preferences of this task, determined by the locations of the predecessors from which it receives input data.
getPreviewPlan() - Method in class org.apache.flink.client.program.PackagedProgram
Returns the analyzed plan without any optimizations.
getPreviousGlobalAggregate(String) - Method in class org.apache.flink.runtime.iterative.task.RuntimeAggregatorRegistry
 
getPreviousIterationAggregate(String) - Method in interface org.apache.flink.api.common.functions.IterationRuntimeContext
 
getPreviousIterationAggregate(String) - Method in class org.apache.flink.spargel.java.MessagingFunction
Get the aggregated value that an aggregator computed in the previous iteration.
getPreviousIterationAggregate(String) - Method in class org.apache.flink.spargel.java.record.MessagingFunction
 
getPreviousIterationAggregate(String) - Method in class org.apache.flink.spargel.java.record.VertexUpdateFunction
 
getPreviousIterationAggregate(String) - Method in class org.apache.flink.spargel.java.VertexUpdateFunction
Get the aggregated value that an aggregator computed in the previous iteration.
getPreviousType() - Method in exception org.apache.flink.compiler.postpass.ConflictingFieldTypeInfoException
 
getProber(TypeComparator<PT>, TypePairComparator<PT, T>) - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
 
getProber(TypeComparator<PT>, TypePairComparator<PT, T>) - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable
 
getProbeSideBlockCount() - Method in class org.apache.flink.runtime.operators.hash.HashPartition
 
getProbeSideChannel() - Method in class org.apache.flink.runtime.operators.hash.HashPartition
 
getProbeSideComparator() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
getProbeSideRecordCount() - Method in class org.apache.flink.runtime.operators.hash.HashPartition
 
getProducedDataSets() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
 
getProducedDataSets() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
 
getProducedType() - Method in class org.apache.flink.api.java.io.AvroInputFormat
 
getProducedType() - Method in interface org.apache.flink.api.java.typeutils.ResultTypeQueryable
Gets the data type (as a TypeInformation) produced by this function or input format.
getProducedType() - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopInputFormat
 
getProducedType() - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopMapFunction
 
getProducedType() - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopReduceCombineFunction
 
getProducedType() - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopReduceFunction
 
getProducedType() - Method in class org.apache.flink.hadoopcompatibility.mapreduce.HadoopInputFormat
 
getProducer() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResult
 
getProducer() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResultPartition
 
getProducer() - Method in class org.apache.flink.runtime.jobgraph.IntermediateDataSet
 
getProfilingInterval() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexThreadProfilingData
 
getProfilingInterval() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
getProfilingInterval() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Returns the interval of time this profiling event covers in milliseconds.
getProfilingInterval() - Method in class org.apache.flink.runtime.profiling.types.VertexProfilingEvent
The interval in milliseconds to which the rest of the profiling data relates to.
getProfilingStart() - Method in class org.apache.flink.runtime.profiling.impl.JobProfilingData
 
getProfilingTimestamp() - Method in class org.apache.flink.runtime.profiling.types.ProfilingEvent
Returns the timestamp of this profiling information.
getProgress() - Method in class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopDummyReporter
 
getProperties1() - Method in class org.apache.flink.compiler.operators.OperatorDescriptorDual.GlobalPropertiesPair
 
getProperties1() - Method in class org.apache.flink.compiler.operators.OperatorDescriptorDual.LocalPropertiesPair
 
getProperties2() - Method in class org.apache.flink.compiler.operators.OperatorDescriptorDual.GlobalPropertiesPair
 
getProperties2() - Method in class org.apache.flink.compiler.operators.OperatorDescriptorDual.LocalPropertiesPair
 
getProtocolByName(String) - Static method in class org.apache.flink.util.ClassUtils
Searches for a protocol class by its name and attempts to load it.
getProxy(Class<V>, InetSocketAddress, SocketFactory) - Static method in class org.apache.flink.runtime.ipc.RPC
Construct a client-side proxy object that implements the named protocol, talking to a server at the named address.
getProxy(Class<V>, InetSocketAddress) - Static method in class org.apache.flink.runtime.ipc.RPC
Construct a client-side proxy object with the default SocketFactory
getPushChainDriverClass() - Method in enum org.apache.flink.runtime.operators.DriverStrategy
 
getQueueSize() - Method in class org.apache.flink.streaming.connectors.twitter.TwitterSource
Get the size of the queue in which the tweets are contained temporarily.
getRandomFilename(String) - Static method in class org.apache.flink.runtime.util.FileUtils
Constructs a random filename with the given prefix and a random part generated from hex characters.
getRandomOddEvenEdges(int, int, long) - Static method in class org.apache.flink.test.testdata.ConnectedComponentsData
Creates random edges such that even numbered vertices are connected with even numbered vertices and odd numbered vertices only with other odd numbered ones.
getRandomString(Random, int, int) - Static method in class org.apache.flink.util.StringUtils
Creates a random string with a length within the given interval.
getRandomString(Random, int, int, char, char) - Static method in class org.apache.flink.util.StringUtils
Creates a random string with a length within the given interval.
getRankDataSet(ExecutionEnvironment) - Static method in class org.apache.flink.examples.java.relational.util.WebLogData
 
getReadBufferSize() - Method in class org.apache.flink.api.java.record.io.FixedLengthInputFormat
Gets the size of the buffer internally used to parse record boundaries.
getReadEndAfterSuperstepEnded() - Method in class org.apache.flink.runtime.iterative.concurrent.BlockingBackChannel
Called by iteration head after it has sent all input for the current superstep through the data channel (blocks iteration head).
getReadFields() - Method in class org.apache.flink.api.common.operators.SingleInputSemanticProperties
Gets the field(s) in the source record(s) that are read.
getReadFields1() - Method in class org.apache.flink.api.common.operators.DualInputSemanticProperties
Gets the field(s) in the source record(s) from the first input that are read.
getReadFields2() - Method in class org.apache.flink.api.common.operators.DualInputSemanticProperties
Gets the field(s) in the source record(s) from the second input that are read.
getReadingThread(ExceptionHandler<IOException>, MutableObjectIterator<E>, UnilateralSortMerger.CircularQueues<E>, AbstractInvokable, TypeSerializer<E>, long) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
Creates the reading thread.
getReceivedBytes() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
getReceivedBytes() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Returns the number of bytes received via network during the profiling interval.
getReceiver() - Method in exception org.apache.flink.runtime.io.network.LocalReceiverCancelledException
 
getRecentExecutionGraph(JobID) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
getRecentJobs(List<RecentJobEvent>) - Method in class org.apache.flink.runtime.jobmanager.EventCollector
 
getRecentJobs() - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
getRecentJobs() - Method in interface org.apache.flink.runtime.protocols.ExtendedManagementProtocol
Retrieves a list of jobs which have either running or have been started recently.
getRecommendedPollingInterval() - Method in class org.apache.flink.runtime.client.JobClient
Returns the recommended interval in seconds in which a client is supposed to poll for progress information.
getRecommendedPollingInterval() - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
getRecommendedPollingInterval() - Method in interface org.apache.flink.runtime.protocols.JobManagementProtocol
Returns the recommended interval in seconds in which a client is supposed to poll for progress information.
getRecord(T, int) - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
Gets the record at the given logical position.
getRecord(T, int) - Method in interface org.apache.flink.runtime.operators.sort.InMemorySorter
Gets the record at the given logical position.
getRecord(T, int) - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
Gets the record at the given logical position.
getRecordByName(String) - Static method in class org.apache.flink.util.ClassUtils
Searches for a record class by its name and attempts to load it.
getRecordCount() - Method in class org.apache.flink.api.common.io.BlockInfo
Returns the recordCount.
getRecordCount() - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
number of records in partition including garbage
getRecordLength() - Method in class org.apache.flink.api.java.record.io.FixedLengthInputFormat
Returns the fixed length of a record.
getRecursionLevel() - Method in class org.apache.flink.runtime.operators.hash.HashPartition
Gets this partition's recursion level.
getReduceInvokable(ReduceFunction<OUT>) - Method in class org.apache.flink.streaming.api.datastream.BatchedDataStream
 
getReduceInvokable(CoReduceFunction<IN1, IN2, OUT>) - Method in class org.apache.flink.streaming.api.datastream.CoBatchedDataStream
 
getReduceInvokable(CoReduceFunction<IN1, IN2, OUT>) - Method in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
 
getReduceInvokable(CoReduceFunction<IN1, IN2, OUT>) - Method in class org.apache.flink.streaming.api.datastream.CoWindowDataStream
 
getReduceInvokable(ReduceFunction<OUT>) - Method in class org.apache.flink.streaming.api.datastream.WindowDataStream
 
getRegisteredExecutions() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
getRegisteredId() - Method in class org.apache.flink.runtime.taskmanager.TaskManager
Gets the ID under which the TaskManager is currently registered at its JobManager.
getRelativeBackChannelMemory() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getRelativeInputMaterializationMemory(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getRelativeMemoryDriver() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getRelativeMemoryGlobalStrategy() - Method in class org.apache.flink.compiler.plan.Channel
 
getRelativeMemoryInput(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getRelativeMemoryLocalStrategy() - Method in class org.apache.flink.compiler.plan.Channel
 
getRelativeMemoryPerSubTask() - Method in class org.apache.flink.compiler.plan.PlanNode
Gets the memory dedicated to each sub-task for this node.
getRelativeSolutionSetMemory() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getRelativeTempMemory() - Method in class org.apache.flink.compiler.plan.Channel
Gets the memory for materializing the channel's result from this Channel.
getRemappedKeys(int) - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
getRemoteAddress() - Static method in class org.apache.flink.runtime.ipc.Server
Returns remote address as a string when invoked inside an RPC.
getRemoteIp() - Static method in class org.apache.flink.runtime.ipc.Server
Returns the remote side ip address when invoked inside an RPC Returns null in case of an error.
getRemoteReceiver() - Method in class org.apache.flink.runtime.io.network.EnvelopeReceiverList
 
getRemoteReceiver() - Method in class org.apache.flink.runtime.io.network.SenderHintEvent
 
getRemoteTarget() - Method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
getReplication() - Method in interface org.apache.flink.core.fs.FileStatus
Get the replication factor of a file.
getReplication() - Method in class org.apache.flink.core.fs.local.LocalFileStatus
 
getReplication() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileStatus
 
getReplication() - Method in class org.apache.flink.runtime.fs.s3.S3FileStatus
 
getReplicationFactor() - Method in class org.apache.flink.compiler.plan.Channel
Returns the replication factor of the connection.
getRequiredGlobalProps() - Method in class org.apache.flink.compiler.plan.Channel
 
getRequiredJarFiles() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
 
getRequiredJarFiles() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
Returns a list of BLOB keys referring to the JAR files required to run this job
getRequiredLocalProps() - Method in class org.apache.flink.compiler.plan.Channel
 
getResources() - Method in class org.apache.flink.runtime.instance.Instance
 
getResultInputStream(String) - Method in class org.apache.flink.test.util.AbstractTestBase
 
getResultReader(String) - Method in class org.apache.flink.test.util.AbstractTestBase
 
getResultReader(String, boolean) - Method in class org.apache.flink.test.util.AbstractTestBase
 
getResultsFormated(Map<String, Object>) - Static method in class org.apache.flink.api.common.accumulators.AccumulatorHelper
 
getResultType() - Method in class org.apache.flink.api.java.operators.Operator
Returns the type of the result of this operator.
getReturnCode() - Method in class org.apache.flink.runtime.client.AbstractJobResult
Returns the return code of the job operation.
getReturnQueue() - Method in class org.apache.flink.runtime.io.disk.iomanager.BlockChannelAccess
Gets the queue (or list) to which the asynchronous reader adds its elements.
getRevenue() - Method in class org.apache.flink.examples.java.relational.TPCHQuery3.ShippingPriorityItem
 
getRevisionInformation() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
Returns the code revision (commit and commit date) of Flink.
getRootOfStepFunction() - Method in class org.apache.flink.compiler.plan.BulkIterationPlanNode
 
getRootOfTerminationCriterion() - Method in class org.apache.flink.compiler.plan.BulkIterationPlanNode
 
getRuntimeContext() - Method in class org.apache.flink.api.common.functions.AbstractRichFunction
 
getRuntimeContext() - Method in interface org.apache.flink.api.common.functions.RichFunction
Gets the context that contains information about the UDF's runtime.
getSchema() - Method in class org.apache.flink.api.io.avro.example.User
 
getSecond() - Method in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
Returns the second DataStream.
getSecond() - Method in class org.apache.flink.types.Pair
Returns the second encapsulated pair element.
getSecondDegree() - Method in class org.apache.flink.examples.java.graph.util.EnumTrianglesDataTypes.EdgeWithDegrees
 
getSecondIncomingConnection() - Method in class org.apache.flink.compiler.dag.TwoInputNode
Gets the PactConnection through which this node receives its second input.
getSecondInput() - Method in class org.apache.flink.api.common.operators.DualInputOperator
Returns the second input, or null, if none is set.
getSecondInputType() - Method in class org.apache.flink.api.common.operators.BinaryOperatorInformation
 
getSecondPredecessorNode() - Method in class org.apache.flink.compiler.dag.TwoInputNode
 
getSecondVertex() - Method in class org.apache.flink.examples.java.graph.util.EnumTrianglesDataTypes.Edge
 
getSecondVertex() - Method in class org.apache.flink.examples.java.graph.util.EnumTrianglesDataTypes.EdgeWithDegrees
 
getSegmentsForReaders(List<List<MemorySegment>>, List<MemorySegment>, int) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
Divides the given collection of memory buffers among numChannels sublists.
getSegmentSize() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
Gets the size of the segments used by this view.
getSelectAll(int) - Method in class org.apache.flink.streaming.api.StreamConfig
 
getSemanticProperties() - Method in class org.apache.flink.api.common.operators.DualInputOperator
 
getSemanticProperties() - Method in class org.apache.flink.api.common.operators.SingleInputOperator
 
getSemanticProperties() - Method in class org.apache.flink.api.java.operators.SingleInputUdfOperator
 
getSemanticProperties() - Method in class org.apache.flink.api.java.operators.TwoInputUdfOperator
 
getSemanticProperties() - Method in interface org.apache.flink.api.java.operators.UdfOperator
Gets the semantic properties that have been set for the user-defined functions (UDF).
getSemanticPropsDual(Set<Annotation>, TypeInformation<?>, TypeInformation<?>, TypeInformation<?>) - Static method in class org.apache.flink.api.java.functions.SemanticPropUtil
 
getSemanticPropsDualFromString(DualInputSemanticProperties, String[], String[], String[], String[], String[], String[], TypeInformation<?>, TypeInformation<?>, TypeInformation<?>) - Static method in class org.apache.flink.api.java.functions.SemanticPropUtil
 
getSemanticPropsSingle(Set<Annotation>, TypeInformation<?>, TypeInformation<?>) - Static method in class org.apache.flink.api.java.functions.SemanticPropUtil
 
getSemanticPropsSingleFromString(String[], String[], String[], TypeInformation<?>, TypeInformation<?>) - Static method in class org.apache.flink.api.java.functions.SemanticPropUtil
 
getSequenceNumber() - Method in class org.apache.flink.runtime.event.job.AbstractEvent
 
getSequenceNumber() - Method in class org.apache.flink.runtime.io.network.Envelope
 
getSerializer() - Method in class org.apache.flink.api.common.typeutils.record.RecordSerializerFactory
 
getSerializer() - Method in interface org.apache.flink.api.common.typeutils.TypeSerializerFactory
 
getSerializer() - Method in class org.apache.flink.api.java.typeutils.runtime.RuntimeStatefulSerializerFactory
 
getSerializer() - Method in class org.apache.flink.api.java.typeutils.runtime.RuntimeStatelessSerializerFactory
 
getSerializer() - Method in class org.apache.flink.compiler.plan.Channel
Gets the serializer from this Channel.
getSerializer() - Method in class org.apache.flink.compiler.plan.SourcePlanNode
Gets the serializer from this PlanNode.
getSerializerForIterationChannel() - Method in class org.apache.flink.compiler.plan.BulkIterationPlanNode
 
getSerializerForIterationChannel() - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
getServer(Object, String, int, int) - Static method in class org.apache.flink.runtime.ipc.RPC
Construct a server for a protocol implementation instance listening on a port and address.
getServerPort() - Method in class org.apache.flink.runtime.blob.BlobServer
Returns the network port the BLOB server is bound to.
getSharedSlot() - Method in class org.apache.flink.runtime.jobmanager.scheduler.CoLocationConstraint
 
getSharedSlot() - Method in class org.apache.flink.runtime.jobmanager.scheduler.SubSlot
 
getShipdate() - Method in class org.apache.flink.examples.java.relational.TPCHQuery3.Lineitem
 
getShippriority() - Method in class org.apache.flink.examples.java.relational.TPCHQuery3.Order
 
getShippriority() - Method in class org.apache.flink.examples.java.relational.TPCHQuery3.ShippingPriorityItem
 
getShipStrategy() - Method in class org.apache.flink.compiler.dag.PactConnection
Gets the shipping strategy for this connection.
getShipStrategy() - Method in class org.apache.flink.compiler.plan.Channel
 
getShipStrategy() - Method in interface org.apache.flink.compiler.plandump.DumpableConnection
 
getShipStrategyComparator() - Method in class org.apache.flink.compiler.plan.Channel
Gets the ship strategy comparator from this Channel.
getShipStrategyKeys() - Method in class org.apache.flink.compiler.plan.Channel
 
getShipStrategySortOrder() - Method in class org.apache.flink.compiler.plan.Channel
 
getShort(int) - Method in class org.apache.flink.core.memory.MemorySegment
Reads two memory at the given position, composing them into a short value according to the current byte order.
getShort(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
getShort(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
getShort(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
getShortName() - Method in enum org.apache.flink.api.common.operators.Order
 
getSimpleName() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
Creates a simple name representation in the style 'taskname (x/y)', where 'taskname' is the name as returned by ExecutionVertex.getTaskName(), 'x' is the parallel subtask index as returned by ExecutionVertex.getParallelSubtaskIndex()+ 1, and 'y' is the total number of tasks, as returned by ExecutionVertex.getTotalNumberOfParallelSubtasks().
getSingleInputNode() - Method in class org.apache.flink.compiler.plan.SingleInputPlanNode
 
getSingleInputNodeSchema(SingleInputPlanNode, T) - Method in class org.apache.flink.compiler.postpass.GenericFlatTypePostPass
 
getSingleInputNodeSchema(SingleInputPlanNode, SparseKeySchema) - Method in class org.apache.flink.compiler.postpass.RecordModelPostPass
 
getSingleRootOfStepFunction() - Method in class org.apache.flink.compiler.dag.BulkIterationNode
 
getSingleRootOfStepFunction() - Method in class org.apache.flink.compiler.dag.WorksetIterationNode
 
getSinkNode() - Method in class org.apache.flink.compiler.plan.SinkPlanNode
 
getSinkSchema(SinkPlanNode, T) - Method in class org.apache.flink.compiler.postpass.GenericFlatTypePostPass
 
getSinkSchema(SinkPlanNode, SparseKeySchema) - Method in class org.apache.flink.compiler.postpass.RecordModelPostPass
 
getSizeOfFreeHeapMemory() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
Gets an estimate of the size of the free heap memory.
getSizeOfFreeHeapMemoryWithDefrag() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
Gets an estimate of the size of the free heap memory.
getSizeOfJvmHeap() - Method in class org.apache.flink.runtime.instance.HardwareDescription
Returns the size of the JVM heap memory
getSizeOfManagedMemory() - Method in class org.apache.flink.runtime.instance.HardwareDescription
Returns the size of the memory managed by the system for caching, hashing, sorting, ...
getSizeOfPhysicalMemory() - Static method in class org.apache.flink.runtime.instance.Hardware
Returns the size of the physical memory in bytes.
getSizeOfPhysicalMemory() - Method in class org.apache.flink.runtime.instance.HardwareDescription
Returns the size of physical memory in bytes available on the compute node.
getSlotForTask(ExecutionVertex) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroupAssignment
Gets a slot suitable for the given task vertex.
getSlotForTask(ExecutionVertex, CoLocationConstraint) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroupAssignment
 
getSlotNumber() - Method in class org.apache.flink.runtime.instance.AllocatedSlot
 
getSlotSharingGroup() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
 
getSlotSharingGroup() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Gets the slot sharing group that this vertex is associated with.
getSlotSharingGroup() - Method in class org.apache.flink.runtime.jobmanager.scheduler.ScheduledUnit
 
getSocketFactory() - Static method in class org.apache.flink.runtime.net.NetUtils
 
getSoftIrqCPU() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
getSoftIrqCPU() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Returns the percentage of time the CPU(s) spent in state SOFT_IRQ during the profiling interval.
getSolutionSet() - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase
Gets the contract that represents the solution set for the step function.
getSolutionSet() - Method in class org.apache.flink.api.java.operators.DeltaIteration
Gets the solution set of the delta iteration.
getSolutionSetComparator() - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
getSolutionSetComparator(ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getSolutionSetDelta() - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase
Gets the contract that has been set as the solution set delta.
getSolutionSetDelta() - Method in class org.apache.flink.compiler.dag.WorksetIterationNode
 
getSolutionSetDeltaPlanNode() - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
getSolutionSetKeyFields() - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase
 
getSolutionSetKeyFields() - Method in class org.apache.flink.compiler.dag.WorksetIterationNode
 
getSolutionSetKeyFields() - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
getSolutionSetNode() - Method in class org.apache.flink.compiler.dag.WorksetIterationNode
 
getSolutionSetNode() - Method in class org.apache.flink.compiler.plan.SolutionSetPlanNode
 
getSolutionSetPlanNode() - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
getSolutionSetSerializer() - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
getSolutionSetSerializer(ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getSortingThread(ExceptionHandler<IOException>, UnilateralSortMerger.CircularQueues<E>, AbstractInvokable) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
 
getSortOrders() - Method in class org.apache.flink.compiler.plan.DualInputPlanNode
 
getSortOrders(int) - Method in class org.apache.flink.compiler.plan.SingleInputPlanNode
Gets the sort order for the specified driver comparator.
getSource() - Method in class org.apache.flink.compiler.dag.PactConnection
Gets the source of the connection.
getSource() - Method in class org.apache.flink.compiler.plan.Channel
Gets the source of this Channel.
getSource() - Method in interface org.apache.flink.compiler.plandump.DumpableConnection
 
getSource() - Method in class org.apache.flink.runtime.executiongraph.ExecutionEdge
 
getSource() - Method in class org.apache.flink.runtime.io.network.Envelope
 
getSource() - Method in class org.apache.flink.runtime.io.network.SenderHintEvent
 
getSource() - Method in class org.apache.flink.runtime.jobgraph.JobEdge
Returns the data set at the source of the edge.
getSourceId() - Method in class org.apache.flink.runtime.jobgraph.JobEdge
Gets the ID of the consumed data set.
getSpillingThread(ExceptionHandler<IOException>, UnilateralSortMerger.CircularQueues<E>, AbstractInvokable, MemoryManager, IOManager, TypeSerializerFactory<E>, TypeComparator<E>, List<MemorySegment>, List<MemorySegment>, int) - Method in class org.apache.flink.runtime.operators.sort.CombiningUnilateralSortMerger
 
getSpillingThread(ExceptionHandler<IOException>, UnilateralSortMerger.CircularQueues<E>, AbstractInvokable, MemoryManager, IOManager, TypeSerializerFactory<E>, TypeComparator<E>, List<MemorySegment>, List<MemorySegment>, int) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
 
getSpillingThresholdDriver() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getSpillingThresholdInput(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getSplit(int, int) - Method in class org.apache.flink.util.NumberSequenceIterator
 
getSplit(int, int) - Method in interface org.apache.flink.util.SplittableIterator
 
getSplitAssigner() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
 
getSplitLength() - Method in class org.apache.flink.api.common.io.FileInputFormat
Gets the length or remaining length of the current split.
getSplitNumber() - Method in class org.apache.flink.core.io.GenericInputSplit
 
getSplitNumber() - Method in interface org.apache.flink.core.io.InputSplit
Returns the number of this input split.
getSplitNumber() - Method in class org.apache.flink.core.io.LocatableInputSplit
 
getSplitNumber() - Method in class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopInputSplit
 
getSplitNumber() - Method in class org.apache.flink.hadoopcompatibility.mapreduce.wrapper.HadoopInputSplit
 
getSplitStart() - Method in class org.apache.flink.api.common.io.FileInputFormat
Gets the start of the current split.
getStart() - Method in class org.apache.flink.core.fs.FileInputSplit
Returns the position of the first byte in the file to process.
getStartTime() - Method in class org.apache.flink.streaming.api.invokable.util.DefaultTimeStamp
 
getStartTime() - Method in interface org.apache.flink.streaming.api.invokable.util.TimeStamp
Function to define the starting time for reference
getState() - Method in class org.apache.flink.runtime.executiongraph.Execution
 
getState() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
getStateTimestamp(ExecutionState) - Method in class org.apache.flink.runtime.executiongraph.Execution
 
getStateTimestamp(ExecutionState) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
getStateTimestamps() - Method in class org.apache.flink.runtime.executiongraph.Execution
 
getStaticResolution(String) - Static method in class org.apache.flink.runtime.net.NetUtils
Retrieves the resolved name for the passed host.
getStatistics(BaseStatistics) - Method in class org.apache.flink.api.common.io.BinaryInputFormat
 
getStatistics(BaseStatistics) - Method in class org.apache.flink.api.common.io.DelimitedInputFormat
 
getStatistics(BaseStatistics) - Method in class org.apache.flink.api.common.io.FileInputFormat
Obtains basic file statistics containing only file size.
getStatistics(BaseStatistics) - Method in class org.apache.flink.api.common.io.GenericInputFormat
 
getStatistics(BaseStatistics) - Method in interface org.apache.flink.api.common.io.InputFormat
Gets the basic statistics from the input described by this format.
getStatistics(BaseStatistics) - Method in class org.apache.flink.api.java.io.jdbc.JDBCInputFormat
 
getStatistics(BaseStatistics) - Method in class org.apache.flink.api.java.record.io.FixedLengthInputFormat
Obtains basic file statistics containing only file size.
getStatistics(BaseStatistics) - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopInputFormat
 
getStatistics(BaseStatistics) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordInputFormat
 
getStatistics(BaseStatistics) - Method in class org.apache.flink.hadoopcompatibility.mapreduce.HadoopInputFormat
 
getStatisticsKey() - Method in class org.apache.flink.api.common.operators.GenericDataSourceBase
Gets the key under which statistics about this data source may be obtained from the statistics cache.
getStatusTimestamp(JobStatus) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
getStorageLocation(BlobKey) - Method in class org.apache.flink.runtime.blob.BlobServer
Returns a file handle to the file associated with the given blob key on the blob server.
getStorageLocation(JobID, String) - Method in class org.apache.flink.runtime.blob.BlobServer
Returns a file handle to the file identified by the given jobID and key.
getStrategy() - Method in class org.apache.flink.compiler.dag.PartitionNode.PartitionDescriptor
 
getStrategy() - Method in interface org.apache.flink.compiler.operators.AbstractOperatorDescriptor
Gets the runtime strategy to be executed by this operator.
getStrategy() - Method in class org.apache.flink.compiler.operators.AllGroupReduceProperties
 
getStrategy() - Method in class org.apache.flink.compiler.operators.AllGroupWithPartialPreGroupProperties
 
getStrategy() - Method in class org.apache.flink.compiler.operators.AllReduceProperties
 
getStrategy() - Method in class org.apache.flink.compiler.operators.BinaryUnionOpDescriptor
 
getStrategy() - Method in class org.apache.flink.compiler.operators.CoGroupDescriptor
 
getStrategy() - Method in class org.apache.flink.compiler.operators.CollectorMapDescriptor
 
getStrategy() - Method in class org.apache.flink.compiler.operators.CrossBlockOuterFirstDescriptor
 
getStrategy() - Method in class org.apache.flink.compiler.operators.CrossBlockOuterSecondDescriptor
 
getStrategy() - Method in class org.apache.flink.compiler.operators.CrossStreamOuterFirstDescriptor
 
getStrategy() - Method in class org.apache.flink.compiler.operators.CrossStreamOuterSecondDescriptor
 
getStrategy() - Method in class org.apache.flink.compiler.operators.FilterDescriptor
 
getStrategy() - Method in class org.apache.flink.compiler.operators.FlatMapDescriptor
 
getStrategy() - Method in class org.apache.flink.compiler.operators.GroupReduceProperties
 
getStrategy() - Method in class org.apache.flink.compiler.operators.GroupReduceWithCombineProperties
 
getStrategy() - Method in class org.apache.flink.compiler.operators.HashJoinBuildFirstProperties
 
getStrategy() - Method in class org.apache.flink.compiler.operators.HashJoinBuildSecondProperties
 
getStrategy() - Method in class org.apache.flink.compiler.operators.MapDescriptor
 
getStrategy() - Method in class org.apache.flink.compiler.operators.MapPartitionDescriptor
 
getStrategy() - Method in class org.apache.flink.compiler.operators.NoOpDescriptor
 
getStrategy() - Method in class org.apache.flink.compiler.operators.PartialGroupProperties
 
getStrategy() - Method in class org.apache.flink.compiler.operators.ReduceProperties
 
getStrategy() - Method in class org.apache.flink.compiler.operators.SolutionSetDeltaOperator
 
getStrategy() - Method in class org.apache.flink.compiler.operators.SortMergeJoinDescriptor
 
getStrategy() - Method in class org.apache.flink.compiler.operators.UtilSinkJoinOpDescriptor
 
getStreamRecordIterator() - Method in class org.apache.flink.streaming.state.SlidingWindowState
 
getStreamRecordIterator() - Method in class org.apache.flink.streaming.state.SlidingWindowStateIterator
 
getString(String, String) - Method in class org.apache.flink.configuration.Configuration
Returns the value associated with the given key as a string.
getString(String, String) - Static method in class org.apache.flink.configuration.GlobalConfiguration
Returns the value associated with the given key as a string.
getString() - Method in class org.apache.flink.runtime.event.task.StringTaskEvent
Returns the stored string.
getString(String, String) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
getString(String, String) - Method in class org.apache.flink.streaming.connectors.json.JSONParseFlatMap
Get the String value associated with a key form a JSON code.
getStub() - Method in class org.apache.flink.runtime.operators.chaining.ChainedCollectorMapDriver
 
getStub() - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
getStub() - Method in class org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
 
getStub() - Method in class org.apache.flink.runtime.operators.chaining.ChainedMapDriver
 
getStub() - Method in class org.apache.flink.runtime.operators.chaining.ChainedTerminationCriterionDriver
 
getStub() - Method in class org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
 
getStub() - Method in interface org.apache.flink.runtime.operators.PactTaskContext
 
getStub() - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
getStubParameter(String, String) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getStubParameters() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getStubType() - Method in class org.apache.flink.runtime.operators.AllGroupReduceDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.AllReduceDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.CoGroupDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.CollectorMapDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.CrossDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.FlatMapDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.GroupReduceCombineDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.GroupReduceDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.MapDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.MapPartitionDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.MatchDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.NoOpDriver
 
getStubType() - Method in interface org.apache.flink.runtime.operators.PactDriver
Gets the class of the stub type that is run by this task.
getStubType() - Method in class org.apache.flink.runtime.operators.ReduceCombineDriver
 
getStubType() - Method in class org.apache.flink.runtime.operators.ReduceDriver
 
getStubWrapper(ClassLoader) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getSubmissionTimestamp() - Method in class org.apache.flink.runtime.event.job.RecentJobEvent
Returns the time stamp of the job submission.
getSubtask() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexProfilingData
 
getSubtask() - Method in class org.apache.flink.runtime.profiling.types.VertexProfilingEvent
 
getSubtaskIndex() - Method in class org.apache.flink.runtime.event.job.ExecutionStateChangeEvent
 
getSubtaskIndex() - Method in class org.apache.flink.runtime.taskmanager.Task
Gets the index of the parallel subtask [0, parallelism).
getSumFunction(int, Class<T>) - Static method in class org.apache.flink.streaming.api.function.aggregation.SumAggregationFunction
 
getSuperstep() - Method in class org.apache.flink.spargel.java.record.MessagingFunction
 
getSuperstep() - Method in class org.apache.flink.spargel.java.record.VertexUpdateFunction
 
getSuperstepNumber() - Method in interface org.apache.flink.api.common.functions.IterationRuntimeContext
Gets the number of the current superstep.
getSuperstepNumber() - Method in class org.apache.flink.spargel.java.MessagingFunction
Gets the number of the superstep, starting at 1.
getSuperstepNumber() - Method in class org.apache.flink.spargel.java.VertexUpdateFunction
Gets the number of the superstep, starting at 1.
getSuperTemplateTypes(Class<?>) - Static method in class org.apache.flink.util.ReflectionUtil
 
getSuperTemplateTypes(Class<?>, Class<?>) - Static method in class org.apache.flink.util.ReflectionUtil
 
getSystemCPU() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
getSystemCPU() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Returns the percentage of time the CPU(s) spent in state SYSTEM during the profiling interval.
getSystemTime() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexThreadProfilingData
 
getSystemTime() - Method in class org.apache.flink.runtime.profiling.types.ThreadProfilingEvent
Returns the percentage of time the execution thread spent in system mode in the given profiling interval.
getTarget() - Method in class org.apache.flink.compiler.dag.PactConnection
Gets the target of the connection.
getTarget() - Method in class org.apache.flink.compiler.plan.Channel
Gets the target of this Channel.
getTarget() - Method in class org.apache.flink.runtime.executiongraph.ExecutionEdge
 
getTarget() - Method in class org.apache.flink.runtime.jobgraph.JobEdge
Returns the vertex connected to this edge.
getTaskAssignment() - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroup
 
getTaskConfig() - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
getTaskConfig() - Method in interface org.apache.flink.runtime.operators.PactTaskContext
 
getTaskConfig() - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
getTaskConfiguration() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
Returns the task's configuration object.
getTaskConfiguration() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the task configuration object which was attached to the original JobVertex.
getTaskConfiguration() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getTaskConfiguration() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
Returns the task configuration object which was attached to the original AbstractJobVertex.
getTaskManagerDataPort() - Method in class org.apache.flink.client.LocalExecutor
 
getTaskManagerDataPort() - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
getTaskManagerNumSlots() - Method in class org.apache.flink.client.LocalExecutor
 
getTaskManagerNumSlots() - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
getTaskManagerNumSlots() - Method in class org.apache.flink.test.util.AbstractTestBase
 
getTaskManagerProxy() - Method in class org.apache.flink.runtime.instance.Instance
 
getTaskManagerRpcPort() - Method in class org.apache.flink.client.LocalExecutor
 
getTaskManagerRpcPort() - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
getTaskManagers() - Method in class org.apache.flink.runtime.instance.LocalInstanceManager
 
getTaskName() - Method in interface org.apache.flink.api.common.functions.RuntimeContext
Returns the name of the task in which the UDF runs, as assigned during plan construction.
getTaskName() - Method in class org.apache.flink.api.common.functions.util.RuntimeUDFContext
 
getTaskName() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
Returns the task's name.
getTaskName() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the name of the task running in this environment.
getTaskName() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getTaskName() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
getTaskName() - Method in class org.apache.flink.runtime.operators.chaining.ChainedCollectorMapDriver
 
getTaskName() - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
getTaskName() - Method in class org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
 
getTaskName() - Method in class org.apache.flink.runtime.operators.chaining.ChainedMapDriver
 
getTaskName() - Method in class org.apache.flink.runtime.operators.chaining.ChainedTerminationCriterionDriver
 
getTaskName() - Method in exception org.apache.flink.runtime.operators.chaining.ExceptionInChainedStubException
 
getTaskName() - Method in class org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
 
getTaskName() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getTaskName() - Method in class org.apache.flink.runtime.taskmanager.Task
 
getTaskNameWithSubtasks() - Method in class org.apache.flink.runtime.taskmanager.Task
 
getTaskToExecute() - Method in class org.apache.flink.runtime.jobmanager.scheduler.ScheduledUnit
 
getTaskVertices() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
 
getTempDir(JobID, String) - Method in class org.apache.flink.runtime.filecache.FileCache
 
getTempDirPath(String) - Method in class org.apache.flink.test.util.AbstractTestBase
 
getTempFilePath(String) - Method in class org.apache.flink.test.util.AbstractTestBase
 
getTemplateType(Class<?>, int) - Static method in class org.apache.flink.util.ReflectionUtil
 
getTemplateType(Class<?>, Class<?>, int) - Static method in class org.apache.flink.util.ReflectionUtil
 
getTemplateType1(Class<?>) - Static method in class org.apache.flink.util.ReflectionUtil
 
getTemplateType2(Class<?>) - Static method in class org.apache.flink.util.ReflectionUtil
 
getTemplateType3(Class<?>) - Static method in class org.apache.flink.util.ReflectionUtil
 
getTemplateType4(Class<?>) - Static method in class org.apache.flink.util.ReflectionUtil
 
getTemplateType5(Class<?>) - Static method in class org.apache.flink.util.ReflectionUtil
 
getTemplateType6(Class<?>) - Static method in class org.apache.flink.util.ReflectionUtil
 
getTemplateType7(Class<?>) - Static method in class org.apache.flink.util.ReflectionUtil
 
getTemplateType8(Class<?>) - Static method in class org.apache.flink.util.ReflectionUtil
 
getTemplateTypes(ParameterizedType) - Static method in class org.apache.flink.util.ReflectionUtil
 
getTemplateTypes(Class<?>) - Static method in class org.apache.flink.util.ReflectionUtil
 
getTempMode() - Method in class org.apache.flink.compiler.plan.Channel
 
getTempTaskOutputPath(JobConf, TaskAttemptID) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.datatypes.HadoopFileOutputCommitter
 
getTerminationCriterion() - Method in class org.apache.flink.api.common.operators.base.BulkIterationBase
 
getTerminationCriterion() - Method in class org.apache.flink.api.java.operators.BulkIterationResultSet
 
getTestJob() - Method in class org.apache.flink.test.util.RecordAPITestBase
 
getTheta0() - Method in class org.apache.flink.examples.java.ml.LinearRegression.Params
 
getTheta1() - Method in class org.apache.flink.examples.java.ml.LinearRegression.Params
 
getTimestamp() - Method in class org.apache.flink.runtime.event.job.AbstractEvent
Returns the timestamp of the event.
getTimestamp(T) - Method in class org.apache.flink.streaming.api.invokable.util.DefaultTimeStamp
 
getTimestamp(T) - Method in interface org.apache.flink.streaming.api.invokable.util.TimeStamp
Values
getTimestampString() - Method in class org.apache.flink.runtime.event.job.AbstractEvent
 
getTo() - Method in class org.apache.flink.util.NumberSequenceIterator
 
getTotalFields() - Method in class org.apache.flink.api.common.typeinfo.BasicArrayTypeInfo
 
getTotalFields() - Method in class org.apache.flink.api.common.typeinfo.BasicTypeInfo
 
getTotalFields() - Method in class org.apache.flink.api.common.typeinfo.NothingTypeInfo
 
getTotalFields() - Method in class org.apache.flink.api.common.typeinfo.PrimitiveArrayTypeInfo
 
getTotalFields() - Method in class org.apache.flink.api.common.typeinfo.TypeInformation
 
getTotalFields() - Method in class org.apache.flink.api.java.typeutils.GenericTypeInfo
 
getTotalFields() - Method in class org.apache.flink.api.java.typeutils.ObjectArrayTypeInfo
 
getTotalFields() - Method in class org.apache.flink.api.java.typeutils.PojoTypeInfo
 
getTotalFields() - Method in class org.apache.flink.api.java.typeutils.RecordTypeInfo
 
getTotalFields() - Method in class org.apache.flink.api.java.typeutils.TupleTypeInfoBase
 
getTotalFields() - Method in class org.apache.flink.api.java.typeutils.ValueTypeInfo
 
getTotalFields() - Method in class org.apache.flink.api.java.typeutils.WritableTypeInfo
 
getTotalInputSize() - Method in class org.apache.flink.api.common.io.FileInputFormat.FileBaseStatistics
Gets the file size.
getTotalInputSize() - Method in interface org.apache.flink.api.common.io.statistics.BaseStatistics
Gets the total size of the input.
getTotalMemory() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
getTotalMemory() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Returns the total amount of memory of the corresponding instance.
getTotalNumberOfParallelSubtasks() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
getTotalNumberOfReceivers() - Method in class org.apache.flink.runtime.io.network.EnvelopeReceiverList
 
getTotalNumberOfRegisteredSlots() - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
getTotalNumberOfRegisteredSlots() - Method in interface org.apache.flink.runtime.protocols.ExtendedManagementProtocol
Returns the number of available slots among the registered task managers
getTotalNumberOfSlots() - Method in class org.apache.flink.runtime.instance.Instance
 
getTotalNumberOfSlots() - Method in class org.apache.flink.runtime.instance.InstanceManager
 
getTotalNumberOfSlots() - Method in class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
 
getTotalNumberOfSplits() - Method in class org.apache.flink.core.io.GenericInputSplit
 
getTotalNumberOfSubtasks() - Method in class org.apache.flink.runtime.event.job.VertexEvent
Returns the number of subtasks the corresponding vertex has been split into at runtime.
getTransmittedBytes() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
getTransmittedBytes() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Returns the number of bytes transmitted via network during the profiling interval.
getTrueArray(int) - Static method in class org.apache.flink.compiler.plan.SingleInputPlanNode
 
getTwoInputNode() - Method in class org.apache.flink.compiler.plan.DualInputPlanNode
 
getType(int) - Method in class org.apache.flink.api.common.operators.Ordering
 
getType() - Method in class org.apache.flink.api.common.typeutils.CompositeType.FlatFieldDescriptor
 
getType() - Method in class org.apache.flink.api.java.DataSet
Returns the TypeInformation for the type of this DataSet.
getType() - Method in class org.apache.flink.api.java.operators.DataSink
 
getType() - Method in class org.apache.flink.api.java.typeutils.ObjectArrayTypeInfo
 
getType(int) - Method in class org.apache.flink.compiler.postpass.AbstractSchema
 
getType(int) - Method in class org.apache.flink.compiler.postpass.DenseValueSchema
 
getType(int) - Method in class org.apache.flink.compiler.postpass.SparseKeySchema
 
getTypeAt(int) - Method in class org.apache.flink.api.common.typeutils.CompositeType
 
getTypeAt(int) - Method in class org.apache.flink.api.java.typeutils.PojoTypeInfo
 
getTypeAt(int) - Method in class org.apache.flink.api.java.typeutils.TupleTypeInfoBase
 
getTypeClass() - Method in class org.apache.flink.api.common.typeinfo.BasicArrayTypeInfo
 
getTypeClass() - Method in class org.apache.flink.api.common.typeinfo.BasicTypeInfo
 
getTypeClass() - Method in class org.apache.flink.api.common.typeinfo.NothingTypeInfo
 
getTypeClass() - Method in class org.apache.flink.api.common.typeinfo.PrimitiveArrayTypeInfo
 
getTypeClass() - Method in class org.apache.flink.api.common.typeinfo.TypeInformation
 
getTypeClass() - Method in class org.apache.flink.api.java.typeutils.GenericTypeInfo
 
getTypeClass() - Method in class org.apache.flink.api.java.typeutils.ObjectArrayTypeInfo
 
getTypeClass() - Method in class org.apache.flink.api.java.typeutils.PojoTypeInfo
 
getTypeClass() - Method in class org.apache.flink.api.java.typeutils.RecordTypeInfo
 
getTypeClass() - Method in class org.apache.flink.api.java.typeutils.TupleTypeInfoBase
 
getTypeClass() - Method in class org.apache.flink.api.java.typeutils.ValueTypeInfo
 
getTypeClass() - Method in class org.apache.flink.api.java.typeutils.WritableTypeInfo
 
getTypeInfo() - Method in class org.apache.flink.streaming.util.serialization.TypeWrapper
 
getTypeInfoIn1() - Method in class org.apache.flink.streaming.api.StreamConfig
 
getTypeInfoIn2() - Method in class org.apache.flink.streaming.api.StreamConfig
 
getTypeInfoOut1() - Method in class org.apache.flink.streaming.api.StreamConfig
 
getTypeInfoOut2() - Method in class org.apache.flink.streaming.api.StreamConfig
 
getTypes() - Method in class org.apache.flink.api.common.operators.Ordering
 
getUdfRuntimeContext() - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
getUniqueFieldCombination() - Method in class org.apache.flink.compiler.dataproperties.GlobalProperties
 
getUniqueFields() - Method in class org.apache.flink.api.common.operators.CompilerHints
Gets the FieldSets that are unique
getUniqueFields() - Method in class org.apache.flink.compiler.dag.OptimizerNode
Gets the FieldSets which are unique in the output of the node.
getUniqueFields() - Method in class org.apache.flink.compiler.dataproperties.LocalProperties
Gets the fields whose combination is unique within the data set.
getUpperPart() - Method in class org.apache.flink.runtime.AbstractID
 
getUri() - Method in class org.apache.flink.core.fs.FileSystem
Returns a URI whose scheme and authority identify this file system.
getUri() - Method in class org.apache.flink.core.fs.local.LocalFileSystem
 
getUri() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
 
getUri() - Method in class org.apache.flink.runtime.fs.maprfs.MapRFileSystem
 
getUri() - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
 
getURL(BlobKey) - Method in class org.apache.flink.runtime.blob.BlobCache
Returns the URL for the content-addressable BLOB with the given key.
getURL(BlobKey) - Method in class org.apache.flink.runtime.blob.BlobServer
Method which retrieves the URL of a file associated with a blob key.
getURL(BlobKey) - Method in interface org.apache.flink.runtime.blob.BlobService
This method returns the URL of the file associated with the provided blob key.
getUserClassLoader() - Method in interface org.apache.flink.runtime.execution.Environment
Returns the user code class loader
getUserClassLoader() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
getUserCodeAnnotation(Class<A>) - Method in class org.apache.flink.api.common.operators.util.UserCodeClassWrapper
 
getUserCodeAnnotation(Class<A>) - Method in class org.apache.flink.api.common.operators.util.UserCodeObjectWrapper
 
getUserCodeAnnotation(Class<A>) - Method in interface org.apache.flink.api.common.operators.util.UserCodeWrapper
Gets an annotation that pertains to the user code class.
getUserCodeClass() - Method in class org.apache.flink.api.common.operators.util.UserCodeClassWrapper
 
getUserCodeClass() - Method in class org.apache.flink.api.common.operators.util.UserCodeObjectWrapper
 
getUserCodeClass() - Method in interface org.apache.flink.api.common.operators.util.UserCodeWrapper
Gets the class of the user code.
getUserCodeClassLoader() - Method in interface org.apache.flink.api.common.functions.RuntimeContext
Gets the ClassLoader to load classes that were are not in system's classpath, but are part of the jar file of a user job.
getUserCodeClassLoader() - Method in class org.apache.flink.api.common.functions.util.RuntimeUDFContext
 
getUserCodeClassLoader() - Method in class org.apache.flink.client.program.JobWithJars
Gets the ClassLoader that must be used to load user code classes.
getUserCodeClassLoader() - Method in class org.apache.flink.client.program.PackagedProgram
Gets the ClassLoader that must be used to load user code classes.
getUserCodeClassLoader() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
Returns the user code class loader of this invokable.
getUserCodeClassLoader() - Method in interface org.apache.flink.runtime.operators.PactTaskContext
 
getUserCodeObject(Class<? super T>, ClassLoader) - Method in class org.apache.flink.api.common.operators.util.UserCodeClassWrapper
 
getUserCodeObject() - Method in class org.apache.flink.api.common.operators.util.UserCodeClassWrapper
 
getUserCodeObject(Class<? super T>, ClassLoader) - Method in class org.apache.flink.api.common.operators.util.UserCodeObjectWrapper
 
getUserCodeObject() - Method in class org.apache.flink.api.common.operators.util.UserCodeObjectWrapper
 
getUserCodeObject(Class<? super T>, ClassLoader) - Method in interface org.apache.flink.api.common.operators.util.UserCodeWrapper
Gets the user code object.
getUserCodeObject() - Method in interface org.apache.flink.api.common.operators.util.UserCodeWrapper
Gets the user code object.
getUserCodeWrapper() - Method in class org.apache.flink.api.common.operators.AbstractUdfOperator
Gets the function that is held by this operator.
getUserCodeWrapper() - Method in class org.apache.flink.api.common.operators.base.BulkIterationBase.PartialSolutionPlaceHolder
 
getUserCodeWrapper() - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase.SolutionSetPlaceHolder
 
getUserCodeWrapper() - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase.WorksetPlaceHolder
 
getUserCodeWrapper() - Method in class org.apache.flink.api.common.operators.GenericDataSinkBase
Gets the class describing the output format.
getUserCodeWrapper() - Method in class org.apache.flink.api.common.operators.GenericDataSourceBase
Gets the class describing the input format.
getUserCodeWrapper() - Method in class org.apache.flink.api.common.operators.Operator
Gets the user code wrapper.
getUserCPU() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
getUserCPU() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Returns the percentage of time the CPU(s) spent in state USER during the profiling interval.
getUserInvokable() - Method in class org.apache.flink.streaming.api.StreamConfig
 
getUserJarBlobKeys() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Returns a set of BLOB keys referring to the JAR files required to run this job.
getUserRunning() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
Gets the name of the user that is running the JVM.
getUserTime() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexThreadProfilingData
 
getUserTime() - Method in class org.apache.flink.runtime.profiling.types.ThreadProfilingEvent
Returns the percentage of time the execution thread spent in user mode in the given profiling interval.
getValue() - Method in class org.apache.flink.runtime.types.IntegerRecord
Returns the value of this integer record.
getValue() - Method in class org.apache.flink.types.BooleanValue
 
getValue() - Method in class org.apache.flink.types.ByteValue
Returns the value of the encapsulated byte.
getValue() - Method in class org.apache.flink.types.CharValue
Returns the value of the encapsulated char.
getValue() - Method in class org.apache.flink.types.DoubleValue
Returns the value of the encapsulated primitive double.
getValue() - Method in class org.apache.flink.types.FloatValue
Returns the value of the encapsulated primitive float.
getValue() - Method in class org.apache.flink.types.IntValue
Returns the value of the encapsulated int.
getValue() - Method in class org.apache.flink.types.LongValue
Returns the value of the encapsulated long.
getValue() - Method in class org.apache.flink.types.ShortValue
Returns the value of the encapsulated short.
getValue() - Method in class org.apache.flink.types.StringValue
Gets this StringValue as a String.
getValues() - Method in class org.apache.flink.api.common.operators.util.ListKeyGroupedIterator
Returns an iterator over all values that belong to the current key.
getValues() - Method in class org.apache.flink.runtime.util.KeyGroupedIterator
Returns an iterator over all values that belong to the current key.
getValues() - Method in class org.apache.flink.runtime.util.KeyGroupedIteratorImmutable
Returns an iterator over all values that belong to the current key.
getValues() - Method in class org.apache.flink.runtime.util.KeyGroupedMutableObjectIterator
Returns an iterator over all values that belong to the current key.
getValues1() - Method in class org.apache.flink.runtime.operators.sort.SortMergeCoGroupIterator
 
getValues1() - Method in interface org.apache.flink.runtime.operators.util.CoGroupTaskIterator
Returns an iterable over the left input values for the current key.
getValues2() - Method in class org.apache.flink.runtime.operators.sort.SortMergeCoGroupIterator
 
getValues2() - Method in interface org.apache.flink.runtime.operators.util.CoGroupTaskIterator
Returns an iterable over the left input values for the current key.
getVersion() - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
Returns the version of the code as String.
getVertex() - Method in class org.apache.flink.runtime.executiongraph.Execution
 
getVertexID() - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
Returns the task's execution vertex ID.
getVertexId() - Method in class org.apache.flink.runtime.event.job.ExecutionStateChangeEvent
 
getVertexId() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexProfilingData
 
getVertexID() - Method in class org.apache.flink.runtime.profiling.types.VertexProfilingEvent
Returns the ID of the vertex this profiling information belongs to.
getVertexID() - Method in class org.apache.flink.runtime.taskmanager.Task
Returns the ID of this task vertex.
getVertexName() - Method in class org.apache.flink.streaming.api.StreamConfig
 
getVertexWithAttempt() - Method in class org.apache.flink.runtime.executiongraph.Execution
 
getVertices() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Returns an Iterable to iterate all vertices registered with the job graph.
getVerticesAsArray() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Returns an array of all job vertices that are registered with the job graph.
getVerticesSortedTopologicallyFromSources() - Method in class org.apache.flink.runtime.jobgraph.JobGraph
 
getVerticesTopologically() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
getVisitDataSet(ExecutionEnvironment) - Static method in class org.apache.flink.examples.java.relational.util.WebLogData
 
getWaitedTime() - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexThreadProfilingData
 
getWaitedTime() - Method in class org.apache.flink.runtime.profiling.types.ThreadProfilingEvent
Returns the percentage of time the execution thread spent in either WAITING or TIMED_WAITING state in the given profiling interval.
getWaitForSolutionSetUpdate() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
getWaitSec() - Method in class org.apache.flink.streaming.connectors.twitter.TwitterSource
This function tells how long TwitterSource waits for the tweets.
getWord() - Method in class org.apache.flink.examples.java.wordcount.PojoExample.Word
 
getWorkerIndex() - Method in class org.apache.flink.runtime.iterative.event.WorkerDoneEvent
 
getWorkingDirectory() - Method in class org.apache.flink.core.fs.FileSystem
Returns the path of the file system's current working directory.
getWorkingDirectory() - Method in class org.apache.flink.core.fs.local.LocalFileSystem
 
getWorkingDirectory() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
 
getWorkingDirectory() - Method in class org.apache.flink.runtime.fs.maprfs.MapRFileSystem
 
getWorkingDirectory() - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
 
getWorkset() - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase
Gets the contract that represents the workset for the step function.
getWorkset() - Method in class org.apache.flink.api.java.operators.DeltaIteration
Gets the working set of the delta iteration.
getWorksetNode() - Method in class org.apache.flink.compiler.dag.WorksetIterationNode
 
getWorksetNode() - Method in class org.apache.flink.compiler.plan.WorksetPlanNode
 
getWorksetPlanNode() - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
getWorksetSerializer() - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
getWorksetType() - Method in class org.apache.flink.api.java.operators.DeltaIterationResultSet
 
getWrappedException() - Method in exception org.apache.flink.runtime.operators.chaining.ExceptionInChainedStubException
 
getWrappedFunction() - Method in class org.apache.flink.api.java.operators.translation.WrappingFunction
 
getWriteEnd() - Method in class org.apache.flink.runtime.iterative.concurrent.BlockingBackChannel
Called by iteration tail to save the output of the current superstep.
getWriteMode() - Method in class org.apache.flink.api.common.io.FileOutputFormat
 
getWriters() - Method in class org.apache.flink.runtime.operators.shipping.OutputCollector
List of writers that are associated with this output collector
getWriters() - Method in class org.apache.flink.runtime.operators.shipping.RecordOutputCollector
List of writers that are associated with this output collector
getWrittenFields() - Method in class org.apache.flink.api.common.operators.SemanticProperties
Gets the field(s) in the destination record(s) that are written.
getYarnProperties() - Method in class org.apache.flink.client.CliFrontend
 
GlobalBufferPool - Class in org.apache.flink.runtime.io.network.bufferprovider
A global buffer pool for the network stack.
GlobalBufferPool(int, int) - Constructor for class org.apache.flink.runtime.io.network.bufferprovider.GlobalBufferPool
 
GlobalConfiguration - Class in org.apache.flink.configuration
Global configuration object for Flink.
GlobalPartitioner<T> - Class in org.apache.flink.streaming.partitioner
 
GlobalPartitioner() - Constructor for class org.apache.flink.streaming.partitioner.GlobalPartitioner
 
GlobalProperties - Class in org.apache.flink.compiler.dataproperties
This class represents global properties of the data at a certain point in the plan.
GlobalProperties() - Constructor for class org.apache.flink.compiler.dataproperties.GlobalProperties
Initializes the global properties with no partitioning.
globalProps - Variable in class org.apache.flink.compiler.plan.PlanNode
 
go() - Method in class org.apache.flink.runtime.operators.sort.CombiningUnilateralSortMerger.CombiningSpillingThread
Entry point of the thread.
go() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ReadingThread
The entry point for the thread.
go() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SortingThread
Entry point of the thread.
go() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
Entry point of the thread.
go() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ThreadBase
Equivalent to the run() method.
GradeSource - Class in org.apache.flink.streaming.examples.join
 
GradeSource() - Constructor for class org.apache.flink.streaming.examples.join.GradeSource
 
GradeSource - Class in org.apache.flink.streaming.examples.window.join
 
GradeSource() - Constructor for class org.apache.flink.streaming.examples.window.join.GradeSource
 
granularity - Variable in class org.apache.flink.streaming.api.invokable.operator.BatchGroupReduceInvokable
 
granularity - Variable in class org.apache.flink.streaming.api.invokable.operator.BatchReduceInvokable
 
granularity - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable.StreamBatch
 
granularity - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowInvokable.StreamWindow
 
granularity1 - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable
 
granularity2 - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable
 
GraphState - Class in org.apache.flink.streaming.state
 
GraphState() - Constructor for class org.apache.flink.streaming.state.GraphState
 
groupBy(KeySelector<T, K>) - Method in class org.apache.flink.api.java.DataSet
Groups a DataSet using a KeySelector function.
groupBy(int...) - Method in class org.apache.flink.api.java.DataSet
Groups a Tuple DataSet using field position keys.
Note: Field position keys only be specified for Tuple DataSets.
The field position keys specify the fields of Tuples on which the DataSet is grouped.
groupBy(String...) - Method in class org.apache.flink.api.java.DataSet
Groups a DataSet using field expressions.
groupBy(int) - Method in class org.apache.flink.streaming.api.datastream.BatchedDataStream
Groups the elements of the BatchedDataStream by the given key position to be used with grouped operators.
groupBy(int, int) - Method in class org.apache.flink.streaming.api.datastream.CoBatchedDataStream
Groups the elements of the CoBatchedDataStream by the given key positions to be used with grouped operators.
groupBy(int, int) - Method in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
GroupBy operation for connected data stream.
groupBy(int, int) - Method in class org.apache.flink.streaming.api.datastream.CoWindowDataStream
 
groupBy(int) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Groups the elements of a DataStream by the given key position to be used with grouped operators like GroupedDataStream.reduce(ReduceFunction)
groupBy(int) - Method in class org.apache.flink.streaming.api.datastream.WindowDataStream
 
GroupedBatchGroupReduceInvokable<IN,OUT> - Class in org.apache.flink.streaming.api.invokable.operator
 
GroupedBatchGroupReduceInvokable(GroupReduceFunction<IN, OUT>, long, long, int) - Constructor for class org.apache.flink.streaming.api.invokable.operator.GroupedBatchGroupReduceInvokable
 
GroupedBatchReduceInvokable<OUT> - Class in org.apache.flink.streaming.api.invokable.operator
 
GroupedBatchReduceInvokable(ReduceFunction<OUT>, long, long, int) - Constructor for class org.apache.flink.streaming.api.invokable.operator.GroupedBatchReduceInvokable
 
GroupedDataStream<OUT> - Class in org.apache.flink.streaming.api.datastream
A GroupedDataStream represents a DataStream which has been partitioned by the given key in the values.
GroupedDataStream(DataStream<OUT>, int) - Constructor for class org.apache.flink.streaming.api.datastream.GroupedDataStream
 
GroupedDataStream(GroupedDataStream<OUT>) - Constructor for class org.apache.flink.streaming.api.datastream.GroupedDataStream
 
GroupedReduceInvokable<IN> - Class in org.apache.flink.streaming.api.invokable.operator
 
GroupedReduceInvokable(ReduceFunction<IN>, int) - Constructor for class org.apache.flink.streaming.api.invokable.operator.GroupedReduceInvokable
 
GroupedWindowGroupReduceInvokable<IN,OUT> - Class in org.apache.flink.streaming.api.invokable.operator
 
GroupedWindowGroupReduceInvokable(GroupReduceFunction<IN, OUT>, long, long, int, TimeStamp<IN>) - Constructor for class org.apache.flink.streaming.api.invokable.operator.GroupedWindowGroupReduceInvokable
 
GroupedWindowGroupReduceInvokable.GroupedStreamWindow - Class in org.apache.flink.streaming.api.invokable.operator
 
GroupedWindowGroupReduceInvokable.GroupedStreamWindow() - Constructor for class org.apache.flink.streaming.api.invokable.operator.GroupedWindowGroupReduceInvokable.GroupedStreamWindow
 
GroupedWindowReduceInvokable<OUT> - Class in org.apache.flink.streaming.api.invokable.operator
 
GroupedWindowReduceInvokable(ReduceFunction<OUT>, long, long, int, TimeStamp<OUT>) - Constructor for class org.apache.flink.streaming.api.invokable.operator.GroupedWindowReduceInvokable
 
GroupedWindowReduceInvokable.GroupedStreamWindow - Class in org.apache.flink.streaming.api.invokable.operator
 
GroupedWindowReduceInvokable.GroupedStreamWindow() - Constructor for class org.apache.flink.streaming.api.invokable.operator.GroupedWindowReduceInvokable.GroupedStreamWindow
 
Grouping<T> - Class in org.apache.flink.api.java.operators
Grouping(DataSet<T>, Keys<T>) - Constructor for class org.apache.flink.api.java.operators.Grouping
 
GroupReduceCombineDriver<T> - Class in org.apache.flink.runtime.operators
Combine operator, standalone (not chained)
GroupReduceCombineDriver() - Constructor for class org.apache.flink.runtime.operators.GroupReduceCombineDriver
 
GroupReduceDriver<IT,OT> - Class in org.apache.flink.runtime.operators
GroupReduce task which is executed by a Nephele task manager.
GroupReduceDriver() - Constructor for class org.apache.flink.runtime.operators.GroupReduceDriver
 
GroupReduceFunction<T,O> - Interface in org.apache.flink.api.common.functions
The interface for group reduce functions.
GroupReduceIterator<IN,OUT> - Class in org.apache.flink.api.java.functions
 
GroupReduceIterator() - Constructor for class org.apache.flink.api.java.functions.GroupReduceIterator
 
GroupReduceNode - Class in org.apache.flink.compiler.dag
The Optimizer representation of a Reduce contract node.
GroupReduceNode(GroupReduceOperatorBase<?, ?, ?>) - Constructor for class org.apache.flink.compiler.dag.GroupReduceNode
Creates a new ReduceNode for the given contract.
GroupReduceNode(GroupReduceNode) - Constructor for class org.apache.flink.compiler.dag.GroupReduceNode
 
GroupReduceOperator<IN,OUT> - Class in org.apache.flink.api.java.operators
This operator represents the application of a "reduceGroup" function on a data set, and the result data set produced by the function.
GroupReduceOperator(DataSet<IN>, TypeInformation<OUT>, GroupReduceFunction<IN, OUT>) - Constructor for class org.apache.flink.api.java.operators.GroupReduceOperator
Constructor for a non-grouped reduce (all reduce).
GroupReduceOperator(Grouping<IN>, TypeInformation<OUT>, GroupReduceFunction<IN, OUT>) - Constructor for class org.apache.flink.api.java.operators.GroupReduceOperator
Constructor for a grouped reduce.
GroupReduceOperatorBase<IN,OUT,FT extends GroupReduceFunction<IN,OUT>> - Class in org.apache.flink.api.common.operators.base
 
GroupReduceOperatorBase(UserCodeWrapper<FT>, UnaryOperatorInformation<IN, OUT>, int[], String) - Constructor for class org.apache.flink.api.common.operators.base.GroupReduceOperatorBase
 
GroupReduceOperatorBase(FT, UnaryOperatorInformation<IN, OUT>, int[], String) - Constructor for class org.apache.flink.api.common.operators.base.GroupReduceOperatorBase
 
GroupReduceOperatorBase(Class<? extends FT>, UnaryOperatorInformation<IN, OUT>, int[], String) - Constructor for class org.apache.flink.api.common.operators.base.GroupReduceOperatorBase
 
GroupReduceOperatorBase(UserCodeWrapper<FT>, UnaryOperatorInformation<IN, OUT>, String) - Constructor for class org.apache.flink.api.common.operators.base.GroupReduceOperatorBase
 
GroupReduceOperatorBase(FT, UnaryOperatorInformation<IN, OUT>, String) - Constructor for class org.apache.flink.api.common.operators.base.GroupReduceOperatorBase
 
GroupReduceOperatorBase(Class<? extends FT>, UnaryOperatorInformation<IN, OUT>, String) - Constructor for class org.apache.flink.api.common.operators.base.GroupReduceOperatorBase
 
GroupReduceProperties - Class in org.apache.flink.compiler.operators
 
GroupReduceProperties(FieldSet) - Constructor for class org.apache.flink.compiler.operators.GroupReduceProperties
 
GroupReduceProperties(FieldSet, Ordering) - Constructor for class org.apache.flink.compiler.operators.GroupReduceProperties
 
GroupReduceWithCombineProperties - Class in org.apache.flink.compiler.operators
 
GroupReduceWithCombineProperties(FieldSet) - Constructor for class org.apache.flink.compiler.operators.GroupReduceWithCombineProperties
 
GroupReduceWithCombineProperties(FieldSet, Ordering) - Constructor for class org.apache.flink.compiler.operators.GroupReduceWithCombineProperties
 
groupsFields(FieldSet) - Method in class org.apache.flink.api.common.operators.Ordering
 
GUIServletStub - Class in org.apache.flink.client.web
 
GUIServletStub(String) - Constructor for class org.apache.flink.client.web.GUIServletStub
The constructor to be invoked by subclasses.

H

HadoopDataSink<K,V> - Class in org.apache.flink.hadoopcompatibility.mapred.record
The HadoopDataSink is a generic wrapper for all Hadoop OutputFormats.
HadoopDataSink(OutputFormat<K, V>, JobConf, String, Operator<Record>, FlinkTypeConverter<K, V>, Class<K>, Class<V>) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.HadoopDataSink
 
HadoopDataSink(OutputFormat<K, V>, JobConf, String, Operator<Record>, Class<K>, Class<V>) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.HadoopDataSink
 
HadoopDataSink(OutputFormat<K, V>, JobConf, Operator<Record>, Class<K>, Class<V>) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.HadoopDataSink
 
HadoopDataSink(OutputFormat<K, V>, Operator<Record>, Class<K>, Class<V>) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.HadoopDataSink
 
HadoopDataSink(OutputFormat<K, V>, JobConf, String, List<Operator<Record>>, FlinkTypeConverter<K, V>, Class<K>, Class<V>) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.HadoopDataSink
 
HadoopDataSink(OutputFormat<K, V>, JobConf, String, List<Operator<Record>>, Class<K>, Class<V>) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.HadoopDataSink
 
HadoopDataSink(OutputFormat<K, V>, JobConf, List<Operator<Record>>, Class<K>, Class<V>) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.HadoopDataSink
 
HadoopDataSink(OutputFormat<K, V>, List<Operator<Record>>, Class<K>, Class<V>) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.HadoopDataSink
 
HadoopDataSource<K,V> - Class in org.apache.flink.hadoopcompatibility.mapred.record
The HadoopDataSource is a generic wrapper for all Hadoop InputFormats.
HadoopDataSource(InputFormat<K, V>, JobConf, String, HadoopTypeConverter<K, V>) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.HadoopDataSource
 
HadoopDataSource(InputFormat<K, V>, JobConf, String) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.HadoopDataSource
 
HadoopDataSource(InputFormat<K, V>, JobConf) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.HadoopDataSource
 
HadoopDataSource(InputFormat<K, V>) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.HadoopDataSource
 
HadoopDummyProgressable - Class in org.apache.flink.hadoopcompatibility.mapred.wrapper
This is a dummy progress
HadoopDummyProgressable() - Constructor for class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopDummyProgressable
 
HadoopDummyReporter - Class in org.apache.flink.hadoopcompatibility.mapred.wrapper
This is a dummy progress monitor / reporter
HadoopDummyReporter() - Constructor for class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopDummyReporter
 
HadoopFileOutputCommitter - Class in org.apache.flink.hadoopcompatibility.mapred.record.datatypes
Hadoop 1.2.1 FileOutputCommitter takes JobContext as input parameter.
HadoopFileOutputCommitter() - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.datatypes.HadoopFileOutputCommitter
 
HadoopInputFormat<K extends Writable,V extends Writable> - Class in org.apache.flink.hadoopcompatibility.mapred
 
HadoopInputFormat() - Constructor for class org.apache.flink.hadoopcompatibility.mapred.HadoopInputFormat
 
HadoopInputFormat(InputFormat<K, V>, Class<K>, Class<V>, JobConf) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.HadoopInputFormat
 
hadoopInputFormat - Variable in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordInputFormat
 
HadoopInputFormat<K extends Writable,V extends Writable> - Class in org.apache.flink.hadoopcompatibility.mapreduce
 
HadoopInputFormat() - Constructor for class org.apache.flink.hadoopcompatibility.mapreduce.HadoopInputFormat
 
HadoopInputFormat(InputFormat<K, V>, Class<K>, Class<V>, Job) - Constructor for class org.apache.flink.hadoopcompatibility.mapreduce.HadoopInputFormat
 
HadoopInputSplit - Class in org.apache.flink.hadoopcompatibility.mapred.wrapper
 
HadoopInputSplit() - Constructor for class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopInputSplit
 
HadoopInputSplit(InputSplit, JobConf) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopInputSplit
 
HadoopInputSplit - Class in org.apache.flink.hadoopcompatibility.mapreduce.wrapper
 
HadoopInputSplit() - Constructor for class org.apache.flink.hadoopcompatibility.mapreduce.wrapper.HadoopInputSplit
 
HadoopInputSplit(InputSplit, JobContext) - Constructor for class org.apache.flink.hadoopcompatibility.mapreduce.wrapper.HadoopInputSplit
 
HadoopMapFunction<KEYIN extends org.apache.hadoop.io.WritableComparable,VALUEIN extends Writable,KEYOUT extends org.apache.hadoop.io.WritableComparable,VALUEOUT extends Writable> - Class in org.apache.flink.hadoopcompatibility.mapred
This wrapper maps a Hadoop Mapper (mapred API) to a Flink FlatMapFunction.
HadoopMapFunction(Mapper<KEYIN, VALUEIN, KEYOUT, VALUEOUT>) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.HadoopMapFunction
Maps a Hadoop Mapper (mapred API) to a Flink FlatMapFunction.
HadoopMapFunction(Mapper<KEYIN, VALUEIN, KEYOUT, VALUEOUT>, JobConf) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.HadoopMapFunction
Maps a Hadoop Mapper (mapred API) to a Flink FlatMapFunction.
HadoopMapredCompatWordCount - Class in org.apache.flink.hadoopcompatibility.mapred.example
Implements a word count which takes the input file and counts the number of occurrences of each word in the file and writes the result back to disk.
HadoopMapredCompatWordCount() - Constructor for class org.apache.flink.hadoopcompatibility.mapred.example.HadoopMapredCompatWordCount
 
HadoopMapredCompatWordCount.Counter - Class in org.apache.flink.hadoopcompatibility.mapred.example
 
HadoopMapredCompatWordCount.Counter() - Constructor for class org.apache.flink.hadoopcompatibility.mapred.example.HadoopMapredCompatWordCount.Counter
 
HadoopMapredCompatWordCount.Tokenizer - Class in org.apache.flink.hadoopcompatibility.mapred.example
 
HadoopMapredCompatWordCount.Tokenizer() - Constructor for class org.apache.flink.hadoopcompatibility.mapred.example.HadoopMapredCompatWordCount.Tokenizer
 
HadoopOutputCollector<KEY extends org.apache.hadoop.io.WritableComparable,VALUE extends Writable> - Class in org.apache.flink.hadoopcompatibility.mapred.wrapper
A Hadoop OutputCollector that wraps a Flink OutputCollector.
HadoopOutputCollector() - Constructor for class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopOutputCollector
 
HadoopOutputFormat<K extends Writable,V extends Writable> - Class in org.apache.flink.hadoopcompatibility.mapred
 
HadoopOutputFormat(OutputFormat<K, V>, JobConf) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.HadoopOutputFormat
 
hadoopOutputFormat - Variable in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordOutputFormat
 
HadoopOutputFormat<K extends Writable,V extends Writable> - Class in org.apache.flink.hadoopcompatibility.mapreduce
 
HadoopOutputFormat(OutputFormat<K, V>, Job) - Constructor for class org.apache.flink.hadoopcompatibility.mapreduce.HadoopOutputFormat
 
HadoopRecordInputFormat<K,V> - Class in org.apache.flink.hadoopcompatibility.mapred.record
 
HadoopRecordInputFormat() - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordInputFormat
 
HadoopRecordInputFormat(InputFormat<K, V>, JobConf, HadoopTypeConverter<K, V>) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordInputFormat
 
HadoopRecordOutputFormat<K,V> - Class in org.apache.flink.hadoopcompatibility.mapred.record
 
HadoopRecordOutputFormat(OutputFormat<K, V>, JobConf, FlinkTypeConverter<K, V>) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordOutputFormat
 
HadoopReduceCombineFunction<KEYIN extends org.apache.hadoop.io.WritableComparable,VALUEIN extends Writable,KEYOUT extends org.apache.hadoop.io.WritableComparable,VALUEOUT extends Writable> - Class in org.apache.flink.hadoopcompatibility.mapred
This wrapper maps a Hadoop Reducer and Combiner (mapred API) to a combinable Flink GroupReduceFunction.
HadoopReduceCombineFunction(Reducer<KEYIN, VALUEIN, KEYOUT, VALUEOUT>, Reducer<KEYIN, VALUEIN, KEYIN, VALUEIN>) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.HadoopReduceCombineFunction
Maps two Hadoop Reducer (mapred API) to a combinable Flink GroupReduceFunction.
HadoopReduceCombineFunction(Reducer<KEYIN, VALUEIN, KEYOUT, VALUEOUT>, Reducer<KEYIN, VALUEIN, KEYIN, VALUEIN>, JobConf) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.HadoopReduceCombineFunction
Maps two Hadoop Reducer (mapred API) to a combinable Flink GroupReduceFunction.
HadoopReduceFunction<KEYIN extends org.apache.hadoop.io.WritableComparable,VALUEIN extends Writable,KEYOUT extends org.apache.hadoop.io.WritableComparable,VALUEOUT extends Writable> - Class in org.apache.flink.hadoopcompatibility.mapred
This wrapper maps a Hadoop Reducer (mapred API) to a non-combinable Flink GroupReduceFunction.
HadoopReduceFunction(Reducer<KEYIN, VALUEIN, KEYOUT, VALUEOUT>) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.HadoopReduceFunction
Maps a Hadoop Reducer (mapred API) to a non-combinable Flink GroupReduceFunction.
HadoopReduceFunction(Reducer<KEYIN, VALUEIN, KEYOUT, VALUEOUT>, JobConf) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.HadoopReduceFunction
Maps a Hadoop Reducer (mapred API) to a non-combinable Flink GroupReduceFunction.
HadoopTupleUnwrappingIterator<KEY extends org.apache.hadoop.io.WritableComparable,VALUE extends Writable> - Class in org.apache.flink.hadoopcompatibility.mapred.wrapper
Wraps a Flink Tuple2 (key-value-pair) iterator into an iterator over the second (value) field.
HadoopTupleUnwrappingIterator(Class<KEY>) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopTupleUnwrappingIterator
 
HadoopTypeConverter<K,V> - Interface in org.apache.flink.hadoopcompatibility.mapred.record.datatypes
An interface describing a class that is able to convert Hadoop types into Flink's Record model.
HadoopUtils - Class in org.apache.flink.hadoopcompatibility.mapred.utils
 
HadoopUtils() - Constructor for class org.apache.flink.hadoopcompatibility.mapred.utils.HadoopUtils
 
HadoopUtils - Class in org.apache.flink.hadoopcompatibility.mapreduce.utils
 
HadoopUtils() - Constructor for class org.apache.flink.hadoopcompatibility.mapreduce.utils.HadoopUtils
 
handIn(String, V) - Method in class org.apache.flink.runtime.iterative.concurrent.Broker
hand in the object to share
handleEvent(AbstractTaskEvent) - Method in class org.apache.flink.runtime.io.network.api.AbstractRecordReader
 
handleException(E) - Method in interface org.apache.flink.runtime.operators.sort.ExceptionHandler
This method is called when the handler should deal with an exception.
handleStream1() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable
 
handleStream1() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoFlatMapInvokable
 
handleStream1() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoGroupedReduceInvokable
 
handleStream1() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoInvokable
 
handleStream1() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoMapInvokable
 
handleStream1() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoReduceInvokable
 
handleStream1() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowInvokable
 
handleStream2() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable
 
handleStream2() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoFlatMapInvokable
 
handleStream2() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoGroupedReduceInvokable
 
handleStream2() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoInvokable
 
handleStream2() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoMapInvokable
 
handleStream2() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoReduceInvokable
 
handleStream2() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowInvokable
 
Hardware - Class in org.apache.flink.runtime.instance
Convenience class to extract hardware specifics of the computer executing this class
HardwareDescription - Class in org.apache.flink.runtime.instance
A hardware description describes the resources available to a task manager.
HardwareDescription() - Constructor for class org.apache.flink.runtime.instance.HardwareDescription
Public default constructor used for serialization process.
HardwareDescription(int, long, long, long) - Constructor for class org.apache.flink.runtime.instance.HardwareDescription
Constructs a new hardware description object.
hasBucket() - Method in class org.apache.flink.runtime.fs.s3.S3BucketObjectPair
Checks whether this object refers to an S3 bucket.
hasBuffer() - Method in class org.apache.flink.runtime.io.network.Envelope
 
hasCycle() - Method in class org.apache.flink.compiler.deadlockdetect.DeadlockGraph
 
hasDamOnPathDownTo(PlanNode) - Method in class org.apache.flink.compiler.plan.BulkIterationPlanNode
 
hasDamOnPathDownTo(PlanNode) - Method in class org.apache.flink.compiler.plan.BulkPartialSolutionPlanNode
 
hasDamOnPathDownTo(PlanNode) - Method in class org.apache.flink.compiler.plan.DualInputPlanNode
 
hasDamOnPathDownTo(PlanNode) - Method in class org.apache.flink.compiler.plan.NAryUnionPlanNode
 
hasDamOnPathDownTo(PlanNode) - Method in class org.apache.flink.compiler.plan.PlanNode
Checks whether this node has a dam on the way down to the given source node.
hasDamOnPathDownTo(PlanNode) - Method in class org.apache.flink.compiler.plan.SingleInputPlanNode
 
hasDamOnPathDownTo(PlanNode) - Method in class org.apache.flink.compiler.plan.SolutionSetPlanNode
 
hasDamOnPathDownTo(PlanNode) - Method in class org.apache.flink.compiler.plan.SourcePlanNode
 
hasDamOnPathDownTo(PlanNode) - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
hasDamOnPathDownTo(PlanNode) - Method in class org.apache.flink.compiler.plan.WorksetPlanNode
 
hasData() - Method in interface org.apache.flink.runtime.io.network.serialization.RecordSerializer
 
hasData() - Method in class org.apache.flink.runtime.io.network.serialization.SpanningRecordSerializer
 
hasDeadlock(List<? extends PlanNode>) - Method in class org.apache.flink.compiler.deadlockdetect.DeadlockPreventer
Creates new DeadlockGraph from plan and checks for cycles
hasFavoriteColor() - Method in class org.apache.flink.api.io.avro.example.User.Builder
Checks whether the 'favorite_color' field has been set
hasFavoriteNumber() - Method in class org.apache.flink.api.io.avro.example.User.Builder
Checks whether the 'favorite_number' field has been set
hasFurtherInput() - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableIterator
Checks, whether the input that is blocked by this iterator, has further elements available.
hasFurtherInput() - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableMutableObjectIterator
Checks, whether the input that is blocked by this iterator, has further elements available.
hash(T) - Method in class org.apache.flink.api.common.typeutils.base.BasicTypeComparator
 
hash(Record) - Method in class org.apache.flink.api.common.typeutils.record.RecordComparator
 
hash(T) - Method in class org.apache.flink.api.common.typeutils.TypeComparator
Computes a hash value for the given record.
hash(T) - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueComparator
 
hash(T) - Method in class org.apache.flink.api.java.typeutils.runtime.GenericTypeComparator
 
hash(T) - Method in class org.apache.flink.api.java.typeutils.runtime.PojoComparator
 
hash(T) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleComparator
 
hash(T) - Method in class org.apache.flink.api.java.typeutils.runtime.ValueComparator
 
hash(T) - Method in class org.apache.flink.api.java.typeutils.runtime.WritableComparator
 
hash(int, int) - Static method in class org.apache.flink.runtime.operators.hash.MutableHashTable
This function hashes an integer value.
HASH_SALT - Static variable in class org.apache.flink.api.java.typeutils.runtime.TupleComparatorBase
A sequence of prime numbers to be used for salting the computed hash values.
hashCode() - Method in class org.apache.flink.api.common.operators.Ordering
 
hashCode() - Method in class org.apache.flink.api.common.operators.util.FieldSet
 
hashCode() - Method in class org.apache.flink.api.common.operators.util.TypeComparable
 
hashCode() - Method in class org.apache.flink.api.common.typeinfo.BasicTypeInfo
 
hashCode() - Method in class org.apache.flink.api.common.typeutils.base.GenericArraySerializer
 
hashCode() - Method in class org.apache.flink.api.common.typeutils.base.TypeSerializerSingleton
 
hashCode() - Method in class org.apache.flink.api.common.typeutils.record.RecordSerializerFactory
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple1
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple10
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple11
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple12
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple13
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple14
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple15
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple16
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple17
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple18
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple19
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple2
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple20
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple21
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple22
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple23
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple24
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple25
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple3
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple4
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple5
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple6
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple7
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple8
 
hashCode() - Method in class org.apache.flink.api.java.tuple.Tuple9
 
hashCode() - Method in class org.apache.flink.api.java.typeutils.GenericTypeInfo
 
hashCode() - Method in class org.apache.flink.api.java.typeutils.RecordTypeInfo
 
hashCode() - Method in class org.apache.flink.api.java.typeutils.runtime.AvroSerializer
 
hashCode() - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueSerializer
 
hashCode() - Method in class org.apache.flink.api.java.typeutils.runtime.KryoSerializer
 
hashCode() - Method in class org.apache.flink.api.java.typeutils.runtime.PojoSerializer
 
hashCode() - Method in class org.apache.flink.api.java.typeutils.runtime.RuntimeStatefulSerializerFactory
 
hashCode() - Method in class org.apache.flink.api.java.typeutils.runtime.RuntimeStatelessSerializerFactory
 
hashCode() - Method in class org.apache.flink.api.java.typeutils.runtime.TupleSerializerBase
 
hashCode() - Method in class org.apache.flink.api.java.typeutils.runtime.ValueSerializer
 
hashCode() - Method in class org.apache.flink.api.java.typeutils.runtime.WritableSerializer
 
hashCode() - Method in class org.apache.flink.api.java.typeutils.TupleTypeInfo
 
hashCode() - Method in class org.apache.flink.api.java.typeutils.TupleTypeInfoBase
 
hashCode() - Method in class org.apache.flink.api.java.typeutils.ValueTypeInfo
 
hashCode() - Method in class org.apache.flink.api.java.typeutils.WritableTypeInfo
 
hashCode() - Method in class org.apache.flink.compiler.costs.Costs
 
hashCode() - Method in class org.apache.flink.compiler.dataproperties.GlobalProperties
 
hashCode() - Method in class org.apache.flink.compiler.dataproperties.InterestingProperties
 
hashCode() - Method in class org.apache.flink.compiler.dataproperties.LocalProperties
 
hashCode() - Method in class org.apache.flink.compiler.dataproperties.RequestedGlobalProperties
 
hashCode() - Method in class org.apache.flink.compiler.dataproperties.RequestedLocalProperties
 
hashCode() - Method in class org.apache.flink.compiler.deadlockdetect.DeadlockVertex
 
hashCode() - Method in class org.apache.flink.compiler.operators.OperatorDescriptorDual.GlobalPropertiesPair
 
hashCode() - Method in class org.apache.flink.compiler.operators.OperatorDescriptorDual.LocalPropertiesPair
 
hashCode() - Method in class org.apache.flink.compiler.postpass.DenseValueSchema
 
hashCode() - Method in class org.apache.flink.compiler.postpass.SparseKeySchema
 
hashCode() - Method in class org.apache.flink.configuration.Configuration
 
hashCode() - Method in class org.apache.flink.core.fs.FileInputSplit
 
hashCode() - Method in class org.apache.flink.core.fs.FileSystem.FSKey
hashCode() - Method in class org.apache.flink.core.fs.Path
 
hashCode() - Method in class org.apache.flink.core.io.GenericInputSplit
 
hashCode() - Method in class org.apache.flink.core.io.LocatableInputSplit
 
hashCode() - Method in class org.apache.flink.core.io.StringRecord
 
hashCode() - Method in class org.apache.flink.runtime.AbstractID
 
hashCode() - Method in class org.apache.flink.runtime.blob.BlobKey
hashCode() - Method in class org.apache.flink.runtime.client.AbstractJobResult
 
hashCode() - Method in class org.apache.flink.runtime.client.JobProgressResult
 
hashCode() - Method in class org.apache.flink.runtime.event.job.AbstractEvent
 
hashCode() - Method in class org.apache.flink.runtime.event.job.ExecutionStateChangeEvent
 
hashCode() - Method in class org.apache.flink.runtime.event.job.JobEvent
 
hashCode() - Method in class org.apache.flink.runtime.event.job.RecentJobEvent
 
hashCode() - Method in class org.apache.flink.runtime.event.job.VertexEvent
 
hashCode() - Method in class org.apache.flink.runtime.event.task.IntegerTaskEvent
 
hashCode() - Method in class org.apache.flink.runtime.event.task.StringTaskEvent
 
hashCode() - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
 
hashCode() - Method in class org.apache.flink.runtime.io.network.RemoteReceiver
 
hashCode() - Method in class org.apache.flink.runtime.jobmanager.scheduler.SetQueue
 
hashCode() - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
hashCode() - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
 
hashCode() - Method in class org.apache.flink.runtime.profiling.types.ProfilingEvent
 
hashCode() - Method in class org.apache.flink.runtime.profiling.types.SingleInstanceProfilingEvent
 
hashCode() - Method in class org.apache.flink.runtime.profiling.types.VertexProfilingEvent
 
hashCode() - Method in class org.apache.flink.runtime.taskmanager.TaskExecutionState
 
hashCode() - Method in class org.apache.flink.runtime.types.FileRecord
 
hashCode() - Method in class org.apache.flink.runtime.types.IntegerRecord
 
hashCode() - Method in class org.apache.flink.streaming.api.streamrecord.UID
 
hashCode() - Method in class org.apache.flink.types.BooleanValue
 
hashCode() - Method in class org.apache.flink.types.ByteValue
 
hashCode() - Method in class org.apache.flink.types.CharValue
 
hashCode() - Method in class org.apache.flink.types.DoubleValue
 
hashCode() - Method in class org.apache.flink.types.FloatValue
 
hashCode() - Method in class org.apache.flink.types.IntValue
 
hashCode() - Method in interface org.apache.flink.types.Key
All keys must override the hash-code function to generate proper deterministic hash codes, based on their contents.
hashCode() - Method in class org.apache.flink.types.ListValue
 
hashCode() - Method in class org.apache.flink.types.LongValue
 
hashCode() - Method in class org.apache.flink.types.MapValue
 
hashCode() - Method in class org.apache.flink.types.NullValue
 
hashCode() - Method in class org.apache.flink.types.Pair
 
hashCode() - Method in class org.apache.flink.types.ShortValue
 
hashCode() - Method in class org.apache.flink.types.StringValue
 
hashJoin - Variable in class org.apache.flink.runtime.operators.hash.BuildFirstHashMatchIterator
 
hashJoin - Variable in class org.apache.flink.runtime.operators.hash.BuildSecondHashMatchIterator
 
HashJoinBuildFirstProperties - Class in org.apache.flink.compiler.operators
 
HashJoinBuildFirstProperties(FieldList, FieldList) - Constructor for class org.apache.flink.compiler.operators.HashJoinBuildFirstProperties
 
HashJoinBuildFirstProperties(FieldList, FieldList, boolean, boolean, boolean) - Constructor for class org.apache.flink.compiler.operators.HashJoinBuildFirstProperties
 
HashJoinBuildSecondProperties - Class in org.apache.flink.compiler.operators
 
HashJoinBuildSecondProperties(FieldList, FieldList) - Constructor for class org.apache.flink.compiler.operators.HashJoinBuildSecondProperties
 
HashJoinBuildSecondProperties(FieldList, FieldList, boolean, boolean, boolean) - Constructor for class org.apache.flink.compiler.operators.HashJoinBuildSecondProperties
 
HashPartition<BT,PT> - Class in org.apache.flink.runtime.operators.hash
 
HashPartition.BuildSideBuffer<BT> - Class in org.apache.flink.runtime.operators.hash
 
HashPartitionIterator<BT,PT> - Class in org.apache.flink.runtime.iterative.io
Iterator over the buildside entries of a HashPartition
HashPartitionIterator(Iterator<HashPartition<BT, PT>>, TypeSerializer<BT>) - Constructor for class org.apache.flink.runtime.iterative.io.HashPartitionIterator
 
hasLocalReceiver() - Method in class org.apache.flink.runtime.io.network.EnvelopeReceiverList
 
hasName() - Method in class org.apache.flink.api.io.avro.example.User.Builder
Checks whether the 'name' field has been set
hasNext() - Method in class org.apache.flink.api.common.functions.util.CopyingIterator
 
hasNext() - Method in class org.apache.flink.api.common.operators.util.ListKeyGroupedIterator.ValuesIterator
 
hasNext() - Method in class org.apache.flink.api.java.operators.translation.TupleUnwrappingIterator
 
hasNext() - Method in class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopTupleUnwrappingIterator
 
hasNext() - Method in interface org.apache.flink.runtime.io.network.api.Reader
 
hasNext() - Method in class org.apache.flink.runtime.io.network.api.RecordReader
Checks if at least one more record can be read from the associated input gate.
hasNext() - Method in class org.apache.flink.runtime.io.network.api.UnionRecordReader
 
hasNext() - Method in class org.apache.flink.runtime.jobgraph.tasks.InputSplitIterator
 
hasNext() - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableIterator
 
hasNext() - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
 
hasNext() - Method in class org.apache.flink.runtime.util.EmptyIterator
Always returns false, since this iterator is empty.
hasNext() - Method in class org.apache.flink.runtime.util.KeyGroupedIterator.ValuesIterator
 
hasNext() - Method in class org.apache.flink.runtime.util.KeyGroupedIteratorImmutable.ValuesIterator
 
hasNext() - Method in class org.apache.flink.runtime.util.MutableToRegularIteratorWrapper
 
hasNext() - Method in class org.apache.flink.runtime.util.SingleElementIterator
 
hasNext() - Method in class org.apache.flink.runtime.util.UnmodifiableIterator
 
hasNext() - Method in class org.apache.flink.spargel.java.MessageIterator
 
hasNext() - Method in class org.apache.flink.spargel.java.record.MessageIterator
 
hasNext() - Method in class org.apache.flink.streaming.connectors.db.DBStateIterator
 
hasNext() - Method in class org.apache.flink.streaming.state.MutableTableStateIterator
 
hasNext() - Method in class org.apache.flink.streaming.state.SlidingWindowStateIterator
 
hasNext() - Method in class org.apache.flink.streaming.state.StreamIterator
 
hasNext() - Method in class org.apache.flink.streaming.state.TableStateIterator
 
hasNext() - Method in class org.apache.flink.util.NumberSequenceIterator
 
hasNoConnectedInputs() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
 
hasObject() - Method in class org.apache.flink.runtime.fs.s3.S3BucketObjectPair
Checks whether this object refers to an S3 object.
hasPublicNullaryConstructor(Class<?>) - Static method in class org.apache.flink.util.InstantiationUtil
Checks, whether the given class has a public nullary constructor.
hasReachedEndOfSuperstep() - Method in class org.apache.flink.runtime.io.network.api.AbstractRecordReader
 
hasReachedEndOfSuperstep() - Method in interface org.apache.flink.runtime.io.network.api.ReaderBase
 
hasRemoteReceiver() - Method in class org.apache.flink.runtime.io.network.EnvelopeReceiverList
 
hasResourcesAvailable() - Method in class org.apache.flink.runtime.instance.Instance
 
hasStubWrapper() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
hasUnclosedBranches() - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
hasUnfinishedData() - Method in class org.apache.flink.runtime.io.network.serialization.AdaptiveSpanningRecordDeserializer
 
hasUnfinishedData() - Method in interface org.apache.flink.runtime.io.network.serialization.RecordDeserializer
 
haveAllOutputConnectionInterestingProperties() - Method in class org.apache.flink.compiler.dag.OptimizerNode
Checks, if all outgoing connections have their interesting properties set from their target nodes.
haveValidOutputEstimates(OptimizerNode) - Method in class org.apache.flink.compiler.dag.TwoInputNode
Checks if the subPlan has a valid outputSize estimation.
HDFS_DEFAULT_CONFIG - Static variable in class org.apache.flink.configuration.ConfigConstants
Path to hdfs-defaul.xml file
HDFS_SITE_CONFIG - Static variable in class org.apache.flink.configuration.ConfigConstants
Path to hdfs-site.xml file
HEAD_BLOCK_LENGTH_OFFSET - Static variable in class org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
The offset to the header field indicating the number of bytes in the block
HEADER - Static variable in class org.apache.flink.runtime.ipc.Server
 
HEADER_FLAGS_OFFSET - Static variable in class org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
The offset to the flags in the header;
HEADER_LENGTH - Static variable in class org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
The length of the header put into the blocks.
HEADER_MAGIC_NUMBER - Static variable in class org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
The magic number that identifies blocks as blocks from a ChannelWriterOutputView.
HEADER_SIZE - Static variable in class org.apache.flink.runtime.io.network.netty.OutboundEnvelopeEncoder
 
headerLength - Variable in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
headerLength - Variable in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
HeaderlessChannelReaderInputView - Class in org.apache.flink.runtime.io.disk.iomanager
A DataInputView that is backed by a BlockChannelReader, making it effectively a data input stream.
HeaderlessChannelReaderInputView(BlockChannelReader, List<MemorySegment>, int, int, boolean) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.HeaderlessChannelReaderInputView
Creates a new channel reader that reads from the given channel, expecting a specified number of blocks in the channel, and returns only a specified number of bytes from the last block.
HeapSort - Class in org.apache.flink.runtime.operators.sort
 
HeapSort() - Constructor for class org.apache.flink.runtime.operators.sort.HeapSort
 
hereJoinedBranches - Variable in class org.apache.flink.compiler.dag.OptimizerNode
 
hexStringToByte(String) - Static method in class org.apache.flink.util.StringUtils
Given a hex string this will return the byte array corresponding to the string .
HINT_LOCAL_STRATEGY - Static variable in class org.apache.flink.compiler.PactCompiler
Compiler hint key for the operator's local strategy.
HINT_LOCAL_STRATEGY_COMBINING_SORT - Static variable in class org.apache.flink.compiler.PactCompiler
Value for the local strategy compiler hint that enforces a sort based local strategy.
HINT_LOCAL_STRATEGY_HASH_BUILD_FIRST - Static variable in class org.apache.flink.compiler.PactCompiler
Value for the local strategy compiler hint that enforces a hash based local strategy.
HINT_LOCAL_STRATEGY_HASH_BUILD_SECOND - Static variable in class org.apache.flink.compiler.PactCompiler
Value for the local strategy compiler hint that enforces a hash based local strategy.
HINT_LOCAL_STRATEGY_MERGE - Static variable in class org.apache.flink.compiler.PactCompiler
Value for the local strategy compiler hint that enforces a merge based local strategy.
HINT_LOCAL_STRATEGY_NESTEDLOOP_BLOCKED_OUTER_FIRST - Static variable in class org.apache.flink.compiler.PactCompiler
Value for the local strategy compiler hint that chooses the outer side of the nested-loop local strategy.
HINT_LOCAL_STRATEGY_NESTEDLOOP_BLOCKED_OUTER_SECOND - Static variable in class org.apache.flink.compiler.PactCompiler
Value for the local strategy compiler hint that chooses the outer side of the nested-loop local strategy.
HINT_LOCAL_STRATEGY_NESTEDLOOP_STREAMED_OUTER_FIRST - Static variable in class org.apache.flink.compiler.PactCompiler
Value for the local strategy compiler hint that chooses the outer side of the nested-loop local strategy.
HINT_LOCAL_STRATEGY_NESTEDLOOP_STREAMED_OUTER_SECOND - Static variable in class org.apache.flink.compiler.PactCompiler
Value for the local strategy compiler hint that chooses the outer side of the nested-loop local strategy.
HINT_LOCAL_STRATEGY_SORT - Static variable in class org.apache.flink.compiler.PactCompiler
Value for the local strategy compiler hint that enforces a sort based local strategy.
HINT_LOCAL_STRATEGY_SORT_BOTH_MERGE - Static variable in class org.apache.flink.compiler.PactCompiler
Value for the local strategy compiler hint that enforces a sort merge based local strategy on both inputs with subsequent merging of inputs.
HINT_LOCAL_STRATEGY_SORT_FIRST_MERGE - Static variable in class org.apache.flink.compiler.PactCompiler
Value for the local strategy compiler hint that enforces a sort merge based local strategy.
HINT_LOCAL_STRATEGY_SORT_SECOND_MERGE - Static variable in class org.apache.flink.compiler.PactCompiler
Value for the local strategy compiler hint that enforces a sort merge based local strategy.
HINT_SHIP_STRATEGY - Static variable in class org.apache.flink.compiler.PactCompiler
Compiler hint key for the input channel's shipping strategy.
HINT_SHIP_STRATEGY_BROADCAST - Static variable in class org.apache.flink.compiler.PactCompiler
Value for the shipping strategy compiler hint that enforces a broadcast strategy on the input channel.
HINT_SHIP_STRATEGY_FIRST_INPUT - Static variable in class org.apache.flink.compiler.PactCompiler
Compiler hint key for the first input channel's shipping strategy.
HINT_SHIP_STRATEGY_FORWARD - Static variable in class org.apache.flink.compiler.PactCompiler
Value for the shipping strategy compiler hint that enforces a Forward strategy on the input channel, i.e.
HINT_SHIP_STRATEGY_REPARTITION - Static variable in class org.apache.flink.compiler.PactCompiler
Value for the shipping strategy compiler hint that enforces a random repartition strategy.
HINT_SHIP_STRATEGY_REPARTITION_HASH - Static variable in class org.apache.flink.compiler.PactCompiler
Value for the shipping strategy compiler hint that enforces a hash-partition strategy.
HINT_SHIP_STRATEGY_REPARTITION_RANGE - Static variable in class org.apache.flink.compiler.PactCompiler
Value for the shipping strategy compiler hint that enforces a range-partition strategy.
HINT_SHIP_STRATEGY_SECOND_INPUT - Static variable in class org.apache.flink.compiler.PactCompiler
Compiler hint key for the second input channel's shipping strategy.
hints - Variable in class org.apache.flink.api.java.record.io.CsvInputFormat.AbstractConfigBuilder
 
Histogram - Class in org.apache.flink.api.common.accumulators
Histogram for discrete-data.
Histogram() - Constructor for class org.apache.flink.api.common.accumulators.Histogram
 
HistogramPartitionFunction - Class in org.apache.flink.runtime.operators.shipping
 
HistogramPartitionFunction(Record[], Order) - Constructor for class org.apache.flink.runtime.operators.shipping.HistogramPartitionFunction
 

I

id - Variable in class org.apache.flink.compiler.dag.OptimizerNode
 
id - Variable in class org.apache.flink.examples.java.clustering.KMeans.Centroid
 
id - Variable in class org.apache.flink.runtime.io.disk.iomanager.ChannelAccess
The ID of the underlying channel.
id - Variable in class org.apache.flink.streaming.api.datastream.DataStream
 
identifyDynamicPath(int) - Method in class org.apache.flink.compiler.dag.AbstractPartialSolutionNode
 
identifyDynamicPath(int) - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
ignoreFirstLine() - Method in class org.apache.flink.api.java.io.CsvReader
Sets the CSV reader to ignore the first line.
IllegalConfigurationException - Exception in org.apache.flink.configuration
An IllegalConfigurationException is thrown when the user has configured job vertices in a way that either conflicts with the expected usage of the respective task of the configuration of the Nephele framework.
IllegalConfigurationException(String) - Constructor for exception org.apache.flink.configuration.IllegalConfigurationException
Constructs an new illegal configuration exception with the given error message.
IllegalConfigurationException(String, Throwable) - Constructor for exception org.apache.flink.configuration.IllegalConfigurationException
Constructs an new illegal configuration exception with the given error message and a given cause.
immutableInvoke() - Method in class org.apache.flink.streaming.api.invokable.operator.BatchGroupReduceInvokable
 
immutableInvoke() - Method in class org.apache.flink.streaming.api.invokable.operator.BatchReduceInvokable
 
immutableInvoke() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable
 
immutableInvoke() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoInvokable
 
immutableInvoke() - Method in class org.apache.flink.streaming.api.invokable.operator.CounterInvokable
 
immutableInvoke() - Method in class org.apache.flink.streaming.api.invokable.operator.FilterInvokable
 
immutableInvoke() - Method in class org.apache.flink.streaming.api.invokable.operator.FlatMapInvokable
 
immutableInvoke() - Method in class org.apache.flink.streaming.api.invokable.operator.MapInvokable
 
immutableInvoke() - Method in class org.apache.flink.streaming.api.invokable.operator.ProjectInvokable
 
immutableInvoke() - Method in class org.apache.flink.streaming.api.invokable.operator.StreamReduceInvokable
 
immutableInvoke() - Method in class org.apache.flink.streaming.api.invokable.SinkInvokable
 
immutableInvoke() - Method in class org.apache.flink.streaming.api.invokable.SourceInvokable
 
immutableInvoke() - Method in class org.apache.flink.streaming.api.invokable.StreamInvokable
Method that will be called if the mutability setting is set to immutable
IN_FILE - Static variable in class org.apache.flink.test.compiler.util.CompilerTestBase
 
InboundEnvelopeDecoder - Class in org.apache.flink.runtime.io.network.netty
 
InboundEnvelopeDecoder(BufferProviderBroker) - Constructor for class org.apache.flink.runtime.io.network.netty.InboundEnvelopeDecoder
 
InboundEnvelopeDispatcher - Class in org.apache.flink.runtime.io.network.netty
 
InboundEnvelopeDispatcher(EnvelopeDispatcher) - Constructor for class org.apache.flink.runtime.io.network.netty.InboundEnvelopeDispatcher
 
includeConfiguration(Configuration) - Static method in class org.apache.flink.configuration.GlobalConfiguration
Merges the given Configuration object into the global configuration.
includedMask - Variable in class org.apache.flink.api.java.io.CsvReader
 
includeFields(boolean...) - Method in class org.apache.flink.api.java.io.CsvReader
Configures which fields of the CSV file should be included and which should be skipped.
includeFields(String) - Method in class org.apache.flink.api.java.io.CsvReader
Configures which fields of the CSV file should be included and which should be skipped.
includeFields(long) - Method in class org.apache.flink.api.java.io.CsvReader
Configures which fields of the CSV file should be included and which should be skipped.
inConn - Variable in class org.apache.flink.compiler.dag.SingleInputNode
 
incrCounter(Enum<?>, long) - Method in class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopDummyReporter
 
incrCounter(String, String, long) - Method in class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopDummyReporter
 
increaseNumConnectionsThatContributed() - Method in class org.apache.flink.compiler.postpass.AbstractSchema
 
IncrementalLearningSkeleton - Class in org.apache.flink.streaming.examples.ml
 
IncrementalLearningSkeleton() - Constructor for class org.apache.flink.streaming.examples.ml.IncrementalLearningSkeleton
 
IncrementalLearningSkeleton.NewDataSource - Class in org.apache.flink.streaming.examples.ml
 
IncrementalLearningSkeleton.NewDataSource() - Constructor for class org.apache.flink.streaming.examples.ml.IncrementalLearningSkeleton.NewDataSource
 
IncrementalLearningSkeleton.PartialModelBuilder - Class in org.apache.flink.streaming.examples.ml
 
IncrementalLearningSkeleton.PartialModelBuilder() - Constructor for class org.apache.flink.streaming.examples.ml.IncrementalLearningSkeleton.PartialModelBuilder
 
IncrementalLearningSkeleton.Predictor - Class in org.apache.flink.streaming.examples.ml
 
IncrementalLearningSkeleton.Predictor() - Constructor for class org.apache.flink.streaming.examples.ml.IncrementalLearningSkeleton.Predictor
 
IncrementalLearningSkeleton.TrainingDataSource - Class in org.apache.flink.streaming.examples.ml
 
IncrementalLearningSkeleton.TrainingDataSource() - Constructor for class org.apache.flink.streaming.examples.ml.IncrementalLearningSkeleton.TrainingDataSource
 
incrementEndOfSuperstepEventAndCheck() - Method in class org.apache.flink.runtime.io.network.api.AbstractRecordReader
 
incrementIterationCounter() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
IndexedSortable - Interface in org.apache.flink.runtime.operators.sort
 
IndexedSorter - Interface in org.apache.flink.runtime.operators.sort
 
indexes - Variable in class org.apache.flink.api.common.operators.Ordering
 
indexOf(Object) - Method in class org.apache.flink.types.ListValue
 
inFirstIteration() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
InflaterInputStreamFSInputWrapper - Class in org.apache.flink.api.common.io
 
InflaterInputStreamFSInputWrapper(FSDataInputStream) - Constructor for class org.apache.flink.api.common.io.InflaterInputStreamFSInputWrapper
 
info(String[]) - Method in class org.apache.flink.client.CliFrontend
Executes the info action.
init(ServletConfig) - Method in class org.apache.flink.client.web.JobsServlet
 
initBroadcastInputReaders() - Method in class org.apache.flink.runtime.operators.RegularPactTask
Creates the record readers for the extra broadcast inputs as configured by TaskConfig.getNumBroadcastInputs().
initBroadcastInputsSerializers(int) - Method in class org.apache.flink.runtime.operators.RegularPactTask
Creates all the serializers and iterators for the broadcast inputs.
INITIAL_CENTERS - Static variable in class org.apache.flink.test.testdata.KMeansData
 
INITIAL_CENTERS_2D - Static variable in class org.apache.flink.test.testdata.KMeansData
 
initialize(URI) - Method in class org.apache.flink.core.fs.FileSystem
Called after a new FileSystem instance is constructed.
initialize(URI) - Method in class org.apache.flink.core.fs.local.LocalFileSystem
 
initialize(URI) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
 
initialize(URI) - Method in class org.apache.flink.runtime.fs.maprfs.MapRFileSystem
 
initialize(URI) - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
 
initialize() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
initialize() - Method in class org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask
 
initialize() - Method in class org.apache.flink.runtime.iterative.task.IterationTailPactTask
 
initialize(String[]) - Static method in class org.apache.flink.runtime.jobmanager.JobManager
 
initialize() - Method in class org.apache.flink.runtime.operators.AbstractCachedBuildSideMatchDriver
 
initialize() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
 
initialize() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
 
initialize() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
 
initialize() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
 
initialize() - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
initialize() - Method in interface org.apache.flink.runtime.operators.ResettablePactDriver
 
initialize(Collector<OUT>, CoReaderIterator<StreamRecord<IN1>, StreamRecord<IN2>>, StreamRecordSerializer<IN1>, StreamRecordSerializer<IN2>, boolean) - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoInvokable
 
initialize(Collector<OUT>, MutableObjectIterator<StreamRecord<IN>>, StreamRecordSerializer<IN>, boolean) - Method in class org.apache.flink.streaming.api.invokable.StreamInvokable
Initializes the StreamInvokable for input and output handling
initialize() - Method in class org.apache.flink.streaming.api.streamvertex.StreamVertex
 
initialize() - Method in class org.apache.flink.streaming.connectors.kafka.KafkaSink
Initializes the connection to Kafka.
initialize1() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoInvokable
 
initialize2() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoInvokable
 
initializeAggregate() - Method in class org.apache.flink.api.java.aggregation.AggregationFunction
 
initializeAggregate() - Method in class org.apache.flink.api.java.aggregation.MaxAggregationFunction
 
initializeAggregate() - Method in class org.apache.flink.api.java.aggregation.MinAggregationFunction
 
initializeAggregate() - Method in class org.apache.flink.api.java.aggregation.SumAggregationFunction.ByteSumAgg
 
initializeAggregate() - Method in class org.apache.flink.api.java.aggregation.SumAggregationFunction.DoubleSumAgg
 
initializeAggregate() - Method in class org.apache.flink.api.java.aggregation.SumAggregationFunction.FloatSumAgg
 
initializeAggregate() - Method in class org.apache.flink.api.java.aggregation.SumAggregationFunction.IntSumAgg
 
initializeAggregate() - Method in class org.apache.flink.api.java.aggregation.SumAggregationFunction.LongSumAgg
 
initializeAggregate() - Method in class org.apache.flink.api.java.aggregation.SumAggregationFunction.ShortSumAgg
 
initializeChannels(GateDeploymentDescriptor) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
initializeChannels(GateDeploymentDescriptor) - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
initializeConnection() - Method in class org.apache.flink.streaming.connectors.rabbitmq.RMQSink
Initializes the connection to RMQ.
initializeContextEnvironment(ExecutionEnvironment) - Static method in class org.apache.flink.api.java.ExecutionEnvironment
 
initializeContextEnvironment(StreamExecutionEnvironment) - Static method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
 
initializeGlobal(int) - Method in class org.apache.flink.api.common.io.FileOutputFormat
Initialization of the distributed file system if it is used.
initializeGlobal(int) - Method in interface org.apache.flink.api.common.io.InitializeOnMaster
The method is invoked on the master (JobManager) before the distributed program execution starts.
initializeNewComparator(int) - Method in class org.apache.flink.api.common.typeutils.CompositeType
Initializes the internal state inside a Composite type to create a new comparator (such as the lists / arrays for the fields and field comparators)
initializeNewComparator(int) - Method in class org.apache.flink.api.java.typeutils.PojoTypeInfo
 
initializeNewComparator(int) - Method in class org.apache.flink.api.java.typeutils.TupleTypeInfo
 
InitializeOnMaster - Interface in org.apache.flink.api.common.io
This interface may be implemented by OutputFormats to have the master initialize them globally.
initializeOnMaster(ClassLoader) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
A hook that can be overwritten by sub classes to implement logic that is called by the master when the job starts.
initializeOnMaster(ClassLoader) - Method in class org.apache.flink.runtime.jobgraph.InputFormatVertex
 
initializeOnMaster(ClassLoader) - Method in class org.apache.flink.runtime.jobgraph.OutputFormatVertex
 
initializeOutputSerializers() - Method in class org.apache.flink.streaming.api.streamvertex.OutputHandler
 
initializeSerializers() - Method in class org.apache.flink.runtime.io.network.api.RecordWriter
 
initializeSerializers() - Method in class org.apache.flink.streaming.io.StreamRecordWriter
 
initialPartitionBuffersCount - Variable in class org.apache.flink.runtime.operators.hash.ReOpenableHashPartition
 
initId(int) - Method in class org.apache.flink.compiler.dag.OptimizerNode
Sets the ID of this node.
initInputReaders() - Method in class org.apache.flink.runtime.operators.RegularPactTask
Creates the record readers for the number of inputs as defined by RegularPactTask.getNumTaskInputs().
initInputsSerializersAndComparators(int, int) - Method in class org.apache.flink.runtime.operators.RegularPactTask
Creates all the serializers and comparators.
initLocalStrategies(int) - Method in class org.apache.flink.runtime.operators.RegularPactTask
NOTE: This method must be invoked after the invocation of #initInputReaders() and #initInputSerializersAndComparators(int)!
initMaxDepth() - Method in class org.apache.flink.compiler.dag.PactConnection
 
initOutPathDistFS(Path, FileSystem.WriteMode, boolean) - Method in class org.apache.flink.core.fs.FileSystem
Initializes output directories on distributed file systems according to the given write mode.
initOutPathLocalFS(Path, FileSystem.WriteMode, boolean) - Method in class org.apache.flink.core.fs.FileSystem
Initializes output directories on local file systems according to the given write mode.
initOutputs() - Method in class org.apache.flink.runtime.iterative.task.IterationHeadPactTask
 
initOutputs() - Method in class org.apache.flink.runtime.operators.RegularPactTask
Creates a writer for each output.
initOutputs(AbstractInvokable, ClassLoader, TaskConfig, List<ChainedDriver<?, ?>>, List<BufferWriter>) - Static method in class org.apache.flink.runtime.operators.RegularPactTask
Creates a writer for each output.
initOutputWriters(List<BufferWriter>) - Static method in class org.apache.flink.runtime.operators.RegularPactTask
 
initProperties(GlobalProperties, LocalProperties) - Method in class org.apache.flink.compiler.plan.PlanNode
 
initStub(Class<? super S>) - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
initTable(int, byte) - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
InMemoryPartition<T> - Class in org.apache.flink.runtime.operators.hash
In-memory partition with overflow buckets for CompactingHashTable
InMemoryPartition(TypeSerializer<T>, int, ListMemorySegmentSource, int, int) - Constructor for class org.apache.flink.runtime.operators.hash.InMemoryPartition
Creates a new partition, in memory, with one buffer.
InMemorySorter<T> - Interface in org.apache.flink.runtime.operators.sort
 
input - Variable in class org.apache.flink.api.common.operators.GenericDataSinkBase
 
input - Variable in class org.apache.flink.api.common.operators.SingleInputOperator
The input which produces the data consumed by this operator.
input(Operator<Record>) - Method in class org.apache.flink.api.java.record.operators.MapOperator.Builder
Deprecated.
Sets the input.
input(Operator<Record>...) - Method in class org.apache.flink.api.java.record.operators.MapOperator.Builder
Deprecated.
Sets one or several inputs (union).
input(Operator<Record>) - Method in class org.apache.flink.api.java.record.operators.MapPartitionOperator.Builder
Deprecated.
Sets the input.
input(Operator<Record>...) - Method in class org.apache.flink.api.java.record.operators.MapPartitionOperator.Builder
Deprecated.
Sets one or several inputs (union).
input(Operator<Record>) - Method in class org.apache.flink.api.java.record.operators.ReduceOperator.Builder
Sets the input.
input(Operator<Record>...) - Method in class org.apache.flink.api.java.record.operators.ReduceOperator.Builder
Sets one or several inputs (union).
input - Variable in class org.apache.flink.compiler.dag.DataSinkNode
 
input - Variable in class org.apache.flink.compiler.plan.SingleInputPlanNode
 
input - Variable in class org.apache.flink.runtime.operators.resettable.BlockResettableIterator
 
input - Variable in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
 
input - Variable in class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
 
input1 - Variable in class org.apache.flink.api.common.operators.DualInputOperator
The operator producing the first input.
input1(Operator<Record>) - Method in class org.apache.flink.api.java.record.operators.CoGroupOperator.Builder
Deprecated.
Sets the input operator for input 1.
input1(Operator<Record>...) - Method in class org.apache.flink.api.java.record.operators.CoGroupOperator.Builder
Deprecated.
Sets one or several inputs (union) for input 1.
input1(Operator<Record>) - Method in class org.apache.flink.api.java.record.operators.CrossOperator.Builder
Deprecated.
Sets the first input.
input1(Operator<Record>...) - Method in class org.apache.flink.api.java.record.operators.CrossOperator.Builder
Deprecated.
Sets one or several inputs (union) for input 1.
input1(Operator<Record>) - Method in class org.apache.flink.api.java.record.operators.JoinOperator.Builder
Deprecated.
Sets the first input.
input1(Operator<Record>...) - Method in class org.apache.flink.api.java.record.operators.JoinOperator.Builder
Deprecated.
Sets one or several inputs (union) for input 1.
input1 - Variable in class org.apache.flink.compiler.dag.TwoInputNode
 
input1 - Variable in class org.apache.flink.compiler.plan.DualInputPlanNode
 
input2 - Variable in class org.apache.flink.api.common.operators.DualInputOperator
The operator producing the second input.
input2(Operator<Record>) - Method in class org.apache.flink.api.java.record.operators.CoGroupOperator.Builder
Deprecated.
Sets the input operator for input 2.
input2(Operator<Record>...) - Method in class org.apache.flink.api.java.record.operators.CoGroupOperator.Builder
Deprecated.
Sets one or several inputs (union) for input 2.
input2(Operator<Record>) - Method in class org.apache.flink.api.java.record.operators.CrossOperator.Builder
Deprecated.
Sets the second input.
input2(Operator<Record>...) - Method in class org.apache.flink.api.java.record.operators.CrossOperator.Builder
Deprecated.
Sets one or several inputs (union) for input 2.
input2(Operator<Record>) - Method in class org.apache.flink.api.java.record.operators.JoinOperator.Builder
Deprecated.
Sets the second input.
input2(Operator<Record>...) - Method in class org.apache.flink.api.java.record.operators.JoinOperator.Builder
Deprecated.
Sets one or several inputs (union) for input 2.
input2 - Variable in class org.apache.flink.compiler.dag.TwoInputNode
 
input2 - Variable in class org.apache.flink.compiler.plan.DualInputPlanNode
 
InputChannel<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.channels
InputChannel is an abstract base class to all different kinds of concrete input channels that can be used.
InputChannel(InputGate<T>, int, ChannelID, ChannelID, ChannelType) - Constructor for class org.apache.flink.runtime.io.network.channels.InputChannel
Constructs an input channel with a given input gate associated.
InputChannelResult - Enum in org.apache.flink.runtime.io.network.gates
 
inputComparators - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The comparators for the central driver.
inputDeserializer1 - Variable in class org.apache.flink.streaming.api.streamvertex.CoStreamVertex
 
inputDeserializer2 - Variable in class org.apache.flink.streaming.api.streamvertex.CoStreamVertex
 
InputFormat<OT,T extends InputSplit> - Interface in org.apache.flink.api.common.io
The base interface for data sources that produces records.
InputFormatVertex - Class in org.apache.flink.runtime.jobgraph
 
InputFormatVertex(String) - Constructor for class org.apache.flink.runtime.jobgraph.InputFormatVertex
 
InputFormatVertex(String, JobVertexID) - Constructor for class org.apache.flink.runtime.jobgraph.InputFormatVertex
 
inputGate - Variable in class org.apache.flink.runtime.io.network.api.AbstractSingleGateRecordReader
The input gate associated with the record reader.
InputGate<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.gates
Input gates are a specialization of general gates and connect input channels and record readers.
InputGate(JobID, GateID, int) - Constructor for class org.apache.flink.runtime.io.network.gates.InputGate
Constructs a new runtime input gate.
inputGates() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
InputHandler<IN> - Class in org.apache.flink.streaming.api.streamvertex
 
InputHandler(StreamVertex<IN, ?>) - Constructor for class org.apache.flink.streaming.api.streamvertex.InputHandler
 
inputIterators - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The inputs reader, wrapped in an iterator.
inputReaders - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The input readers to this task.
inputs(List<Operator<Record>>) - Method in class org.apache.flink.api.java.record.operators.MapOperator.Builder
Deprecated.
Sets the inputs.
inputs(List<Operator<Record>>) - Method in class org.apache.flink.api.java.record.operators.MapPartitionOperator.Builder
Deprecated.
Sets the inputs.
inputs(List<Operator<Record>>) - Method in class org.apache.flink.api.java.record.operators.ReduceOperator.Builder
Sets the inputs.
inputs - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The inputs to the operator.
inputs1(List<Operator<Record>>) - Method in class org.apache.flink.api.java.record.operators.CoGroupOperator.Builder
Deprecated.
Sets the first inputs.
inputs1(List<Operator<Record>>) - Method in class org.apache.flink.api.java.record.operators.CrossOperator.Builder
Deprecated.
Sets the first inputs.
inputs1(List<Operator<Record>>) - Method in class org.apache.flink.api.java.record.operators.JoinOperator.Builder
Deprecated.
Sets the first inputs.
inputs2(List<Operator<Record>>) - Method in class org.apache.flink.api.java.record.operators.CoGroupOperator.Builder
Deprecated.
Sets the second inputs.
inputs2(List<Operator<Record>>) - Method in class org.apache.flink.api.java.record.operators.CrossOperator.Builder
Deprecated.
Sets the second inputs.
inputs2(List<Operator<Record>>) - Method in class org.apache.flink.api.java.record.operators.JoinOperator.Builder
Deprecated.
Sets the second inputs.
inputSerializers - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The serializers for the input data type.
InputSplit - Interface in org.apache.flink.core.io
This interface must be implemented by all kind of input splits that can be assigned to input formats.
InputSplitAssigner - Interface in org.apache.flink.core.io
An input split assigner distributes the InputSplits among the instances on which a data source exists.
InputSplitIterator<T extends InputSplit> - Class in org.apache.flink.runtime.jobgraph.tasks
The input split iterator allows a task to iterate over all input splits it is supposed to consume.
InputSplitIterator(InputSplitProvider) - Constructor for class org.apache.flink.runtime.jobgraph.tasks.InputSplitIterator
Constructs a new input split iterator.
InputSplitProvider - Interface in org.apache.flink.runtime.jobgraph.tasks
An input split provider can be successively queried to provide a series of InputSplit objects a task is supposed to consume in the course of its execution.
InputSplitProviderProtocol - Interface in org.apache.flink.runtime.protocols
The input split provider protocol is used to facilitate RPC calls related to the lazy split assignment.
InputSplitSource<T extends InputSplit> - Interface in org.apache.flink.core.io
InputSplitSources create InputSplits that define portions of data to be produced by InputFormats.
inputType - Variable in class org.apache.flink.api.common.operators.UnaryOperatorInformation
Input Type of the operator
inputType1 - Variable in class org.apache.flink.api.common.operators.BinaryOperatorInformation
Input type of the first input
inputType2 - Variable in class org.apache.flink.api.common.operators.BinaryOperatorInformation
Input type of the second input
InputTypeConfigurable - Interface in org.apache.flink.api.java.typeutils
OutputFormats can implement this interface to be configured with the data type they will operate on.
inputView - Variable in class org.apache.flink.api.java.typeutils.runtime.DataInputViewStream
 
InputViewDataInputStreamWrapper - Class in org.apache.flink.core.memory
 
InputViewDataInputStreamWrapper(DataInputStream) - Constructor for class org.apache.flink.core.memory.InputViewDataInputStreamWrapper
 
InputViewIterator<E> - Class in org.apache.flink.runtime.io.disk
 
InputViewIterator(DataInputView, TypeSerializer<E>) - Constructor for class org.apache.flink.runtime.io.disk.InputViewIterator
 
InputViewObjectInputStreamWrapper - Class in org.apache.flink.core.memory
 
InputViewObjectInputStreamWrapper(ObjectInputStream) - Constructor for class org.apache.flink.core.memory.InputViewObjectInputStreamWrapper
 
inSerializer - Variable in class org.apache.flink.streaming.api.invokable.StreamInvokable
 
insert(T) - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
 
insert(T) - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable
 
insertDirectedEdge(int, int) - Method in class org.apache.flink.streaming.state.GraphState
 
insertIntoBuildBuffer(BT) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
Inserts the given object into the current buffer.
insertIntoProbeBuffer(PT) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
Inserts the given record into the probe side buffers.
insertIntoTable(BT, int) - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
insertOrReplace(BT) - Method in class org.apache.flink.api.common.operators.util.JoinHashMap
 
insertOrReplaceRecord(T, T) - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
 
insertOrReplaceRecord(T, T) - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable
Replaces record in hash table if record already present or append record if not.
insertUndirectedEdge(int, int) - Method in class org.apache.flink.streaming.state.GraphState
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.array.BooleanPrimitiveArraySerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.array.BytePrimitiveArraySerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.array.CharPrimitiveArraySerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.array.DoublePrimitiveArraySerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.array.FloatPrimitiveArraySerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.array.IntPrimitiveArraySerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.array.LongPrimitiveArraySerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.array.ShortPrimitiveArraySerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.array.StringArraySerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.BooleanSerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.BooleanValueSerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.ByteSerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.ByteValueSerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.CharSerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.CharValueSerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.DoubleSerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.DoubleValueSerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.FloatSerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.FloatValueSerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.IntSerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.IntValueSerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.LongSerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.LongValueSerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.ShortSerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.ShortValueSerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.StringSerializer
 
INSTANCE - Static variable in class org.apache.flink.api.common.typeutils.base.StringValueSerializer
 
INSTANCE - Static variable in class org.apache.flink.compiler.util.NoOpUnaryUdfOp
 
Instance - Class in org.apache.flink.runtime.instance
An instance represents a resource a TaskManager runs on.
Instance(InstanceConnectionInfo, InstanceID, HardwareDescription, int) - Constructor for class org.apache.flink.runtime.instance.Instance
Constructs an abstract instance object.
INSTANCE - Static variable in class org.apache.flink.runtime.io.network.channels.EndOfSuperstepEvent
 
instance() - Static method in class org.apache.flink.runtime.iterative.concurrent.BlockingBackChannelBroker
retrieve singleton instance
instance() - Static method in class org.apache.flink.runtime.iterative.concurrent.IterationAggregatorBroker
retrieve singleton instance
instance() - Static method in class org.apache.flink.runtime.iterative.concurrent.SolutionSetBroker
Retrieve the singleton instance.
instance() - Static method in class org.apache.flink.runtime.iterative.concurrent.SolutionSetUpdateBarrierBroker
 
instance() - Static method in class org.apache.flink.runtime.iterative.concurrent.SuperstepKickoffLatchBroker
 
INSTANCE - Static variable in class org.apache.flink.runtime.iterative.event.TerminationEvent
 
INSTANCE - Static variable in class org.apache.flink.runtime.util.ExecutorThreadFactory
 
instance() - Static method in class org.apache.flink.streaming.io.BlockingQueueBroker
retrieve singleton instance
InstanceConnectionInfo - Class in org.apache.flink.runtime.instance
This class encapsulates all connection information necessary to connect to the instance's task manager.
InstanceConnectionInfo(InetAddress, int, int) - Constructor for class org.apache.flink.runtime.instance.InstanceConnectionInfo
Constructs a new instance connection info object.
InstanceConnectionInfo() - Constructor for class org.apache.flink.runtime.instance.InstanceConnectionInfo
Constructs an empty object.
instanceDied(Instance) - Method in interface org.apache.flink.runtime.instance.InstanceListener
Called when an instance died.
instanceDied(Instance) - Method in class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
 
InstanceDiedException - Exception in org.apache.flink.runtime.instance
A special instance signaling that an attempted operation on an instance is not possible, because the instance has died.
InstanceDiedException(Instance) - Constructor for exception org.apache.flink.runtime.instance.InstanceDiedException
 
InstanceID - Class in org.apache.flink.runtime.instance
Class for statistically unique instance IDs.
InstanceID() - Constructor for class org.apache.flink.runtime.instance.InstanceID
 
instanceID - Variable in class org.apache.flink.streaming.api.streamvertex.StreamVertex
 
InstanceListener - Interface in org.apache.flink.runtime.instance
Classes implementing the InstanceListener interface can be notified about the availability disappearance of instances.
InstanceManager - Class in org.apache.flink.runtime.instance
Simple manager that keeps track of which TaskManager are available and alive.
InstanceManager() - Constructor for class org.apache.flink.runtime.instance.InstanceManager
Creates an instance manager, using the global configuration value for maximum interval between heartbeats where a task manager is still considered alive.
InstanceManager(long) - Constructor for class org.apache.flink.runtime.instance.InstanceManager
 
InstanceManager(long, long) - Constructor for class org.apache.flink.runtime.instance.InstanceManager
 
InstanceProfiler - Class in org.apache.flink.runtime.profiling.impl
 
InstanceProfiler(InstanceConnectionInfo) - Constructor for class org.apache.flink.runtime.profiling.impl.InstanceProfiler
 
InstanceProfilingEvent - Class in org.apache.flink.runtime.profiling.types
Instance profiling events are a special subclass of profiling events.
InstanceProfilingEvent(int, int, int, int, int, int, int, long, long, long, long, long, long, long, JobID, long, long) - Constructor for class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Constructs a new instance profiling event.
InstanceProfilingEvent() - Constructor for class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
Default constructor for serialization/deserialization.
InstanceSummaryProfilingEvent - Class in org.apache.flink.runtime.profiling.types
Instance summary profiling events summarize the profiling events of all instances involved in computing a job.
InstanceSummaryProfilingEvent(int, int, int, int, int, int, int, long, long, long, long, long, long, long, JobID, long, long) - Constructor for class org.apache.flink.runtime.profiling.types.InstanceSummaryProfilingEvent
Constructs a new instance summary profiling event.
InstanceSummaryProfilingEvent() - Constructor for class org.apache.flink.runtime.profiling.types.InstanceSummaryProfilingEvent
Default constructor for serialization/deserialization.
instantiate(Channel, SingleInputNode) - Method in class org.apache.flink.compiler.dag.PartitionNode.PartitionDescriptor
 
instantiate(OperatorDescriptorDual, Channel, Channel, List<Set<? extends NamedChannel>>, List<PlanNode>, CostEstimator, RequestedGlobalProperties, RequestedGlobalProperties, RequestedLocalProperties, RequestedLocalProperties) - Method in class org.apache.flink.compiler.dag.TwoInputNode
 
instantiate(OperatorDescriptorDual, Channel, Channel, List<Set<? extends NamedChannel>>, List<PlanNode>, CostEstimator, RequestedGlobalProperties, RequestedGlobalProperties, RequestedLocalProperties, RequestedLocalProperties) - Method in class org.apache.flink.compiler.dag.WorksetIterationNode
 
instantiate(Channel, SingleInputNode) - Method in class org.apache.flink.compiler.operators.AllGroupReduceProperties
 
instantiate(Channel, SingleInputNode) - Method in class org.apache.flink.compiler.operators.AllGroupWithPartialPreGroupProperties
 
instantiate(Channel, SingleInputNode) - Method in class org.apache.flink.compiler.operators.AllReduceProperties
 
instantiate(Channel, Channel, TwoInputNode) - Method in class org.apache.flink.compiler.operators.BinaryUnionOpDescriptor
 
instantiate(Channel, Channel, TwoInputNode) - Method in class org.apache.flink.compiler.operators.CartesianProductDescriptor
 
instantiate(Channel, Channel, TwoInputNode) - Method in class org.apache.flink.compiler.operators.CoGroupDescriptor
 
instantiate(Channel, Channel, TwoInputNode) - Method in class org.apache.flink.compiler.operators.CoGroupWithSolutionSetFirstDescriptor
 
instantiate(Channel, SingleInputNode) - Method in class org.apache.flink.compiler.operators.CollectorMapDescriptor
 
instantiate(Channel, SingleInputNode) - Method in class org.apache.flink.compiler.operators.FilterDescriptor
 
instantiate(Channel, SingleInputNode) - Method in class org.apache.flink.compiler.operators.FlatMapDescriptor
 
instantiate(Channel, SingleInputNode) - Method in class org.apache.flink.compiler.operators.GroupReduceProperties
 
instantiate(Channel, SingleInputNode) - Method in class org.apache.flink.compiler.operators.GroupReduceWithCombineProperties
 
instantiate(Channel, Channel, TwoInputNode) - Method in class org.apache.flink.compiler.operators.HashJoinBuildFirstProperties
 
instantiate(Channel, Channel, TwoInputNode) - Method in class org.apache.flink.compiler.operators.HashJoinBuildSecondProperties
 
instantiate(Channel, SingleInputNode) - Method in class org.apache.flink.compiler.operators.MapDescriptor
 
instantiate(Channel, SingleInputNode) - Method in class org.apache.flink.compiler.operators.MapPartitionDescriptor
 
instantiate(Channel, SingleInputNode) - Method in class org.apache.flink.compiler.operators.NoOpDescriptor
 
instantiate(Channel, Channel, TwoInputNode) - Method in class org.apache.flink.compiler.operators.OperatorDescriptorDual
 
instantiate(Channel, SingleInputNode) - Method in class org.apache.flink.compiler.operators.OperatorDescriptorSingle
 
instantiate(Channel, SingleInputNode) - Method in class org.apache.flink.compiler.operators.PartialGroupProperties
 
instantiate(Channel, SingleInputNode) - Method in class org.apache.flink.compiler.operators.ReduceProperties
 
instantiate(Channel, SingleInputNode) - Method in class org.apache.flink.compiler.operators.SolutionSetDeltaOperator
 
instantiate(Channel, Channel, TwoInputNode) - Method in class org.apache.flink.compiler.operators.SortMergeJoinDescriptor
 
instantiate(Channel, Channel, TwoInputNode) - Method in class org.apache.flink.compiler.operators.UtilSinkJoinOpDescriptor
 
instantiate(Class<T>, Class<? super T>) - Static method in class org.apache.flink.util.InstantiationUtil
Creates a new instance of the given class.
instantiate(Class<T>) - Static method in class org.apache.flink.util.InstantiationUtil
Creates a new instance of the given class.
instantiateCandidate(OperatorDescriptorSingle, Channel, List<Set<? extends NamedChannel>>, List<PlanNode>, CostEstimator, RequestedGlobalProperties, RequestedLocalProperties) - Method in class org.apache.flink.compiler.dag.BulkIterationNode
 
instantiateCandidate(OperatorDescriptorSingle, Channel, List<Set<? extends NamedChannel>>, List<PlanNode>, CostEstimator, RequestedGlobalProperties, RequestedLocalProperties) - Method in class org.apache.flink.compiler.dag.SingleInputNode
 
instantiateDeserializationUtils() - Method in class org.apache.flink.api.java.typeutils.runtime.TupleComparatorBase
 
instantiateJobContext(JobConf, JobID) - Static method in class org.apache.flink.hadoopcompatibility.mapred.utils.HadoopUtils
 
instantiateJobContext(Configuration, JobID) - Static method in class org.apache.flink.hadoopcompatibility.mapreduce.utils.HadoopUtils
 
instantiateTaskAttemptContext(JobConf, TaskAttemptID) - Static method in class org.apache.flink.hadoopcompatibility.mapred.utils.HadoopUtils
 
instantiateTaskAttemptContext(Configuration, TaskAttemptID) - Static method in class org.apache.flink.hadoopcompatibility.mapreduce.utils.HadoopUtils
 
instantiateUserCode(TaskConfig, ClassLoader, Class<? super T>) - Static method in class org.apache.flink.runtime.operators.RegularPactTask
Instantiates a user code class from is definition in the task configuration.
InstantiationUtil - Class in org.apache.flink.util
Utility class to create instances from class objects and checking failure reasons.
InsufficientResourcesException - Exception in org.apache.flink.runtime.io.network
This exception is thrown by the ChannelManager to indicate that a task cannot be accepted because there are not enough resources available to safely execute it.
INT_ARRAY_TYPE_INFO - Static variable in class org.apache.flink.api.common.typeinfo.BasicArrayTypeInfo
 
INT_PRIMITIVE_ARRAY_TYPE_INFO - Static variable in class org.apache.flink.api.common.typeinfo.PrimitiveArrayTypeInfo
 
INT_TYPE_INFO - Static variable in class org.apache.flink.api.common.typeinfo.BasicTypeInfo
 
IntArrayList - Class in org.apache.flink.runtime.util
Minimal implementation of an array-backed list of ints
IntArrayList(int) - Constructor for class org.apache.flink.runtime.util.IntArrayList
 
IntComparator - Class in org.apache.flink.api.common.typeutils.base
 
IntComparator(boolean) - Constructor for class org.apache.flink.api.common.typeutils.base.IntComparator
 
IntCounter - Class in org.apache.flink.api.common.accumulators
 
IntCounter() - Constructor for class org.apache.flink.api.common.accumulators.IntCounter
 
IntegerRecord - Class in org.apache.flink.runtime.types
This class represents record for integer values.
IntegerRecord(int) - Constructor for class org.apache.flink.runtime.types.IntegerRecord
Constructs a new integer record with the given integer value.
IntegerRecord() - Constructor for class org.apache.flink.runtime.types.IntegerRecord
Constructs an empty integer record (Mainly used for serialization, do not call this constructor in your program).
IntegerTaskEvent - Class in org.apache.flink.runtime.event.task
This class provides a simple implementation of an event that holds an integer value.
IntegerTaskEvent() - Constructor for class org.apache.flink.runtime.event.task.IntegerTaskEvent
Default constructor (should only be used for deserialization).
IntegerTaskEvent(int) - Constructor for class org.apache.flink.runtime.event.task.IntegerTaskEvent
Constructs a new integer task event.
InterestingProperties - Class in org.apache.flink.compiler.dataproperties
The interesting properties that a node in the optimizer plan hands to its predecessors.
InterestingProperties() - Constructor for class org.apache.flink.compiler.dataproperties.InterestingProperties
 
IntermediateDataSet - Class in org.apache.flink.runtime.jobgraph
An intermediate data set is the data set produced by an operator - either a source or any intermediate operation.
IntermediateDataSet(AbstractJobVertex) - Constructor for class org.apache.flink.runtime.jobgraph.IntermediateDataSet
 
IntermediateDataSet(IntermediateDataSetID, AbstractJobVertex) - Constructor for class org.apache.flink.runtime.jobgraph.IntermediateDataSet
 
IntermediateDataSetID - Class in org.apache.flink.runtime.jobgraph
 
IntermediateDataSetID() - Constructor for class org.apache.flink.runtime.jobgraph.IntermediateDataSetID
Creates an new random intermediate data set ID.
IntermediateDataSetID(AbstractID) - Constructor for class org.apache.flink.runtime.jobgraph.IntermediateDataSetID
Creates a new intermediate data set ID with the bytes of the given ID.
IntermediateDataSetID(UUID) - Constructor for class org.apache.flink.runtime.jobgraph.IntermediateDataSetID
Creates a new intermediate data set ID with the bytes of the given UUID.
IntermediateResult - Class in org.apache.flink.runtime.executiongraph
 
IntermediateResult(IntermediateDataSetID, ExecutionJobVertex, int) - Constructor for class org.apache.flink.runtime.executiongraph.IntermediateResult
 
IntermediateResultPartition - Class in org.apache.flink.runtime.executiongraph
 
IntermediateResultPartition(IntermediateResult, ExecutionVertex, int) - Constructor for class org.apache.flink.runtime.executiongraph.IntermediateResultPartition
 
InternalExecutionVertexProfilingData - Class in org.apache.flink.runtime.profiling.impl.types
 
InternalExecutionVertexProfilingData() - Constructor for class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexProfilingData
 
InternalExecutionVertexProfilingData(JobID, JobVertexID, int, ExecutionAttemptID) - Constructor for class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexProfilingData
 
InternalExecutionVertexThreadProfilingData - Class in org.apache.flink.runtime.profiling.impl.types
 
InternalExecutionVertexThreadProfilingData(JobID, JobVertexID, int, ExecutionAttemptID, int, int, int, int, int) - Constructor for class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexThreadProfilingData
 
InternalExecutionVertexThreadProfilingData() - Constructor for class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexThreadProfilingData
 
internalHandleException(IOException) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ThreadBase
Internally handles an exception and makes sure that this method returns without a problem.
InternalInstanceProfilingData - Class in org.apache.flink.runtime.profiling.impl.types
 
InternalInstanceProfilingData() - Constructor for class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
InternalInstanceProfilingData(InstanceConnectionInfo, int) - Constructor for class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
InternalProfilingData - Interface in org.apache.flink.runtime.profiling.impl.types
 
IntParser - Class in org.apache.flink.types.parser
Parses a decimal text field into a IntValue.
IntParser() - Constructor for class org.apache.flink.types.parser.IntParser
 
IntPrimitiveArraySerializer - Class in org.apache.flink.api.common.typeutils.base.array
A serializer for int arrays.
IntPrimitiveArraySerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.array.IntPrimitiveArraySerializer
 
IntSerializer - Class in org.apache.flink.api.common.typeutils.base
 
IntSerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.IntSerializer
 
IntValue - Class in org.apache.flink.types
Boxed serializable and comparable integer type, representing the primitive type int.
IntValue() - Constructor for class org.apache.flink.types.IntValue
Initializes the encapsulated int with 0.
IntValue(int) - Constructor for class org.apache.flink.types.IntValue
Initializes the encapsulated int with the provided value.
IntValueParser - Class in org.apache.flink.types.parser
Parses a decimal text field into a IntValue.
IntValueParser() - Constructor for class org.apache.flink.types.parser.IntValueParser
 
IntValueSerializer - Class in org.apache.flink.api.common.typeutils.base
 
IntValueSerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.IntValueSerializer
 
invalidateLookupCacheEntries(Set<ChannelID>) - Method in class org.apache.flink.runtime.io.network.ChannelManager
Invalidates the entries identified by the given channel IDs from the receiver lookup cache.
InvalidProgramException - Exception in org.apache.flink.api.common
An exception thrown to indicate that the composed program is invalid.
InvalidProgramException() - Constructor for exception org.apache.flink.api.common.InvalidProgramException
Creates a new exception with no message.
InvalidProgramException(String) - Constructor for exception org.apache.flink.api.common.InvalidProgramException
Creates a new exception with the given message.
InvalidProgramException(String, Throwable) - Constructor for exception org.apache.flink.api.common.InvalidProgramException
 
InvalidTypesException - Exception in org.apache.flink.api.common.functions
A special case of the InvalidProgramException, indicating that the types used in an operation are invalid or inconsistent.
InvalidTypesException() - Constructor for exception org.apache.flink.api.common.functions.InvalidTypesException
Creates a new exception with no message.
InvalidTypesException(String) - Constructor for exception org.apache.flink.api.common.functions.InvalidTypesException
Creates a new exception with the given message.
InvalidTypesException(String, Throwable) - Constructor for exception org.apache.flink.api.common.functions.InvalidTypesException
 
invertNormalizedKey() - Method in class org.apache.flink.api.common.typeutils.base.BasicTypeComparator
 
invertNormalizedKey() - Method in class org.apache.flink.api.common.typeutils.record.RecordComparator
 
invertNormalizedKey() - Method in class org.apache.flink.api.common.typeutils.TypeComparator
Flag whether normalized key comparisons should be inverted key should be interpreted inverted, i.e.
invertNormalizedKey() - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueComparator
 
invertNormalizedKey() - Method in class org.apache.flink.api.java.typeutils.runtime.GenericTypeComparator
 
invertNormalizedKey() - Method in class org.apache.flink.api.java.typeutils.runtime.PojoComparator
 
invertNormalizedKey() - Method in class org.apache.flink.api.java.typeutils.runtime.TupleComparatorBase
 
invertNormalizedKey() - Method in class org.apache.flink.api.java.typeutils.runtime.ValueComparator
 
invertNormalizedKey() - Method in class org.apache.flink.api.java.typeutils.runtime.WritableComparator
 
invertNormKey - Variable in class org.apache.flink.api.java.typeutils.runtime.TupleComparatorBase
 
inView - Variable in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
 
inView - Variable in class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
 
invoke() - Method in class org.apache.flink.runtime.iterative.task.IterationSynchronizationSinkTask
 
invoke() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
Must be overwritten by the concrete task.
invoke() - Method in class org.apache.flink.runtime.operators.DataSinkTask
 
invoke() - Method in class org.apache.flink.runtime.operators.DataSourceTask
 
invoke() - Method in class org.apache.flink.runtime.operators.RegularPactTask
The main work method.
invoke(IN) - Method in class org.apache.flink.streaming.api.function.sink.PrintSinkFunction
 
invoke(IN) - Method in class org.apache.flink.streaming.api.function.sink.RichSinkFunction
 
invoke(IN) - Method in interface org.apache.flink.streaming.api.function.sink.SinkFunction
 
invoke(IN) - Method in class org.apache.flink.streaming.api.function.sink.WriteSinkFunction
Implementation of the invoke method of the SinkFunction class.
invoke(Collector<String>) - Method in class org.apache.flink.streaming.api.function.source.FileSourceFunction
 
invoke(Collector<String>) - Method in class org.apache.flink.streaming.api.function.source.FileStreamFunction
 
invoke(Collector<T>) - Method in class org.apache.flink.streaming.api.function.source.FromElementsFunction
 
invoke(Collector<Long>) - Method in class org.apache.flink.streaming.api.function.source.GenSequenceFunction
 
invoke(Collector<OUT>) - Method in interface org.apache.flink.streaming.api.function.source.SourceFunction
 
invoke() - Method in class org.apache.flink.streaming.api.invokable.SourceInvokable
 
invoke() - Method in class org.apache.flink.streaming.api.invokable.StreamInvokable
Method that will be called when the stream starts.
invoke() - Method in class org.apache.flink.streaming.api.streamvertex.CoStreamVertex
 
invoke() - Method in class org.apache.flink.streaming.api.streamvertex.StreamIterationHead
 
invoke() - Method in class org.apache.flink.streaming.api.streamvertex.StreamIterationTail
 
invoke() - Method in class org.apache.flink.streaming.api.streamvertex.StreamVertex
 
invoke(IN) - Method in class org.apache.flink.streaming.connectors.flume.FlumeSink
Receives tuples from the Apache Flink DataStream and forwards them to Apache Flume.
invoke(Collector<OUT>) - Method in class org.apache.flink.streaming.connectors.flume.FlumeSource
Configures the AvroSource and runs until the user calls a close function.
invoke(String) - Method in class org.apache.flink.streaming.connectors.flume.FlumeTopology.MyFlumePrintSink
 
invoke(IN) - Method in class org.apache.flink.streaming.connectors.kafka.KafkaSink
Called when new data arrives to the sink, and forwards it to Kafka.
invoke(Collector<OUT>) - Method in class org.apache.flink.streaming.connectors.kafka.KafkaSource
Called to forward the data from the source to the DataStream.
invoke(String) - Method in class org.apache.flink.streaming.connectors.kafka.KafkaTopology.MyKafkaPrintSink
 
invoke(Collector<String>) - Method in class org.apache.flink.streaming.connectors.kafka.KafkaTopology.MySource
 
invoke(IN) - Method in class org.apache.flink.streaming.connectors.rabbitmq.RMQSink
Called when new data arrives to the sink, and forwards it to RMQ.
invoke(Collector<OUT>) - Method in class org.apache.flink.streaming.connectors.rabbitmq.RMQSource
Called to forward the data from the source to the DataStream.
invoke(String) - Method in class org.apache.flink.streaming.connectors.rabbitmq.RMQTopology.MyRMQPrintSink
 
invoke(Collector<String>) - Method in class org.apache.flink.streaming.connectors.twitter.TwitterSource
 
invoke(Tuple5<Long, Integer, String, String, String>) - Method in class org.apache.flink.streaming.connectors.twitter.TwitterStreaming.TwitterSink
 
invoke(Collector<Tuple3<Integer, Long, Integer>>) - Method in class org.apache.flink.streaming.examples.cellinfo.CellInfoLocal.InfoSource
 
invoke(Collector<Tuple2<String, Integer>>) - Method in class org.apache.flink.streaming.examples.join.GradeSource
 
invoke(Collector<Tuple2<String, Integer>>) - Method in class org.apache.flink.streaming.examples.join.SalarySource
 
invoke(Collector<Integer>) - Method in class org.apache.flink.streaming.examples.ml.IncrementalLearningSkeleton.NewDataSource
 
invoke(Collector<Integer>) - Method in class org.apache.flink.streaming.examples.ml.IncrementalLearningSkeleton.TrainingDataSource
 
invoke(Collector<Tuple3<String, Integer, Long>>) - Method in class org.apache.flink.streaming.examples.window.join.GradeSource
 
invoke(Collector<Tuple3<String, Integer, Long>>) - Method in class org.apache.flink.streaming.examples.window.join.SalarySource
 
invokeInteractiveModeForExecution() - Method in class org.apache.flink.client.program.PackagedProgram
This method assumes that the context environment is prepared, or the execution will be a local execution by default.
invokeUserFunction(String, StreamInvokable<?, OUT>) - Method in class org.apache.flink.streaming.api.streamvertex.OutputHandler
 
invokeUserFunction(StreamInvokable<?, T>) - Method in class org.apache.flink.streaming.api.streamvertex.StreamVertex
 
IOManager - Class in org.apache.flink.runtime.io.disk.iomanager
The facade for the provided I/O manager services.
IOManager() - Constructor for class org.apache.flink.runtime.io.disk.iomanager.IOManager
Constructs a new IOManager, writing channels to the system directory.
IOManager(String) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.IOManager
Constructs a new IOManager.
IOManager(String[]) - Constructor for class org.apache.flink.runtime.io.disk.iomanager.IOManager
Constructs a new IOManager.
ioManager - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
The I/O manager used to instantiate writers for the spilled partitions.
ioManager - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
 
IOReadableWritable - Interface in org.apache.flink.core.io
This interface must be implemented by every class whose objects have to be serialized to their binary representation and vice-versa.
IOUtils - Class in org.apache.flink.runtime.util
An utility class for I/O related functionality.
ipcPort() - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
Returns the port instance's task manager runs its IPC service on.
isAbsolute() - Method in class org.apache.flink.core.fs.Path
Checks if the directory of this path is absolute.
isAlive() - Method in class org.apache.flink.runtime.instance.AllocatedSlot
 
isAlive() - Method in class org.apache.flink.runtime.instance.Instance
 
isBasicType() - Method in class org.apache.flink.api.common.typeinfo.BasicArrayTypeInfo
 
isBasicType() - Method in class org.apache.flink.api.common.typeinfo.BasicTypeInfo
 
isBasicType() - Method in class org.apache.flink.api.common.typeinfo.NothingTypeInfo
 
isBasicType() - Method in class org.apache.flink.api.common.typeinfo.PrimitiveArrayTypeInfo
 
isBasicType() - Method in class org.apache.flink.api.common.typeinfo.TypeInformation
 
isBasicType() - Method in class org.apache.flink.api.java.typeutils.GenericTypeInfo
 
isBasicType() - Method in class org.apache.flink.api.java.typeutils.ObjectArrayTypeInfo
 
isBasicType() - Method in class org.apache.flink.api.java.typeutils.PojoTypeInfo
 
isBasicType() - Method in class org.apache.flink.api.java.typeutils.RecordTypeInfo
 
isBasicType() - Method in class org.apache.flink.api.java.typeutils.TupleTypeInfoBase
 
isBasicType() - Method in class org.apache.flink.api.java.typeutils.ValueTypeInfo
 
isBasicType() - Method in class org.apache.flink.api.java.typeutils.WritableTypeInfo
 
isBranching() - Method in class org.apache.flink.compiler.dag.OptimizerNode
Checks whether this node has branching output.
isBuffer() - Method in class org.apache.flink.runtime.io.network.channels.BufferOrEvent
 
isBufferConsumed() - Method in enum org.apache.flink.runtime.io.network.serialization.RecordDeserializer.DeserializationResult
 
isCached() - Method in enum org.apache.flink.compiler.dag.TempMode
 
isCanceled() - Method in interface org.apache.flink.runtime.execution.ExecutionObserver
Returns whether the task has been canceled.
isCanceled() - Method in class org.apache.flink.runtime.instance.AllocatedSlot
 
isCanceledOrFailed() - Method in class org.apache.flink.runtime.taskmanager.Task
 
isClosed() - Method in class org.apache.flink.runtime.io.disk.iomanager.BlockChannelAccess
 
isClosed() - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelAccess
Checks, whether this channel has been closed;
isClosed() - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
 
isClosed() - Method in class org.apache.flink.runtime.io.disk.iomanager.RequestQueue
Checks whether this request queue is closed.
isClosed() - Method in class org.apache.flink.runtime.io.network.channels.Channel
 
isClosed() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
isClosed() - Method in class org.apache.flink.runtime.io.network.channels.OutputChannel
 
isClosed() - Method in class org.apache.flink.runtime.io.network.gates.Gate
Checks if the gate is closed.
isClosed() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
isClosed() - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
isCollectionExecution() - Method in class org.apache.flink.test.util.JavaProgramTestBase
 
isCombinable() - Method in class org.apache.flink.api.common.operators.base.GroupReduceOperatorBase
Checks whether the operation is combinable.
isCombinable() - Method in class org.apache.flink.api.java.operators.GroupReduceOperator
 
isCombinable() - Method in class org.apache.flink.api.java.record.operators.ReduceOperator
 
isCombinableFirst() - Method in class org.apache.flink.api.common.operators.base.CoGroupOperatorBase
 
isCombinableSecond() - Method in class org.apache.flink.api.common.operators.base.CoGroupOperatorBase
 
isCombineable() - Method in class org.apache.flink.compiler.dag.GroupReduceNode
Checks, whether a combiner function has been given for the function encapsulated by this reduce contract.
isCompacted() - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
 
isComputablyPartitioned() - Method in enum org.apache.flink.compiler.dataproperties.PartitioningProperty
Checks, if this property represents a partitioning that is computable.
isContextEnvironmentSet() - Static method in class org.apache.flink.api.java.ExecutionEnvironment
 
isContextEnvironmentSet() - Static method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
 
isConverged(int, T) - Method in interface org.apache.flink.api.common.aggregators.ConvergenceCriterion
Decide whether the iterative algorithm has converged
isConverged(int, DoubleValue) - Method in class org.apache.flink.api.common.aggregators.DoubleZeroConvergence
Returns true, if the aggregator value is zero, false otherwise.
isConverged(int, LongValue) - Method in class org.apache.flink.api.common.aggregators.LongZeroConvergence
Returns true, if the aggregator value is zero, false otherwise.
isConverged(int, LongValue) - Method in class org.apache.flink.api.common.operators.base.BulkIterationBase.TerminationCriterionAggregationConvergence
 
isConverged(int, LongValue) - Method in class org.apache.flink.runtime.iterative.convergence.WorksetEmptyConvergenceCriterion
 
isDefaultAlwaysCreateDirectory() - Method in class org.apache.flink.client.LocalExecutor
 
isDefaultAlwaysCreateDirectory() - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
isDefaultOverwriteFiles() - Method in class org.apache.flink.client.LocalExecutor
 
isDefaultOverwriteFiles() - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
isDestroyed() - Method in class org.apache.flink.runtime.io.network.bufferprovider.GlobalBufferPool
 
isDir() - Method in interface org.apache.flink.core.fs.FileStatus
Checks if this object represents a directory.
isDir() - Method in class org.apache.flink.core.fs.local.LocalFileStatus
 
isDir() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileStatus
 
isDir() - Method in class org.apache.flink.runtime.fs.s3.S3FileStatus
 
isDistributedFS() - Method in class org.apache.flink.core.fs.FileSystem
Returns true if this is a distributed file system, false otherwise.
isDistributedFS() - Method in class org.apache.flink.core.fs.local.LocalFileSystem
 
isDistributedFS() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
 
isDistributedFS() - Method in class org.apache.flink.runtime.fs.maprfs.MapRFileSystem
 
isDistributedFS() - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
 
isEmittable() - Method in class org.apache.flink.streaming.state.SlidingWindowState
 
isEmpty() - Method in class org.apache.flink.api.java.operators.Keys
 
isEmpty() - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
Checks whether the buffer is empty.
isEmpty() - Method in interface org.apache.flink.runtime.operators.sort.InMemorySorter
Checks whether the buffer is empty.
isEmpty() - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
Checks whether the buffer is empty.
isEmpty() - Method in class org.apache.flink.runtime.profiling.impl.types.ProfilingDataContainer
 
isEmpty() - Method in class org.apache.flink.runtime.util.IntArrayList
 
isEmpty() - Method in class org.apache.flink.runtime.util.LongArrayList
 
isEmpty() - Method in class org.apache.flink.streaming.state.CircularFifoList
 
isEmpty() - Method in class org.apache.flink.streaming.state.NullableCircularBuffer
Returns true if this buffer is empty; false otherwise.
isEmpty() - Method in class org.apache.flink.types.ListValue
 
isEmpty() - Method in class org.apache.flink.types.MapValue
 
isEndOfSuperstep() - Method in class org.apache.flink.runtime.iterative.task.SyncEventHandler
 
isEvent() - Method in class org.apache.flink.runtime.io.network.channels.BufferOrEvent
 
isExecutable - Variable in class org.apache.flink.api.common.cache.DistributedCache.DistributedCacheEntry
 
isExtremal(Comparable<R>, R) - Method in class org.apache.flink.streaming.api.function.aggregation.ComparableAggregationFunction
 
isExtremal(Comparable<R>, R) - Method in class org.apache.flink.streaming.api.function.aggregation.MaxAggregationFunction
 
isExtremal(Comparable<R>, R) - Method in class org.apache.flink.streaming.api.function.aggregation.MaxByAggregationFunction
 
isExtremal(Comparable<R>, R) - Method in class org.apache.flink.streaming.api.function.aggregation.MinAggregationFunction
 
isExtremal(Comparable<R>, R) - Method in class org.apache.flink.streaming.api.function.aggregation.MinByAggregationFunction
 
isFieldConstant(int, int) - Method in class org.apache.flink.compiler.dag.AbstractPartialSolutionNode
 
isFieldConstant(int, int) - Method in class org.apache.flink.compiler.dag.BinaryUnionNode
 
isFieldConstant(int, int) - Method in class org.apache.flink.compiler.dag.BulkIterationNode
 
isFieldConstant(int, int) - Method in class org.apache.flink.compiler.dag.DataSinkNode
 
isFieldConstant(int, int) - Method in class org.apache.flink.compiler.dag.DataSourceNode
 
isFieldConstant(int, int) - Method in class org.apache.flink.compiler.dag.FilterNode
 
isFieldConstant(int, int) - Method in class org.apache.flink.compiler.dag.OptimizerNode
Checks whether a field is modified by the user code or whether it is kept unchanged.
isFieldConstant(int, int) - Method in class org.apache.flink.compiler.dag.PartitionNode
 
isFieldConstant(int, int) - Method in class org.apache.flink.compiler.dag.SingleInputNode
 
isFieldConstant(int, int) - Method in class org.apache.flink.compiler.dag.TwoInputNode
 
isFieldConstant(int, int) - Method in class org.apache.flink.compiler.dag.UnaryOperatorNode
 
isFieldConstant(int, int) - Method in class org.apache.flink.compiler.dag.WorksetIterationNode
 
isFinished() - Method in class org.apache.flink.runtime.executiongraph.Execution
 
isFreeBSD() - Static method in enum org.apache.flink.util.OperatingSystem
Checks whether the operating system this JVM runs on is FreeBSD.
isFreed() - Method in class org.apache.flink.core.memory.MemorySegment
Checks whether this memory segment has already been freed.
isFreed() - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
isFreed() - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
Checks whether this memory segment has already been freed.
isFreed() - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
Checks whether this memory segment has already been freed.
isFull() - Method in class org.apache.flink.streaming.state.NullableCircularBuffer
Returns true if this collection is full and no new elements can be added.
isFull() - Method in class org.apache.flink.streaming.state.SlidingWindowState
 
isFullBuffer() - Method in enum org.apache.flink.runtime.io.network.serialization.RecordSerializer.SerializationResult
 
isFullRecord() - Method in enum org.apache.flink.runtime.io.network.serialization.RecordDeserializer.DeserializationResult
 
isFullRecord() - Method in enum org.apache.flink.runtime.io.network.serialization.RecordSerializer.SerializationResult
 
isFullyReplicated() - Method in class org.apache.flink.compiler.dataproperties.GlobalProperties
 
isGrouped - Variable in class org.apache.flink.streaming.api.datastream.BatchedDataStream
 
isGrouped - Variable in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
 
isIdReference() - Method in class org.apache.flink.runtime.jobgraph.JobEdge
 
isImmediateSolutionSetUpdate() - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.array.BooleanPrimitiveArraySerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.array.BytePrimitiveArraySerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.array.CharPrimitiveArraySerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.array.DoublePrimitiveArraySerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.array.FloatPrimitiveArraySerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.array.IntPrimitiveArraySerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.array.LongPrimitiveArraySerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.array.ShortPrimitiveArraySerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.array.StringArraySerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.BooleanSerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.BooleanValueSerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.ByteSerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.ByteValueSerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.CharSerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.CharValueSerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.DoubleSerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.DoubleValueSerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.FloatSerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.FloatValueSerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.GenericArraySerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.IntSerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.IntValueSerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.LongSerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.LongValueSerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.ShortSerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.ShortValueSerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.StringSerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.base.StringValueSerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.record.RecordSerializer
 
isImmutableType() - Method in class org.apache.flink.api.common.typeutils.TypeSerializer
Gets whether the type is an immutable type.
isImmutableType() - Method in class org.apache.flink.api.java.typeutils.runtime.AvroSerializer
 
isImmutableType() - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueSerializer
 
isImmutableType() - Method in class org.apache.flink.api.java.typeutils.runtime.KryoSerializer
 
isImmutableType() - Method in class org.apache.flink.api.java.typeutils.runtime.PojoSerializer
 
isImmutableType() - Method in class org.apache.flink.api.java.typeutils.runtime.TupleSerializerBase
 
isImmutableType() - Method in class org.apache.flink.api.java.typeutils.runtime.ValueSerializer
 
isImmutableType() - Method in class org.apache.flink.api.java.typeutils.runtime.WritableSerializer
 
isImmutableType() - Method in class org.apache.flink.streaming.api.streamrecord.StreamRecordSerializer
 
isInFinalState() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
 
isInMemory() - Method in class org.apache.flink.runtime.operators.hash.HashPartition
Checks whether this partition is in memory or spilled.
isInputAsynchronouslyMaterialized(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
isInputCached(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
isInputChannel() - Method in class org.apache.flink.runtime.io.network.channels.Channel
 
isInputChannel() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
isInputChannel() - Method in class org.apache.flink.runtime.io.network.channels.OutputChannel
 
isInputClosed() - Method in class org.apache.flink.runtime.io.network.api.AbstractUnionRecordReader
 
isInputClosed() - Method in class org.apache.flink.runtime.io.network.api.MutableRecordReader
 
isInputClosed() - Method in interface org.apache.flink.runtime.io.network.api.ReaderBase
 
isInputClosed() - Method in class org.apache.flink.runtime.io.network.api.RecordReader
 
isInputClosed() - Method in class org.apache.flink.streaming.io.CoRecordReader
 
isInputGate() - Method in class org.apache.flink.runtime.io.network.gates.Gate
Checks if the considered gate is an input gate.
isInputGate() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
isInputGate() - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
isInputResettable(int) - Method in class org.apache.flink.runtime.operators.AbstractCachedBuildSideMatchDriver
 
isInputResettable(int) - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
 
isInputResettable(int) - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
 
isInputResettable(int) - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
 
isInputResettable(int) - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
 
isInputResettable(int) - Method in interface org.apache.flink.runtime.operators.ResettablePactDriver
 
isInputVertex() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
 
isIterativeInputGate(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
isJobAborting() - Method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
isJobCanceledByUser() - Method in exception org.apache.flink.runtime.client.JobExecutionException
Returns true if the job has been aborted as a result of a user request, false otherwise.
isKeyType() - Method in class org.apache.flink.api.common.typeinfo.BasicArrayTypeInfo
 
isKeyType() - Method in class org.apache.flink.api.common.typeinfo.BasicTypeInfo
 
isKeyType() - Method in class org.apache.flink.api.common.typeinfo.NothingTypeInfo
 
isKeyType() - Method in class org.apache.flink.api.common.typeinfo.PrimitiveArrayTypeInfo
 
isKeyType() - Method in class org.apache.flink.api.common.typeinfo.TypeInformation
 
isKeyType() - Method in class org.apache.flink.api.java.typeutils.GenericTypeInfo
 
isKeyType() - Method in class org.apache.flink.api.java.typeutils.ObjectArrayTypeInfo
 
isKeyType() - Method in class org.apache.flink.api.java.typeutils.PojoTypeInfo
 
isKeyType() - Method in class org.apache.flink.api.java.typeutils.RecordTypeInfo
 
isKeyType() - Method in class org.apache.flink.api.java.typeutils.TupleTypeInfoBase
 
isKeyType() - Method in class org.apache.flink.api.java.typeutils.ValueTypeInfo
 
isKeyType() - Method in class org.apache.flink.api.java.typeutils.WritableTypeInfo
 
isLazyMemoryAllocation() - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
isLenient() - Method in class org.apache.flink.api.common.io.GenericCsvInputFormat
 
isLinux() - Static method in enum org.apache.flink.util.OperatingSystem
Checks whether the operating system this JVM runs on is Linux.
isMac() - Static method in enum org.apache.flink.util.OperatingSystem
Checks whether the operating system this JVM runs on is Windows.
isMaterializing() - Method in enum org.apache.flink.runtime.operators.DamBehavior
Checks whether this enumeration represents some form of materialization, either with a full dam or without.
isMaterializing() - Method in enum org.apache.flink.runtime.operators.DriverStrategy
 
isMetBy(Ordering) - Method in class org.apache.flink.api.common.operators.Ordering
 
isMetBy(GlobalProperties) - Method in class org.apache.flink.compiler.dataproperties.RequestedGlobalProperties
Checks, if this set of interesting properties, is met by the given produced properties.
isMetBy(LocalProperties) - Method in class org.apache.flink.compiler.dataproperties.RequestedLocalProperties
Checks, if this set of properties, as interesting properties, is met by the given properties.
isMutable - Variable in class org.apache.flink.streaming.api.invokable.StreamInvokable
 
isMutable - Variable in class org.apache.flink.streaming.api.streamvertex.StreamVertex
 
isNetworkStrategy() - Method in enum org.apache.flink.runtime.operators.shipping.ShipStrategyType
 
isNonStaticInnerClass(Class<?>) - Static method in class org.apache.flink.util.InstantiationUtil
Checks, whether the class is an inner class that is not statically accessible.
isNormalizedKeyPrefixOnly(int) - Method in class org.apache.flink.api.common.typeutils.base.BooleanComparator
 
isNormalizedKeyPrefixOnly(int) - Method in class org.apache.flink.api.common.typeutils.base.ByteComparator
 
isNormalizedKeyPrefixOnly(int) - Method in class org.apache.flink.api.common.typeutils.base.CharComparator
 
isNormalizedKeyPrefixOnly(int) - Method in class org.apache.flink.api.common.typeutils.base.DoubleComparator
 
isNormalizedKeyPrefixOnly(int) - Method in class org.apache.flink.api.common.typeutils.base.FloatComparator
 
isNormalizedKeyPrefixOnly(int) - Method in class org.apache.flink.api.common.typeutils.base.IntComparator
 
isNormalizedKeyPrefixOnly(int) - Method in class org.apache.flink.api.common.typeutils.base.LongComparator
 
isNormalizedKeyPrefixOnly(int) - Method in class org.apache.flink.api.common.typeutils.base.ShortComparator
 
isNormalizedKeyPrefixOnly(int) - Method in class org.apache.flink.api.common.typeutils.base.StringComparator
 
isNormalizedKeyPrefixOnly(int) - Method in class org.apache.flink.api.common.typeutils.record.RecordComparator
 
isNormalizedKeyPrefixOnly(int) - Method in class org.apache.flink.api.common.typeutils.TypeComparator
Checks, whether the given number of bytes for a normalized is only a prefix to determine the order of elements of the data type for which this comparator provides the comparison methods.
isNormalizedKeyPrefixOnly(int) - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueComparator
 
isNormalizedKeyPrefixOnly(int) - Method in class org.apache.flink.api.java.typeutils.runtime.GenericTypeComparator
 
isNormalizedKeyPrefixOnly(int) - Method in class org.apache.flink.api.java.typeutils.runtime.PojoComparator
 
isNormalizedKeyPrefixOnly(int) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleComparatorBase
 
isNormalizedKeyPrefixOnly(int) - Method in class org.apache.flink.api.java.typeutils.runtime.ValueComparator
 
isNormalizedKeyPrefixOnly(int) - Method in class org.apache.flink.api.java.typeutils.runtime.WritableComparator
 
isNull(int) - Method in class org.apache.flink.types.Record
 
isOnDynamicPath() - Method in class org.apache.flink.compiler.dag.AbstractPartialSolutionNode
 
isOnDynamicPath() - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
isOnDynamicPath() - Method in class org.apache.flink.compiler.dag.PactConnection
 
isOnDynamicPath() - Method in class org.apache.flink.compiler.plan.Channel
 
isOnDynamicPath() - Method in class org.apache.flink.compiler.plan.PlanNode
 
isOpen() - Method in class org.apache.flink.runtime.net.SocketInputStream
 
isOpen() - Method in class org.apache.flink.runtime.net.SocketOutputStream
 
isOrdered() - Method in enum org.apache.flink.api.common.operators.Order
Checks, if this enum constant represents in fact an order.
isOrderEqualOnFirstNFields(Ordering, int) - Method in class org.apache.flink.api.common.operators.Ordering
 
isOutputVertex() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
 
isPartitioned() - Method in enum org.apache.flink.compiler.dataproperties.PartitioningProperty
Checks, if this property represents in fact a partitioning.
isPartitionedOnFields(FieldSet) - Method in class org.apache.flink.compiler.dataproperties.GlobalProperties
 
isPartitionedOnKey() - Method in enum org.apache.flink.compiler.dataproperties.PartitioningProperty
Checks if this property presents a partitioning that is not random, but on a partitioning key.
isProfilingAvailable() - Method in class org.apache.flink.runtime.event.job.RecentJobEvent
Checks if profiling is enabled for the new job.
isPropagateParentSchemaDown() - Method in class org.apache.flink.compiler.postpass.GenericFlatTypePostPass
 
isProperClass(Class<?>) - Static method in class org.apache.flink.util.InstantiationUtil
Checks, whether the class is a proper class, i.e.
isProperlyShutDown() - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
Utility method to check whether the IO manager has been properly shut down.
isPruneMarkerSet() - Method in class org.apache.flink.compiler.plan.PlanNode
Checks whether the pruning marker was set.
isPublic(Class<?>) - Static method in class org.apache.flink.util.InstantiationUtil
Checks, whether the given class is public.
isQueuedSchedulingAllowed() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
isRegistered() - Method in class org.apache.flink.runtime.taskmanager.TaskManager
Checks if the TaskManager is properly registered and ready to receive work.
isReleased() - Method in class org.apache.flink.runtime.instance.AllocatedSlot
 
isReplication() - Method in enum org.apache.flink.compiler.dataproperties.PartitioningProperty
Checks, if this property represents a full replication.
isRunning() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ThreadBase
Checks whether this thread is still alive.
isRunning - Variable in class org.apache.flink.streaming.api.invokable.StreamInvokable
 
isShutDown() - Method in class org.apache.flink.runtime.jobmanager.JobManager
Tests whether the job manager has been shut down completely.
isShutDown() - Method in class org.apache.flink.runtime.taskmanager.TaskManager
Checks whether the task manager has already been shut down.
isSkipInvalidLines() - Method in class org.apache.flink.api.java.io.TextValueInputFormat
 
isSkippingFirstLineAsHeader() - Method in class org.apache.flink.api.common.io.GenericCsvInputFormat
 
isSolutionSetUnManaged() - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase
gets whether the solution set is in managed or unmanaged memory.
isSolutionSetUnManaged() - Method in class org.apache.flink.api.java.operators.DeltaIteration
gets whether the solution set is in managed or unmanaged memory.
isSolutionSetUnmanaged() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
isSolutionSetUnmanagedMemory() - Method in class org.apache.flink.spargel.java.VertexCentricIteration
Gets whether the solution set is kept in managed memory (Flink's internal way of keeping object in serialized form) or as a simple object map.
isSolutionSetUpdate - Variable in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.array.BooleanPrimitiveArraySerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.array.BytePrimitiveArraySerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.array.CharPrimitiveArraySerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.array.DoublePrimitiveArraySerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.array.FloatPrimitiveArraySerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.array.IntPrimitiveArraySerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.array.LongPrimitiveArraySerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.array.ShortPrimitiveArraySerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.array.StringArraySerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.BooleanSerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.BooleanValueSerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.ByteSerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.ByteValueSerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.CharSerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.CharValueSerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.DoubleSerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.DoubleValueSerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.FloatSerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.FloatValueSerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.GenericArraySerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.IntSerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.IntValueSerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.LongSerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.LongValueSerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.ShortSerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.ShortValueSerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.StringSerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.base.StringValueSerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.record.RecordSerializer
 
isStateful() - Method in class org.apache.flink.api.common.typeutils.TypeSerializer
Gets whether the serializer is stateful.
isStateful() - Method in class org.apache.flink.api.java.typeutils.runtime.AvroSerializer
 
isStateful() - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueSerializer
 
isStateful() - Method in class org.apache.flink.api.java.typeutils.runtime.KryoSerializer
 
isStateful() - Method in class org.apache.flink.api.java.typeutils.runtime.PojoSerializer
 
isStateful() - Method in class org.apache.flink.api.java.typeutils.runtime.TupleSerializerBase
 
isStateful() - Method in class org.apache.flink.api.java.typeutils.runtime.ValueSerializer
 
isStateful() - Method in class org.apache.flink.api.java.typeutils.runtime.WritableSerializer
 
isStateful() - Method in class org.apache.flink.streaming.api.streamrecord.StreamRecordSerializer
 
isStillAlive(long, long) - Method in class org.apache.flink.runtime.instance.Instance
Checks whether the last heartbeat occurred within the last n milliseconds before the given timestamp now.
isSuccess() - Method in class org.apache.flink.runtime.taskmanager.TaskOperationResult
 
isTerminalState() - Method in enum org.apache.flink.runtime.jobgraph.JobStatus
 
isTrivial() - Method in class org.apache.flink.compiler.dataproperties.GlobalProperties
Checks, if the properties in this object are trivial, i.e.
isTrivial() - Method in class org.apache.flink.compiler.dataproperties.LocalProperties
Checks, if the properties in this object are trivial, i.e.
isTrivial() - Method in class org.apache.flink.compiler.dataproperties.RequestedGlobalProperties
Checks, if the properties in this object are trivial, i.e.
isTrivial() - Method in class org.apache.flink.compiler.dataproperties.RequestedLocalProperties
Checks, if the properties in this object are trivial, i.e.
isTuple - Variable in class org.apache.flink.streaming.api.streamrecord.StreamRecord
 
isTupleType() - Method in class org.apache.flink.api.common.typeinfo.BasicArrayTypeInfo
 
isTupleType() - Method in class org.apache.flink.api.common.typeinfo.BasicTypeInfo
 
isTupleType() - Method in class org.apache.flink.api.common.typeinfo.NothingTypeInfo
 
isTupleType() - Method in class org.apache.flink.api.common.typeinfo.PrimitiveArrayTypeInfo
 
isTupleType() - Method in class org.apache.flink.api.common.typeinfo.TypeInformation
 
isTupleType() - Method in class org.apache.flink.api.java.typeutils.GenericTypeInfo
 
isTupleType() - Method in class org.apache.flink.api.java.typeutils.ObjectArrayTypeInfo
 
isTupleType() - Method in class org.apache.flink.api.java.typeutils.PojoTypeInfo
 
isTupleType() - Method in class org.apache.flink.api.java.typeutils.RecordTypeInfo
 
isTupleType() - Method in class org.apache.flink.api.java.typeutils.TupleTypeInfoBase
 
isTupleType() - Method in class org.apache.flink.api.java.typeutils.ValueTypeInfo
 
isTupleType() - Method in class org.apache.flink.api.java.typeutils.WritableTypeInfo
 
isUnassigned() - Method in class org.apache.flink.runtime.jobmanager.scheduler.CoLocationConstraint
 
isUsingInteractiveMode() - Method in class org.apache.flink.client.program.PackagedProgram
 
isUsingProgramEntryPoint() - Method in class org.apache.flink.client.program.PackagedProgram
 
isValidSubset(FieldSet) - Method in class org.apache.flink.api.common.operators.util.FieldList
 
isValidSubset(FieldList) - Method in class org.apache.flink.api.common.operators.util.FieldList
 
isValidSubset(FieldSet) - Method in class org.apache.flink.api.common.operators.util.FieldSet
Checks if the given set of fields is a valid subset of this set of fields.
isValidUnorderedPrefix(FieldSet) - Method in class org.apache.flink.api.common.operators.util.FieldList
 
isWindows() - Static method in enum org.apache.flink.util.OperatingSystem
Checks whether the operating system this JVM runs on is Windows.
isWorksetIteration - Variable in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
isWorksetUpdate - Variable in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
IterableIterator<E> - Interface in org.apache.flink.util
An Iterator that is also Iterable (often by returning itself).
iterate(int) - Method in class org.apache.flink.api.java.DataSet
Initiates an iterative part of the program that executes multiple times and feeds back data sets.
iterate() - Method in class org.apache.flink.streaming.api.datastream.DataStream
Initiates an iterative part of the program that executes multiple times and feeds back data streams.
iterateDelta(DataSet<R>, int, int...) - Method in class org.apache.flink.api.java.DataSet
Initiates a delta iteration.
IterateExample - Class in org.apache.flink.streaming.examples.iteration
 
IterateExample() - Constructor for class org.apache.flink.streaming.examples.iteration.IterateExample
 
IterateExample.MySelector - Class in org.apache.flink.streaming.examples.iteration
 
IterateExample.MySelector() - Constructor for class org.apache.flink.streaming.examples.iteration.IterateExample.MySelector
 
IterateExample.Step - Class in org.apache.flink.streaming.examples.iteration
 
IterateExample.Step() - Constructor for class org.apache.flink.streaming.examples.iteration.IterateExample.Step
 
IterationAggregatorBroker - Class in org.apache.flink.runtime.iterative.concurrent
 
IterationAggregatorBroker() - Constructor for class org.apache.flink.runtime.iterative.concurrent.IterationAggregatorBroker
 
IterationEventWithAggregators - Class in org.apache.flink.runtime.iterative.event
 
IterationEventWithAggregators() - Constructor for class org.apache.flink.runtime.iterative.event.IterationEventWithAggregators
 
IterationEventWithAggregators(String, Value) - Constructor for class org.apache.flink.runtime.iterative.event.IterationEventWithAggregators
 
IterationEventWithAggregators(Map<String, Aggregator<?>>) - Constructor for class org.apache.flink.runtime.iterative.event.IterationEventWithAggregators
 
IterationHeadPactTask<X,Y,S extends Function,OT> - Class in org.apache.flink.runtime.iterative.task
The head is responsible for coordinating an iteration and can run a PactDriver inside.
IterationHeadPactTask() - Constructor for class org.apache.flink.runtime.iterative.task.IterationHeadPactTask
 
iterationID - Variable in class org.apache.flink.streaming.api.datastream.IterativeDataStream
 
IterationIntermediatePactTask<S extends Function,OT> - Class in org.apache.flink.runtime.iterative.task
An intermediate iteration task, which runs a Driver}inside.
IterationIntermediatePactTask() - Constructor for class org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask
 
IterationNode - Interface in org.apache.flink.compiler.dag
 
IterationOperator - Interface in org.apache.flink.api.common.operators
 
IterationPlanNode - Interface in org.apache.flink.compiler.plan
 
IterationRuntimeContext - Interface in org.apache.flink.api.common.functions
 
IterationSynchronizationSinkTask - Class in org.apache.flink.runtime.iterative.task
The task responsible for synchronizing all iteration heads, implemented as an output task.
IterationSynchronizationSinkTask() - Constructor for class org.apache.flink.runtime.iterative.task.IterationSynchronizationSinkTask
 
IterationTailPactTask<S extends Function,OT> - Class in org.apache.flink.runtime.iterative.task
An iteration tail, which runs a driver inside.
IterationTailPactTask() - Constructor for class org.apache.flink.runtime.iterative.task.IterationTailPactTask
 
iterativeBroadcastInputs - Variable in class org.apache.flink.runtime.operators.RegularPactTask
 
IterativeDataSet<T> - Class in org.apache.flink.api.java.operators
The IterativeDataSet represents the start of an iteration.
IterativeDataSet(ExecutionEnvironment, TypeInformation<T>, DataSet<T>, int) - Constructor for class org.apache.flink.api.java.operators.IterativeDataSet
 
IterativeDataStream<IN> - Class in org.apache.flink.streaming.api.datastream
The iterative data stream represents the start of an iteration in a DataStream.
IterativeDataStream(DataStream<IN>) - Constructor for class org.apache.flink.streaming.api.datastream.IterativeDataStream
 
IterativeDataStream(DataStream<IN>, Integer, long) - Constructor for class org.apache.flink.streaming.api.datastream.IterativeDataStream
 
iterativeInputs - Variable in class org.apache.flink.runtime.operators.RegularPactTask
 
iterator() - Method in class org.apache.flink.api.common.functions.util.CopyingIterator
 
iterator() - Method in class org.apache.flink.api.common.operators.util.FieldSet
 
iterator() - Method in class org.apache.flink.api.common.operators.util.ListKeyGroupedIterator.ValuesIterator
 
iterator() - Method in class org.apache.flink.api.java.operators.translation.TupleUnwrappingIterator
 
iterator() - Method in class org.apache.flink.compiler.postpass.DenseValueSchema
 
iterator() - Method in class org.apache.flink.compiler.postpass.SparseKeySchema
 
iterator() - Method in class org.apache.flink.runtime.jobmanager.scheduler.LifoSetQueue
 
iterator() - Method in class org.apache.flink.runtime.jobmanager.scheduler.SetQueue
 
iterator() - Method in class org.apache.flink.runtime.operators.sort.PartialOrderPriorityQueue
 
iterator - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
The iterator to be returned by the sort-merger.
iterator() - Method in class org.apache.flink.runtime.util.EmptyIterator
 
iterator() - Method in class org.apache.flink.runtime.util.KeyGroupedIterator.ValuesIterator
 
iterator() - Method in class org.apache.flink.runtime.util.KeyGroupedIteratorImmutable.ValuesIterator
 
iterator() - Method in class org.apache.flink.runtime.util.MutableToRegularIteratorWrapper
 
iterator() - Method in class org.apache.flink.runtime.util.SingleElementIterator
 
iterator() - Method in class org.apache.flink.spargel.java.MessageIterator
 
iterator() - Method in class org.apache.flink.spargel.java.record.MessageIterator
 
iterator() - Method in class org.apache.flink.streaming.state.NullableCircularBuffer
Returns an iterator over this buffer's elements.
iterator() - Method in class org.apache.flink.types.ListValue
 
iteratorException - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
The exception that is set, if the iterator cannot be created.
IteratorInputFormat<T> - Class in org.apache.flink.api.java.io
An input format that returns objects from an iterator.
IteratorInputFormat(Iterator<T>) - Constructor for class org.apache.flink.api.java.io.IteratorInputFormat
 
iteratorLock - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
The monitor which guards the iterator field.
IWorkerEngine - Interface in org.apache.flink.streaming.examples.cellinfo
 

J

JarFileCreator - Class in org.apache.flink.runtime.util
This is an auxiliary program which creates a jar file from a set of classes.
JarFileCreator(File) - Constructor for class org.apache.flink.runtime.util.JarFileCreator
Constructs a new jar file creator.
JavaApiPostPass - Class in org.apache.flink.compiler.postpass
The post-optimizer plan traversal.
JavaApiPostPass() - Constructor for class org.apache.flink.compiler.postpass.JavaApiPostPass
 
JavaPlan - Class in org.apache.flink.api.java.operators.translation
Plan subclass for the main Java api.
JavaPlan(List<GenericDataSinkBase<?>>) - Constructor for class org.apache.flink.api.java.operators.translation.JavaPlan
 
JavaProgramTestBase - Class in org.apache.flink.test.util
 
JavaProgramTestBase() - Constructor for class org.apache.flink.test.util.JavaProgramTestBase
 
JavaProgramTestBase(Configuration) - Constructor for class org.apache.flink.test.util.JavaProgramTestBase
 
JavaProgramTestBase.TupleComparator<T extends Tuple> - Class in org.apache.flink.test.util
 
JavaProgramTestBase.TupleComparator() - Constructor for class org.apache.flink.test.util.JavaProgramTestBase.TupleComparator
 
JavaToValueConverter - Class in org.apache.flink.types
 
JavaToValueConverter() - Constructor for class org.apache.flink.types.JavaToValueConverter
 
JDBCExample - Class in org.apache.flink.api.java.io.jdbc.example
 
JDBCExample() - Constructor for class org.apache.flink.api.java.io.jdbc.example.JDBCExample
 
JDBCExample - Class in org.apache.flink.api.java.record.io.jdbc.example
Stand-alone example for the JDBC connector.
JDBCExample() - Constructor for class org.apache.flink.api.java.record.io.jdbc.example.JDBCExample
 
JDBCInputFormat<OUT extends Tuple> - Class in org.apache.flink.api.java.io.jdbc
InputFormat to read data from a database and generate tuples.
JDBCInputFormat() - Constructor for class org.apache.flink.api.java.io.jdbc.JDBCInputFormat
 
JDBCInputFormat - Class in org.apache.flink.api.java.record.io.jdbc
InputFormat to read data from a database and generate PactReords.
JDBCInputFormat() - Constructor for class org.apache.flink.api.java.record.io.jdbc.JDBCInputFormat
Creates a non-configured JDBCInputFormat.
JDBCInputFormat(String, String, String, String, String) - Constructor for class org.apache.flink.api.java.record.io.jdbc.JDBCInputFormat
Creates a JDBCInputFormat and configures it.
JDBCInputFormat(String, String, String) - Constructor for class org.apache.flink.api.java.record.io.jdbc.JDBCInputFormat
Creates a JDBCInputFormat and configures it.
JDBCInputFormat(Configuration, String) - Constructor for class org.apache.flink.api.java.record.io.jdbc.JDBCInputFormat
Creates a JDBCInputFormat and configures it.
JDBCInputFormat.JDBCInputFormatBuilder - Class in org.apache.flink.api.java.io.jdbc
 
JDBCInputFormat.JDBCInputFormatBuilder() - Constructor for class org.apache.flink.api.java.io.jdbc.JDBCInputFormat.JDBCInputFormatBuilder
 
JDBCInputFormat.NotTransformableSQLFieldException - Exception in org.apache.flink.api.java.record.io.jdbc
 
JDBCInputFormat.NotTransformableSQLFieldException(String) - Constructor for exception org.apache.flink.api.java.record.io.jdbc.JDBCInputFormat.NotTransformableSQLFieldException
 
JDBCOutputFormat<OUT extends Tuple> - Class in org.apache.flink.api.java.io.jdbc
OutputFormat to write tuples into a database.
JDBCOutputFormat() - Constructor for class org.apache.flink.api.java.io.jdbc.JDBCOutputFormat
 
JDBCOutputFormat - Class in org.apache.flink.api.java.record.io.jdbc
 
JDBCOutputFormat() - Constructor for class org.apache.flink.api.java.record.io.jdbc.JDBCOutputFormat
 
JDBCOutputFormat.AbstractConfigBuilder<T> - Class in org.apache.flink.api.java.record.io.jdbc
Abstract builder used to set parameters to the output format's configuration in a fluent way.
JDBCOutputFormat.AbstractConfigBuilder(Configuration) - Constructor for class org.apache.flink.api.java.record.io.jdbc.JDBCOutputFormat.AbstractConfigBuilder
Creates a new builder for the given configuration.
JDBCOutputFormat.ConfigBuilder - Class in org.apache.flink.api.java.record.io.jdbc
A builder used to set parameters to the output format's configuration in a fluent way.
JDBCOutputFormat.ConfigBuilder(Configuration) - Constructor for class org.apache.flink.api.java.record.io.jdbc.JDBCOutputFormat.ConfigBuilder
Creates a new builder for the given configuration.
JDBCOutputFormat.JDBCOutputFormatBuilder - Class in org.apache.flink.api.java.io.jdbc
 
JDBCOutputFormat.JDBCOutputFormatBuilder() - Constructor for class org.apache.flink.api.java.io.jdbc.JDBCOutputFormat.JDBCOutputFormatBuilder
 
JOB_MANAGER_DEAD_TASKMANAGER_TIMEOUT_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The config parameter defining the number of seconds that a task manager heartbeat may be missing before it is marked as failed.
JOB_MANAGER_IPC_ADDRESS_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The config parameter defining the network address to connect to for communication with the job manager.
JOB_MANAGER_IPC_HANDLERS_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The config parameter defining the number of handler threads for the jobmanager RPC service.
JOB_MANAGER_IPC_PORT_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The config parameter defining the network port to connect to for communication with the job manager.
JOB_MANAGER_WEB_ACCESS_FILE_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The config parameter defining the path to the htaccess file protecting the web frontend.
JOB_MANAGER_WEB_ARCHIVE_COUNT - Static variable in class org.apache.flink.configuration.ConfigConstants
The config parameter defining the number of archived jobs for the jobmanager
JOB_MANAGER_WEB_LOG_PATH_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
 
JOB_MANAGER_WEB_PORT_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The port for the pact web-frontend server.
JOB_MANAGER_WEB_ROOT_PATH_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The parameter defining the directory containing the web documents for the jobmanager web frontend.
JobAccumulators - Class in org.apache.flink.runtime.jobmanager.accumulators
Simple class wrapping a map of accumulators for a single job.
JobAccumulators() - Constructor for class org.apache.flink.runtime.jobmanager.accumulators.JobAccumulators
 
JobCancelResult - Class in org.apache.flink.runtime.client
A JobCancelResult is used to report the result of a job cancel request.
JobCancelResult(AbstractJobResult.ReturnCode, String) - Constructor for class org.apache.flink.runtime.client.JobCancelResult
Constructs a new JobCancelResult object with the given return code.
JobCancelResult() - Constructor for class org.apache.flink.runtime.client.JobCancelResult
Constructs an empty JobCancelResult object.
JobClient - Class in org.apache.flink.runtime.client
The job client is able to submit, control, and abort jobs.
JobClient(JobGraph, ClassLoader) - Constructor for class org.apache.flink.runtime.client.JobClient
Constructs a new job client object and instantiates a local RPC proxy for the JobSubmissionProtocol
JobClient(JobGraph, Configuration, ClassLoader) - Constructor for class org.apache.flink.runtime.client.JobClient
Constructs a new job client object and instantiates a local RPC proxy for the JobSubmissionProtocol
JobClient.JobCleanUp - Class in org.apache.flink.runtime.client
Inner class used to perform clean up tasks when the job client is terminated.
JobClient.JobCleanUp(JobClient) - Constructor for class org.apache.flink.runtime.client.JobClient.JobCleanUp
Constructs a new clean up object which is used to perform clean up tasks when the job client is terminated.
JOBCLIENT_POLLING_INTERVAL_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The parameter defining the polling interval (in seconds) for the JobClient.
jobConf - Variable in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordInputFormat
 
jobConf - Variable in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordOutputFormat
 
jobContext - Variable in class org.apache.flink.hadoopcompatibility.mapreduce.wrapper.HadoopInputSplit
 
JobEdge - Class in org.apache.flink.runtime.jobgraph
This class represent edges (communication channels) in a job graph.
JobEdge(IntermediateDataSet, AbstractJobVertex, DistributionPattern) - Constructor for class org.apache.flink.runtime.jobgraph.JobEdge
Constructs a new job edge, that connects an intermediate result to a consumer task.
JobEdge(IntermediateDataSetID, AbstractJobVertex, DistributionPattern) - Constructor for class org.apache.flink.runtime.jobgraph.JobEdge
Constructs a new job edge that refers to an intermediate result via the Id, rather than directly through the intermediate data set structure.
JobEvent - Class in org.apache.flink.runtime.event.job
A job event object is used by the job manager to inform a client about changes of the job's status.
JobEvent(long, JobStatus, String) - Constructor for class org.apache.flink.runtime.event.job.JobEvent
Constructs a new job event object.
JobEvent() - Constructor for class org.apache.flink.runtime.event.job.JobEvent
Constructs a new job event object.
JobException - Exception in org.apache.flink.runtime
 
JobException(String) - Constructor for exception org.apache.flink.runtime.JobException
 
JobException(String, Throwable) - Constructor for exception org.apache.flink.runtime.JobException
 
JobExecutionException - Exception in org.apache.flink.runtime.client
This exception is thrown by the JobClient if a Nephele job has been aborted either as a result of a user request or an error which occurred during the execution.
JobExecutionException(String, boolean) - Constructor for exception org.apache.flink.runtime.client.JobExecutionException
Constructs a new job execution exception.
JobExecutionResult - Class in org.apache.flink.api.common
 
JobExecutionResult(long, Map<String, Object>) - Constructor for class org.apache.flink.api.common.JobExecutionResult
 
jobExecutionResult - Variable in class org.apache.flink.test.util.RecordAPITestBase
 
JobGraph - Class in org.apache.flink.runtime.jobgraph
A job graph represents an entire Flink runtime job.
JobGraph() - Constructor for class org.apache.flink.runtime.jobgraph.JobGraph
Constructs a new job graph with no name and a random job ID.
JobGraph(String) - Constructor for class org.apache.flink.runtime.jobgraph.JobGraph
Constructs a new job graph with the given name and a random job ID.
JobGraph(JobID, String) - Constructor for class org.apache.flink.runtime.jobgraph.JobGraph
Constructs a new job graph with the given name and a random job ID.
JobGraph(AbstractJobVertex...) - Constructor for class org.apache.flink.runtime.jobgraph.JobGraph
Constructs a new job graph with no name and a random job ID.
JobGraph(String, AbstractJobVertex...) - Constructor for class org.apache.flink.runtime.jobgraph.JobGraph
Constructs a new job graph with the given name and a random job ID.
JobGraph(JobID, String, AbstractJobVertex...) - Constructor for class org.apache.flink.runtime.jobgraph.JobGraph
Constructs a new job graph with the given name and a random job ID.
jobGraphBuilder - Variable in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
 
jobGraphBuilder - Variable in class org.apache.flink.streaming.api.datastream.DataStream
 
jobGraphBuilder - Variable in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
 
JobGraphBuilder - Class in org.apache.flink.streaming.api
Object for building Apache Flink stream processing job graphs
JobGraphBuilder() - Constructor for class org.apache.flink.streaming.api.JobGraphBuilder
Creates an new JobGraph with the given name.
JobID - Class in org.apache.flink.runtime.jobgraph
 
JobID() - Constructor for class org.apache.flink.runtime.jobgraph.JobID
 
JobID(long, long) - Constructor for class org.apache.flink.runtime.jobgraph.JobID
 
JobID(byte[]) - Constructor for class org.apache.flink.runtime.jobgraph.JobID
 
JobManagementProtocol - Interface in org.apache.flink.runtime.protocols
The JobManagementProtocol specifies methods required to manage jobs from a job client.
JobManager - Class in org.apache.flink.runtime.jobmanager
The JobManager is the master that coordinates the distributed execution.
JobManager(ExecutionMode) - Constructor for class org.apache.flink.runtime.jobmanager.JobManager
 
JOBMANAGER_CLASSNAME_KEY - Static variable in class org.apache.flink.runtime.profiling.ProfilingUtils
The class name of the the job manager's profiling component to load if progiling is enabled.
JOBMANAGER_DEFAULT_RPC_PORT - Static variable in class org.apache.flink.runtime.profiling.ProfilingUtils
The default network port the job manager's profiling component starts its RPC server on.
JOBMANAGER_RPC_PORT_KEY - Static variable in class org.apache.flink.runtime.profiling.ProfilingUtils
The key to check the port of the job manager's profiling RPC server.
JobmanagerInfoServlet - Class in org.apache.flink.runtime.jobmanager.web
 
JobmanagerInfoServlet(JobManager) - Constructor for class org.apache.flink.runtime.jobmanager.web.JobmanagerInfoServlet
 
JobManagerProfiler - Interface in org.apache.flink.runtime.profiling
This interface must be implemented by profiling components for the job manager.
JobManagerProfilerImpl - Class in org.apache.flink.runtime.profiling.impl
 
JobManagerProfilerImpl(InetAddress) - Constructor for class org.apache.flink.runtime.profiling.impl.JobManagerProfilerImpl
 
JobManagerProtocol - Interface in org.apache.flink.runtime.protocols
The job manager protocol is implemented by the job manager and offers functionality to task managers which allows them to register themselves, send heart beat messages or to report the results of a task execution.
jobName - Variable in class org.apache.flink.api.common.Plan
The name of the job.
JobProfilingData - Class in org.apache.flink.runtime.profiling.impl
 
JobProfilingData(ExecutionGraph) - Constructor for class org.apache.flink.runtime.profiling.impl.JobProfilingData
 
JobProgressResult - Class in org.apache.flink.runtime.client
A JobProgressResult is used to report the current progress of a job.
JobProgressResult(AbstractJobResult.ReturnCode, String, SerializableArrayList<AbstractEvent>) - Constructor for class org.apache.flink.runtime.client.JobProgressResult
Constructs a new job progress result object.
JobProgressResult() - Constructor for class org.apache.flink.runtime.client.JobProgressResult
Empty constructor used for object deserialization.
JobsInfoServlet - Class in org.apache.flink.client.web
 
JobsInfoServlet(Configuration) - Constructor for class org.apache.flink.client.web.JobsInfoServlet
 
JobsServlet - Class in org.apache.flink.client.web
A servlet that accepts uploads of pact programs, returns a listing of the directory containing the job jars, and deleting these jars.
JobsServlet(File, File, String) - Constructor for class org.apache.flink.client.web.JobsServlet
Creates a new JobServlet, configured with the given directories and the given result page.
JobStatus - Enum in org.apache.flink.runtime.jobgraph
Possible states of a job once it has been accepted by the job manager.
jobStatusHasChanged(ExecutionGraph, JobStatus, String) - Method in interface org.apache.flink.runtime.executiongraph.JobStatusListener
Called when the status of the job changed.
jobStatusHasChanged(ExecutionGraph, JobStatus, String) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
JobStatusListener - Interface in org.apache.flink.runtime.executiongraph
This interface allows objects to receive notifications when the status of an observed job has changed.
JobSubmissionResult - Class in org.apache.flink.runtime.client
A JobSubmissionResult is used to report the results of a job submission.
JobSubmissionResult(AbstractJobResult.ReturnCode, String) - Constructor for class org.apache.flink.runtime.client.JobSubmissionResult
Constructs a new JobSubmissionResult object with the given return code.
JobSubmissionResult() - Constructor for class org.apache.flink.runtime.client.JobSubmissionResult
Constructs an empty JobSubmissionResult object.
JobSubmissionServlet - Class in org.apache.flink.client.web
 
JobSubmissionServlet(Configuration, File, File) - Constructor for class org.apache.flink.client.web.JobSubmissionServlet
 
JobVertexID - Class in org.apache.flink.runtime.jobgraph
A class for statistically unique job vertex IDs.
JobVertexID() - Constructor for class org.apache.flink.runtime.jobgraph.JobVertexID
 
JobVertexID(byte[]) - Constructor for class org.apache.flink.runtime.jobgraph.JobVertexID
 
JobWithJars - Class in org.apache.flink.client.program
 
JobWithJars(Plan, List<String>) - Constructor for class org.apache.flink.client.program.JobWithJars
 
JobWithJars(Plan, String) - Constructor for class org.apache.flink.client.program.JobWithJars
 
join(IN1, IN2, Collector<OUT>) - Method in interface org.apache.flink.api.common.functions.FlatJoinFunction
The join method, called once per joined pair of elements.
join(IN1, IN2) - Method in interface org.apache.flink.api.common.functions.JoinFunction
The join method, called once per joined pair of elements.
join(IN1, IN2, Collector<OUT>) - Method in class org.apache.flink.api.common.functions.RichFlatJoinFunction
 
join(IN1, IN2) - Method in class org.apache.flink.api.common.functions.RichJoinFunction
 
join(DataSet<R>) - Method in class org.apache.flink.api.java.DataSet
Initiates a Join transformation.
join(DataSet<R>, JoinOperatorBase.JoinHint) - Method in class org.apache.flink.api.java.DataSet
Initiates a Join transformation.
join(T1, T2, Collector<Tuple2<T1, T2>>) - Method in class org.apache.flink.api.java.operators.JoinOperator.DefaultFlatJoinFunction
 
join(IN1, IN2, Collector<OUT>) - Method in class org.apache.flink.api.java.operators.JoinOperator.DefaultJoin.WrappingFlatJoinFunction
 
join(T1, T2, Collector<T1>) - Method in class org.apache.flink.api.java.operators.JoinOperator.LeftSemiFlatJoinFunction
 
join(T1, T2, Collector<R>) - Method in class org.apache.flink.api.java.operators.JoinOperator.ProjectFlatJoinFunction
 
join(T1, T2, Collector<T2>) - Method in class org.apache.flink.api.java.operators.JoinOperator.RightSemiFlatJoinFunction
 
join(Tuple2<K, I1>, Tuple2<K, I2>, Collector<OUT>) - Method in class org.apache.flink.api.java.operators.translation.PlanBothUnwrappingJoinOperator.TupleUnwrappingJoiner
 
join(Tuple2<K, I1>, I2, Collector<OUT>) - Method in class org.apache.flink.api.java.operators.translation.PlanLeftUnwrappingJoinOperator.TupleLeftUnwrappingJoiner
 
join(I1, Tuple2<K, I2>, Collector<OUT>) - Method in class org.apache.flink.api.java.operators.translation.PlanRightUnwrappingJoinOperator.TupleRightUnwrappingJoiner
 
join(Record, Record, Collector<Record>) - Method in class org.apache.flink.api.java.record.functions.JoinFunction
Deprecated.
 
join() - Method in class org.apache.flink.client.web.WebInterfaceServer
Lets the calling thread wait until the server terminates its operation.
join(Tuple2<Long, Long>, Tuple2<Long, Long>, Collector<Tuple2<Long, Long>>) - Method in class org.apache.flink.examples.java.graph.ConnectedComponents.ComponentIdFilter
 
join(Tuple2<Long, Long>, Tuple2<Long, Long>) - Method in class org.apache.flink.examples.java.graph.ConnectedComponents.NeighborWithComponentIDJoin
 
join() - Method in class org.apache.flink.runtime.ipc.Server
Wait for the server to be stopped.
joinedPathsVector - Variable in class org.apache.flink.compiler.dag.OptimizerNode.UnclosedBranchDescriptor
 
JoinFunction<IN1,IN2,OUT> - Interface in org.apache.flink.api.common.functions
Interface for Join functions.
JoinFunction - Class in org.apache.flink.api.java.record.functions
Deprecated.
JoinFunction() - Constructor for class org.apache.flink.api.java.record.functions.JoinFunction
Deprecated.
 
JoinHashMap<BT> - Class in org.apache.flink.api.common.operators.util
 
JoinHashMap(TypeSerializer<BT>, TypeComparator<BT>) - Constructor for class org.apache.flink.api.common.operators.util.JoinHashMap
 
JoinHashMap.Prober<PT> - Class in org.apache.flink.api.common.operators.util
 
JoinHashMap.Prober(TypeComparator<PT>, TypePairComparator<PT, BT>) - Constructor for class org.apache.flink.api.common.operators.util.JoinHashMap.Prober
 
JoinLocal - Class in org.apache.flink.streaming.examples.join
 
JoinLocal() - Constructor for class org.apache.flink.streaming.examples.join.JoinLocal
 
JoinOperator<I1,I2,OUT> - Class in org.apache.flink.api.java.operators
A DataSet that is the result of a Join transformation.
JoinOperator(DataSet<I1>, DataSet<I2>, Keys<I1>, Keys<I2>, TypeInformation<OUT>, JoinOperatorBase.JoinHint) - Constructor for class org.apache.flink.api.java.operators.JoinOperator
 
JoinOperator - Class in org.apache.flink.api.java.record.operators
Deprecated.
JoinOperator(JoinOperator.Builder) - Constructor for class org.apache.flink.api.java.record.operators.JoinOperator
Deprecated.
The private constructor that only gets invoked from the Builder.
JoinOperator.Builder - Class in org.apache.flink.api.java.record.operators
Deprecated.
Builder pattern, straight from Joshua Bloch's Effective Java (2nd Edition).
JoinOperator.Builder(UserCodeWrapper<JoinFunction>, Class<? extends Key<?>>, int, int) - Constructor for class org.apache.flink.api.java.record.operators.JoinOperator.Builder
Deprecated.
Creates a Builder with the provided JoinFunction implementation
JoinOperator.Builder(UserCodeWrapper<JoinFunction>) - Constructor for class org.apache.flink.api.java.record.operators.JoinOperator.Builder
Deprecated.
Creates a Builder with the provided JoinFunction implementation.
JoinOperator.DefaultFlatJoinFunction<T1,T2> - Class in org.apache.flink.api.java.operators
 
JoinOperator.DefaultFlatJoinFunction() - Constructor for class org.apache.flink.api.java.operators.JoinOperator.DefaultFlatJoinFunction
 
JoinOperator.DefaultJoin<I1,I2> - Class in org.apache.flink.api.java.operators
A Join transformation that wraps pairs of joining elements into Tuple2.
It also represents the DataSet that is the result of a Join transformation.
JoinOperator.DefaultJoin(DataSet<I1>, DataSet<I2>, Keys<I1>, Keys<I2>, JoinOperatorBase.JoinHint) - Constructor for class org.apache.flink.api.java.operators.JoinOperator.DefaultJoin
 
JoinOperator.DefaultJoin.WrappingFlatJoinFunction<IN1,IN2,OUT> - Class in org.apache.flink.api.java.operators
 
JoinOperator.DefaultJoin.WrappingFlatJoinFunction(JoinFunction<IN1, IN2, OUT>) - Constructor for class org.apache.flink.api.java.operators.JoinOperator.DefaultJoin.WrappingFlatJoinFunction
 
JoinOperator.EquiJoin<I1,I2,OUT> - Class in org.apache.flink.api.java.operators
A Join transformation that applies a JoinFunction on each pair of joining elements.
It also represents the DataSet that is the result of a Join transformation.
JoinOperator.EquiJoin(DataSet<I1>, DataSet<I2>, Keys<I1>, Keys<I2>, FlatJoinFunction<I1, I2, OUT>, TypeInformation<OUT>, JoinOperatorBase.JoinHint) - Constructor for class org.apache.flink.api.java.operators.JoinOperator.EquiJoin
 
JoinOperator.EquiJoin(DataSet<I1>, DataSet<I2>, Keys<I1>, Keys<I2>, FlatJoinFunction<I1, I2, OUT>, JoinFunction<I1, I2, OUT>, TypeInformation<OUT>, JoinOperatorBase.JoinHint) - Constructor for class org.apache.flink.api.java.operators.JoinOperator.EquiJoin
 
JoinOperator.JoinOperatorSets<I1,I2> - Class in org.apache.flink.api.java.operators
Intermediate step of a Join transformation.
JoinOperator.JoinOperatorSets(DataSet<I1>, DataSet<I2>) - Constructor for class org.apache.flink.api.java.operators.JoinOperator.JoinOperatorSets
 
JoinOperator.JoinOperatorSets(DataSet<I1>, DataSet<I2>, JoinOperatorBase.JoinHint) - Constructor for class org.apache.flink.api.java.operators.JoinOperator.JoinOperatorSets
 
JoinOperator.JoinOperatorSets.JoinOperatorSetsPredicate - Class in org.apache.flink.api.java.operators
Intermediate step of a Join transformation.
JoinOperator.JoinProjection<I1,I2> - Class in org.apache.flink.api.java.operators
 
JoinOperator.JoinProjection(DataSet<I1>, DataSet<I2>, Keys<I1>, Keys<I2>, JoinOperatorBase.JoinHint, int[], int[]) - Constructor for class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
 
JoinOperator.LeftSemiFlatJoinFunction<T1,T2> - Class in org.apache.flink.api.java.operators
 
JoinOperator.LeftSemiFlatJoinFunction() - Constructor for class org.apache.flink.api.java.operators.JoinOperator.LeftSemiFlatJoinFunction
 
JoinOperator.ProjectFlatJoinFunction<T1,T2,R extends Tuple> - Class in org.apache.flink.api.java.operators
 
JoinOperator.ProjectJoin<I1,I2,OUT extends Tuple> - Class in org.apache.flink.api.java.operators
A Join transformation that projects joining elements or fields of joining Tuples into result Tuples.
JoinOperator.ProjectJoin(DataSet<I1>, DataSet<I2>, Keys<I1>, Keys<I2>, JoinOperatorBase.JoinHint, int[], boolean[], TupleTypeInfo<OUT>) - Constructor for class org.apache.flink.api.java.operators.JoinOperator.ProjectJoin
 
JoinOperator.RightSemiFlatJoinFunction<T1,T2> - Class in org.apache.flink.api.java.operators
 
JoinOperator.RightSemiFlatJoinFunction() - Constructor for class org.apache.flink.api.java.operators.JoinOperator.RightSemiFlatJoinFunction
 
JoinOperatorBase<IN1,IN2,OUT,FT extends FlatJoinFunction<IN1,IN2,OUT>> - Class in org.apache.flink.api.common.operators.base
 
JoinOperatorBase(UserCodeWrapper<FT>, BinaryOperatorInformation<IN1, IN2, OUT>, int[], int[], String) - Constructor for class org.apache.flink.api.common.operators.base.JoinOperatorBase
 
JoinOperatorBase(FT, BinaryOperatorInformation<IN1, IN2, OUT>, int[], int[], String) - Constructor for class org.apache.flink.api.common.operators.base.JoinOperatorBase
 
JoinOperatorBase(Class<? extends FT>, BinaryOperatorInformation<IN1, IN2, OUT>, int[], int[], String) - Constructor for class org.apache.flink.api.common.operators.base.JoinOperatorBase
 
JoinOperatorBase.JoinHint - Enum in org.apache.flink.api.common.operators.base
An enumeration of hints, optionally usable to tell the system how exactly execute the join.
JoinTask - Class in org.apache.flink.streaming.examples.join
 
JoinTask() - Constructor for class org.apache.flink.streaming.examples.join.JoinTask
 
JoinTaskIterator<V1,V2,O> - Interface in org.apache.flink.runtime.operators.util
Interface of an iterator that performs the logic of a match task.
joinWithHuge(DataSet<R>) - Method in class org.apache.flink.api.java.DataSet
Initiates a Join transformation.
A Join transformation joins the elements of two DataSets on key equality and provides multiple ways to combine joining elements into one DataSet.
This method also gives the hint to the optimizer that the second DataSet to join is much larger than the first one.
This method returns a JoinOperator.JoinOperatorSets on which one of the where methods can be called to define the join key of the first joining (i.e., this) DataSet.
JoinWithSolutionSetFirstDriver<IT1,IT2,OT> - Class in org.apache.flink.runtime.operators
 
JoinWithSolutionSetFirstDriver() - Constructor for class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
 
JoinWithSolutionSetSecondDriver<IT1,IT2,OT> - Class in org.apache.flink.runtime.operators
 
JoinWithSolutionSetSecondDriver() - Constructor for class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
 
joinWithTiny(DataSet<R>) - Method in class org.apache.flink.api.java.DataSet
Initiates a Join transformation.
JsonFactory - Class in org.apache.flink.runtime.jobmanager.web
 
JsonFactory() - Constructor for class org.apache.flink.runtime.jobmanager.web.JsonFactory
 
JSONParseFlatMap<IN,OUT> - Class in org.apache.flink.streaming.connectors.json
Abstract class derived from RichFlatMapFunction to handle JSON files.
JSONParseFlatMap() - Constructor for class org.apache.flink.streaming.connectors.json.JSONParseFlatMap
 
JSONParser - Class in org.apache.flink.streaming.connectors.json
A JSONParser contains a JSONObject and provides opportunity to access embedded fields in JSON code.
JSONParser(String) - Constructor for class org.apache.flink.streaming.connectors.json.JSONParser
Construct a JSONParser from a string.

K

KafkaSink<IN,OUT> - Class in org.apache.flink.streaming.connectors.kafka
 
KafkaSink(String, String) - Constructor for class org.apache.flink.streaming.connectors.kafka.KafkaSink
 
KafkaSource<OUT> - Class in org.apache.flink.streaming.connectors.kafka
 
KafkaSource(String, String, String, int) - Constructor for class org.apache.flink.streaming.connectors.kafka.KafkaSource
 
KafkaTopology - Class in org.apache.flink.streaming.connectors.kafka
 
KafkaTopology() - Constructor for class org.apache.flink.streaming.connectors.kafka.KafkaTopology
 
KafkaTopology.MyKafkaPrintSink - Class in org.apache.flink.streaming.connectors.kafka
 
KafkaTopology.MyKafkaPrintSink() - Constructor for class org.apache.flink.streaming.connectors.kafka.KafkaTopology.MyKafkaPrintSink
 
KafkaTopology.MyKafkaSink - Class in org.apache.flink.streaming.connectors.kafka
 
KafkaTopology.MyKafkaSink(String, String) - Constructor for class org.apache.flink.streaming.connectors.kafka.KafkaTopology.MyKafkaSink
 
KafkaTopology.MyKafkaSource - Class in org.apache.flink.streaming.connectors.kafka
 
KafkaTopology.MyKafkaSource(String, String, String, int) - Constructor for class org.apache.flink.streaming.connectors.kafka.KafkaTopology.MyKafkaSource
 
KafkaTopology.MySource - Class in org.apache.flink.streaming.connectors.kafka
 
KafkaTopology.MySource() - Constructor for class org.apache.flink.streaming.connectors.kafka.KafkaTopology.MySource
 
keepBuildSidePartitions - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
If true, build side partitions are kept for multiple probe steps.
key - Variable in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordInputFormat
 
Key<T> - Interface in org.apache.flink.types
This interface has to be implemented by all data types that act as key.
KeyExtractingMapper<T,K> - Class in org.apache.flink.api.java.operators.translation
 
KeyExtractingMapper(KeySelector<T, K>) - Constructor for class org.apache.flink.api.java.operators.translation.KeyExtractingMapper
 
keyField(Class<? extends Key<?>>, int, int) - Method in class org.apache.flink.api.java.record.operators.CoGroupOperator.Builder
Deprecated.
Adds additional key field.
keyField(Class<? extends Key<?>>, int, int) - Method in class org.apache.flink.api.java.record.operators.JoinOperator.Builder
Deprecated.
Adds additional key field.
keyField(Class<? extends Key<?>>, int) - Method in class org.apache.flink.api.java.record.operators.ReduceOperator.Builder
Adds additional key field.
KeyFieldOutOfBoundsException - Exception in org.apache.flink.types
An exception specifying that a required key field was not set in a record, i.e.
KeyFieldOutOfBoundsException() - Constructor for exception org.apache.flink.types.KeyFieldOutOfBoundsException
Constructs an KeyFieldOutOfBoundsException with null as its error detail message.
KeyFieldOutOfBoundsException(String) - Constructor for exception org.apache.flink.types.KeyFieldOutOfBoundsException
Constructs an KeyFieldOutOfBoundsException with the specified detail message.
KeyFieldOutOfBoundsException(int) - Constructor for exception org.apache.flink.types.KeyFieldOutOfBoundsException
Constructs an KeyFieldOutOfBoundsException with a default message, referring to given field number as the null key field.
KeyFieldOutOfBoundsException(int, Throwable) - Constructor for exception org.apache.flink.types.KeyFieldOutOfBoundsException
 
KeyGroupedIterator<E> - Class in org.apache.flink.runtime.util
The KeyValueIterator returns a key and all values that belong to the key (share the same key).
KeyGroupedIterator(MutableObjectIterator<E>, TypeSerializer<E>, TypeComparator<E>) - Constructor for class org.apache.flink.runtime.util.KeyGroupedIterator
Initializes the KeyGroupedIterator.
KeyGroupedIterator.ValuesIterator - Class in org.apache.flink.runtime.util
 
KeyGroupedIteratorImmutable<E> - Class in org.apache.flink.runtime.util
The KeyValueIterator returns a key and all values that belong to the key (share the same key).
KeyGroupedIteratorImmutable(MutableObjectIterator<E>, TypeSerializer<E>, TypeComparator<E>) - Constructor for class org.apache.flink.runtime.util.KeyGroupedIteratorImmutable
Initializes the KeyGroupedIterator.
KeyGroupedIteratorImmutable.ValuesIterator - Class in org.apache.flink.runtime.util
 
KeyGroupedMutableObjectIterator<E> - Class in org.apache.flink.runtime.util
The KeyValueIterator returns a key and all values that belong to the key (share the same key).
KeyGroupedMutableObjectIterator(MutableObjectIterator<E>, TypeSerializer<E>, TypeComparator<E>) - Constructor for class org.apache.flink.runtime.util.KeyGroupedMutableObjectIterator
Initializes the KeyGroupedIterator.
keyList - Variable in class org.apache.flink.compiler.operators.OperatorDescriptorSingle
 
keyPosition - Variable in class org.apache.flink.streaming.api.datastream.BatchedDataStream
 
keyPosition1 - Variable in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
 
keyPosition2 - Variable in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
 
keyPositions - Variable in class org.apache.flink.api.java.typeutils.runtime.TupleComparatorBase
key positions describe which fields are keys in what order
KeyRemovingMapper<T,K> - Class in org.apache.flink.api.java.operators.translation
 
KeyRemovingMapper() - Constructor for class org.apache.flink.api.java.operators.translation.KeyRemovingMapper
 
keys - Variable in class org.apache.flink.api.java.operators.Grouping
 
Keys<T> - Class in org.apache.flink.api.java.operators
 
Keys() - Constructor for class org.apache.flink.api.java.operators.Keys
 
keys - Variable in class org.apache.flink.compiler.dag.SingleInputNode
 
keys - Variable in class org.apache.flink.compiler.operators.OperatorDescriptorSingle
 
Keys.ExpressionKeys<T> - Class in org.apache.flink.api.java.operators
Represents (nested) field access through string and integer-based keys for Composite Types (Tuple or Pojo)
Keys.ExpressionKeys(int[], TypeInformation<T>) - Constructor for class org.apache.flink.api.java.operators.Keys.ExpressionKeys
two constructors for field-based (tuple-type) keys
Keys.ExpressionKeys(int[], TypeInformation<T>, boolean) - Constructor for class org.apache.flink.api.java.operators.Keys.ExpressionKeys
 
Keys.ExpressionKeys(String[], TypeInformation<T>) - Constructor for class org.apache.flink.api.java.operators.Keys.ExpressionKeys
Create ExpressionKeys from String-expressions
Keys.IncompatibleKeysException - Exception in org.apache.flink.api.java.operators
 
Keys.IncompatibleKeysException(String) - Constructor for exception org.apache.flink.api.java.operators.Keys.IncompatibleKeysException
 
Keys.IncompatibleKeysException(TypeInformation<?>, TypeInformation<?>) - Constructor for exception org.apache.flink.api.java.operators.Keys.IncompatibleKeysException
 
Keys.SelectorFunctionKeys<T,K> - Class in org.apache.flink.api.java.operators
 
Keys.SelectorFunctionKeys(KeySelector<T, K>, TypeInformation<T>, TypeInformation<K>) - Constructor for class org.apache.flink.api.java.operators.Keys.SelectorFunctionKeys
 
keys1 - Variable in class org.apache.flink.api.java.operators.JoinOperator
 
keys1 - Variable in class org.apache.flink.compiler.dag.TwoInputNode
 
keys1 - Variable in class org.apache.flink.compiler.operators.OperatorDescriptorDual
 
keys1 - Variable in class org.apache.flink.compiler.plan.DualInputPlanNode
 
keys2 - Variable in class org.apache.flink.api.java.operators.JoinOperator
 
keys2 - Variable in class org.apache.flink.compiler.dag.TwoInputNode
 
keys2 - Variable in class org.apache.flink.compiler.operators.OperatorDescriptorDual
 
keys2 - Variable in class org.apache.flink.compiler.plan.DualInputPlanNode
 
KeySelector<IN,KEY> - Interface in org.apache.flink.api.java.functions
The KeySelector allows to use arbitrary objects for operations such as reduce, reduceGroup, join, coGoup, etc.
keySerializer - Variable in class org.apache.flink.streaming.connectors.db.CustomSerializationDBState
 
keySet() - Method in class org.apache.flink.configuration.Configuration
Returns the keys of all key/value pairs stored inside this configuration object.
keySet() - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
keySet() - Method in class org.apache.flink.types.MapValue
 
KMeans - Class in org.apache.flink.examples.java.clustering
This example implements a basic K-Means clustering algorithm.
KMeans() - Constructor for class org.apache.flink.examples.java.clustering.KMeans
 
KMeans.Centroid - Class in org.apache.flink.examples.java.clustering
A simple two-dimensional centroid, basically a point with an ID.
KMeans.Centroid() - Constructor for class org.apache.flink.examples.java.clustering.KMeans.Centroid
 
KMeans.Centroid(int, double, double) - Constructor for class org.apache.flink.examples.java.clustering.KMeans.Centroid
 
KMeans.Centroid(int, KMeans.Point) - Constructor for class org.apache.flink.examples.java.clustering.KMeans.Centroid
 
KMeans.CentroidAccumulator - Class in org.apache.flink.examples.java.clustering
Sums and counts point coordinates.
KMeans.CentroidAccumulator() - Constructor for class org.apache.flink.examples.java.clustering.KMeans.CentroidAccumulator
 
KMeans.CentroidAverager - Class in org.apache.flink.examples.java.clustering
Computes new centroid from coordinate sum and count of points.
KMeans.CentroidAverager() - Constructor for class org.apache.flink.examples.java.clustering.KMeans.CentroidAverager
 
KMeans.CountAppender - Class in org.apache.flink.examples.java.clustering
Appends a count variable to the tuple.
KMeans.CountAppender() - Constructor for class org.apache.flink.examples.java.clustering.KMeans.CountAppender
 
KMeans.Point - Class in org.apache.flink.examples.java.clustering
A simple two-dimensional point.
KMeans.Point() - Constructor for class org.apache.flink.examples.java.clustering.KMeans.Point
 
KMeans.Point(double, double) - Constructor for class org.apache.flink.examples.java.clustering.KMeans.Point
 
KMeans.SelectNearestCenter - Class in org.apache.flink.examples.java.clustering
Determines the closest cluster center for a data point.
KMeans.SelectNearestCenter() - Constructor for class org.apache.flink.examples.java.clustering.KMeans.SelectNearestCenter
 
KMeans.TupleCentroidConverter - Class in org.apache.flink.examples.java.clustering
Converts a Tuple3 into a Centroid.
KMeans.TupleCentroidConverter() - Constructor for class org.apache.flink.examples.java.clustering.KMeans.TupleCentroidConverter
 
KMeans.TuplePointConverter - Class in org.apache.flink.examples.java.clustering
Converts a Tuple2 into a Point.
KMeans.TuplePointConverter() - Constructor for class org.apache.flink.examples.java.clustering.KMeans.TuplePointConverter
 
KMeansData - Class in org.apache.flink.examples.java.clustering.util
Provides the default data sets used for the K-Means example program.
KMeansData() - Constructor for class org.apache.flink.examples.java.clustering.util.KMeansData
 
KMeansData - Class in org.apache.flink.test.testdata
 
KMeansDataGenerator - Class in org.apache.flink.examples.java.clustering.util
Generates data for the KMeans example program.
KMeansDataGenerator() - Constructor for class org.apache.flink.examples.java.clustering.util.KMeansDataGenerator
 
KryoSerializer<T> - Class in org.apache.flink.api.java.typeutils.runtime
 
KryoSerializer(Class<T>) - Constructor for class org.apache.flink.api.java.typeutils.runtime.KryoSerializer
 
KryoSerializer(Class<T>, Class<? extends T>) - Constructor for class org.apache.flink.api.java.typeutils.runtime.KryoSerializer
 

L

lastIndexOf(Object) - Method in class org.apache.flink.types.ListValue
 
length() - Method in class org.apache.flink.api.avro.FSDataInputStreamWrapper
 
length() - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
length() - Method in class org.apache.flink.types.StringValue
 
lenient(boolean) - Method in class org.apache.flink.api.java.record.io.CsvOutputFormat.AbstractConfigBuilder
Sets the leniency for the serializer.
LENIENT_PARSING - Static variable in class org.apache.flink.api.java.record.io.CsvOutputFormat
 
LevelDBState<K extends Serializable,V extends Serializable> - Class in org.apache.flink.streaming.connectors.db
Interface to a LevelDB key-value store.
LevelDBState(String, DBSerializer<K>, DBSerializer<V>) - Constructor for class org.apache.flink.streaming.connectors.db.LevelDBState
 
LevelDBState(String) - Constructor for class org.apache.flink.streaming.connectors.db.LevelDBState
 
LIBRARY_CACHE_MANAGER_CLEANUP_INTERVAL - Static variable in class org.apache.flink.configuration.ConfigConstants
The config parameter defining the cleanup interval of the library cache manager.
LibraryCacheManager - Interface in org.apache.flink.runtime.execution.librarycache
 
LifoSetQueue<E> - Class in org.apache.flink.runtime.jobmanager.scheduler
A queue that returns elements in LIFO order and simultaneously maintains set characteristics, i.e., elements that are already in the queue may not be added another time.
LifoSetQueue() - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.LifoSetQueue
 
limitSize(int) - Method in class org.apache.flink.runtime.io.network.Buffer
 
LinearRegression - Class in org.apache.flink.examples.java.ml
This example implements a basic Linear Regression to solve the y = theta0 + theta1*x problem using batch gradient descent algorithm.
LinearRegression() - Constructor for class org.apache.flink.examples.java.ml.LinearRegression
 
LinearRegression.Data - Class in org.apache.flink.examples.java.ml
A simple data sample, x means the input, and y means the target.
LinearRegression.Data() - Constructor for class org.apache.flink.examples.java.ml.LinearRegression.Data
 
LinearRegression.Data(double, double) - Constructor for class org.apache.flink.examples.java.ml.LinearRegression.Data
 
LinearRegression.Params - Class in org.apache.flink.examples.java.ml
A set of parameters -- theta0, theta1.
LinearRegression.Params() - Constructor for class org.apache.flink.examples.java.ml.LinearRegression.Params
 
LinearRegression.Params(double, double) - Constructor for class org.apache.flink.examples.java.ml.LinearRegression.Params
 
LinearRegression.SubUpdate - Class in org.apache.flink.examples.java.ml
Compute a single BGD type update for every parameters.
LinearRegression.SubUpdate() - Constructor for class org.apache.flink.examples.java.ml.LinearRegression.SubUpdate
 
LinearRegression.TupleDataConverter - Class in org.apache.flink.examples.java.ml
Converts a Tuple2 into a Data.
LinearRegression.TupleDataConverter() - Constructor for class org.apache.flink.examples.java.ml.LinearRegression.TupleDataConverter
 
LinearRegression.TupleParamsConverter - Class in org.apache.flink.examples.java.ml
Converts a Tuple2 into a Params.
LinearRegression.TupleParamsConverter() - Constructor for class org.apache.flink.examples.java.ml.LinearRegression.TupleParamsConverter
 
LinearRegression.Update - Class in org.apache.flink.examples.java.ml
Compute the final update by average them.
LinearRegression.Update() - Constructor for class org.apache.flink.examples.java.ml.LinearRegression.Update
 
LinearRegression.UpdateAccumulator - Class in org.apache.flink.examples.java.ml
Accumulator all the update.
LinearRegression.UpdateAccumulator() - Constructor for class org.apache.flink.examples.java.ml.LinearRegression.UpdateAccumulator
 
LinearRegressionData - Class in org.apache.flink.examples.java.ml.util
Provides the default data sets used for the Linear Regression example program.
LinearRegressionData() - Constructor for class org.apache.flink.examples.java.ml.util.LinearRegressionData
 
LinearRegressionDataGenerator - Class in org.apache.flink.examples.java.ml.util
Generates data for the LinearRegression example program.
LinearRegressionDataGenerator() - Constructor for class org.apache.flink.examples.java.ml.util.LinearRegressionDataGenerator
 
lineDelimiter - Variable in class org.apache.flink.api.java.io.CsvReader
 
lineDelimiter(String) - Method in class org.apache.flink.api.java.io.CsvReader
Configures the delimiter that separates the lines/rows.
list(String[]) - Method in class org.apache.flink.client.CliFrontend
Executes the list action.
ListCollector<T> - Class in org.apache.flink.api.common.functions.util
 
ListCollector(List<T>) - Constructor for class org.apache.flink.api.common.functions.util.ListCollector
 
listIterator() - Method in class org.apache.flink.types.ListValue
 
listIterator(int) - Method in class org.apache.flink.types.ListValue
 
ListKeyGroupedIterator<E> - Class in org.apache.flink.api.common.operators.util
The KeyValueIterator returns a key and all values that belong to the key (share the same key).
ListKeyGroupedIterator(List<E>, TypeSerializer<E>, TypeComparator<E>, boolean) - Constructor for class org.apache.flink.api.common.operators.util.ListKeyGroupedIterator
Initializes the ListKeyGroupedIterator..
ListKeyGroupedIterator.ValuesIterator - Class in org.apache.flink.api.common.operators.util
 
ListMemorySegmentSource - Class in org.apache.flink.runtime.memorymanager
Simple memory segment source that draws segments from a list.
ListMemorySegmentSource(List<MemorySegment>) - Constructor for class org.apache.flink.runtime.memorymanager.ListMemorySegmentSource
 
listStatus(Path) - Method in class org.apache.flink.core.fs.FileSystem
List the statuses of the files/directories in the given path if the path is a directory.
listStatus(Path) - Method in class org.apache.flink.core.fs.local.LocalFileSystem
 
listStatus(Path) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
 
listStatus(Path) - Method in class org.apache.flink.runtime.fs.maprfs.MapRFileSystem
 
listStatus(Path) - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
 
ListValue<V extends Value> - Class in org.apache.flink.types
Generic list base type for PACT programs that implements the Value and List interfaces.
ListValue() - Constructor for class org.apache.flink.types.ListValue
Initializes the encapsulated list with an empty ArrayList.
ListValue(Collection<V>) - Constructor for class org.apache.flink.types.ListValue
Initializes the encapsulated list with an ArrayList filled with all object contained in the specified Collection object.
load(Iterator<StreamRecord<T>>) - Method in class org.apache.flink.streaming.state.StreamIterator
 
loadConfiguration(String) - Static method in class org.apache.flink.configuration.GlobalConfiguration
Loads the configuration files from the specified directory.
loadGloablConfigParams() - Static method in class org.apache.flink.api.common.io.DelimitedInputFormat
 
loadJobManagerProfiler(String, InetAddress) - Static method in class org.apache.flink.runtime.profiling.ProfilingUtils
Creates an instance of the job manager's profiling component.
loadTaskManagerProfiler(String, InetAddress, InstanceConnectionInfo) - Static method in class org.apache.flink.runtime.profiling.ProfilingUtils
Creates an instance of the task manager's profiling component.
LOCAL_INSTANCE_MANAGER_NUMBER_TASK_MANAGER - Static variable in class org.apache.flink.configuration.ConfigConstants
Sets the number of local task managers
LocalBlockLocation - Class in org.apache.flink.core.fs.local
Implementation of the BlockLocation interface for a local file system.
LocalBlockLocation(String, long) - Constructor for class org.apache.flink.core.fs.local.LocalBlockLocation
 
LocalBufferPool - Class in org.apache.flink.runtime.io.network.bufferprovider
A buffer pool used to manage a designated number of buffers from a GlobalBufferPool.
LocalBufferPool(GlobalBufferPool, int) - Constructor for class org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPool
 
LocalBufferPoolOwner - Interface in org.apache.flink.runtime.io.network.bufferprovider
A local buffer pool owner is an object which initially retrieves its buffers from the GlobalBufferPool and manages its fraction of the overall buffer pool locally by means of a LocalBufferPool.
LocalCollectionOutputFormat<T> - Class in org.apache.flink.api.java.io
An output format that writes record into collection
LocalCollectionOutputFormat(Collection<T>) - Constructor for class org.apache.flink.api.java.io.LocalCollectionOutputFormat
 
LocalConnectionManager - Class in org.apache.flink.runtime.io.network
 
LocalConnectionManager() - Constructor for class org.apache.flink.runtime.io.network.LocalConnectionManager
 
LocalDataInputStream - Class in org.apache.flink.core.fs.local
The LocalDataInputStream class is a wrapper class for a data input stream to the local file system.
LocalDataInputStream(File) - Constructor for class org.apache.flink.core.fs.local.LocalDataInputStream
Constructs a new LocalDataInputStream object from a given File object.
LocalDataOutputStream - Class in org.apache.flink.core.fs.local
The LocalDataOutputStream class is a wrapper class for a data output stream to the local file system.
LocalDataOutputStream(File) - Constructor for class org.apache.flink.core.fs.local.LocalDataOutputStream
Constructs a new LocalDataOutputStream object from a given File object.
LocalEnvironment - Class in org.apache.flink.api.java
An ExecutionEnvironment that runs the program locally, multi-threaded, in the JVM where the environment is instantiated.
LocalEnvironment() - Constructor for class org.apache.flink.api.java.LocalEnvironment
Creates a new local environment.
localExecutionIsAllowed() - Static method in class org.apache.flink.api.java.ExecutionEnvironment
 
localExecutionIsAllowed() - Static method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
 
LocalExecutor - Class in org.apache.flink.client
A class for executing a Plan on a local embedded Flink runtime instance.
LocalExecutor() - Constructor for class org.apache.flink.client.LocalExecutor
 
LocalFileStatus - Class in org.apache.flink.core.fs.local
The class LocalFileStatus provides an implementation of the FileStatus interface for the local file system.
LocalFileStatus(File, FileSystem) - Constructor for class org.apache.flink.core.fs.local.LocalFileStatus
Creates a LocalFileStatus object from a given File object.
LocalFileSystem - Class in org.apache.flink.core.fs.local
The class LocalFile provides an implementation of the FileSystem interface for the local file system.
LocalFileSystem() - Constructor for class org.apache.flink.core.fs.local.LocalFileSystem
Constructs a new LocalFileSystem object.
LocalInstanceManager - Class in org.apache.flink.runtime.instance
A variant of the InstanceManager that internally spawn task managers as instances, rather than waiting for external TaskManagers to register.
LocalInstanceManager(int) - Constructor for class org.apache.flink.runtime.instance.LocalInstanceManager
 
Locality - Enum in org.apache.flink.runtime.jobmanager.scheduler
 
LocalProperties - Class in org.apache.flink.compiler.dataproperties
This class represents local properties of the data.
LocalProperties() - Constructor for class org.apache.flink.compiler.dataproperties.LocalProperties
Default constructor for trivial local properties.
localProps - Variable in class org.apache.flink.compiler.plan.PlanNode
 
LocalReceiverCancelledException - Exception in org.apache.flink.runtime.io.network
 
LocalReceiverCancelledException(ChannelID) - Constructor for exception org.apache.flink.runtime.io.network.LocalReceiverCancelledException
 
localStrategies - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The local strategies that are applied on the inputs.
LocalStrategy - Enum in org.apache.flink.runtime.operators.util
Enumeration of all available local processing strategies tasks.
LocalStreamEnvironment - Class in org.apache.flink.streaming.api.environment
 
LocalStreamEnvironment() - Constructor for class org.apache.flink.streaming.api.environment.LocalStreamEnvironment
 
LocatableInputSplit - Class in org.apache.flink.core.io
A locatable input split is an input split referring to input data which is located on one or more hosts.
LocatableInputSplit(int, String[]) - Constructor for class org.apache.flink.core.io.LocatableInputSplit
Creates a new locatable input split.
LocatableInputSplit(int, String) - Constructor for class org.apache.flink.core.io.LocatableInputSplit
 
LocatableInputSplit() - Constructor for class org.apache.flink.core.io.LocatableInputSplit
Default constructor for serialization/deserialization.
LocatableInputSplitAssigner - Class in org.apache.flink.api.common.io
The locatable input split assigner assigns to each host splits that are local, before assigning splits that are not local.
LocatableInputSplitAssigner(Collection<LocatableInputSplit>) - Constructor for class org.apache.flink.api.common.io.LocatableInputSplitAssigner
 
LocatableInputSplitAssigner(LocatableInputSplit[]) - Constructor for class org.apache.flink.api.common.io.LocatableInputSplitAssigner
 
LOG - Static variable in class org.apache.flink.compiler.PactCompiler
The log handle that is used by the compiler to log messages.
LOG - Static variable in class org.apache.flink.runtime.ipc.Client
 
LOG - Static variable in class org.apache.flink.runtime.ipc.Server
 
LOG - Static variable in class org.apache.flink.runtime.operators.MatchDriver
 
LOG - Static variable in class org.apache.flink.runtime.operators.RegularPactTask
 
LOG - Static variable in class org.apache.flink.runtime.operators.resettable.BlockResettableIterator
 
LOG - Static variable in class org.apache.flink.runtime.operators.resettable.BlockResettableMutableObjectIterator
 
log2floor(int) - Static method in class org.apache.flink.runtime.util.MathUtils
Computes the logarithm of the given value to the base of 2, rounded down.
log2strict(int) - Static method in class org.apache.flink.runtime.util.MathUtils
Computes the logarithm of the given value to the base of 2.
logAndThrowException(Exception, AbstractInvokable) - Static method in class org.apache.flink.runtime.operators.RegularPactTask
Prints an error message and throws the given exception.
logBufferUtilization() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
logBufferUtilization() - Method in interface org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPoolOwner
Logs the current status of the local buffer pool.
logBufferUtilization() - Method in class org.apache.flink.runtime.io.network.ChannelManager
 
logBufferUtilization() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
logEnvironmentInfo(Logger, String) - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
 
LogfileInfoServlet - Class in org.apache.flink.runtime.jobmanager.web
 
LogfileInfoServlet(File[]) - Constructor for class org.apache.flink.runtime.jobmanager.web.LogfileInfoServlet
 
logQueuedEnvelopes() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
LONG_ARRAY_TYPE_INFO - Static variable in class org.apache.flink.api.common.typeinfo.BasicArrayTypeInfo
 
LONG_PRIMITIVE_ARRAY_TYPE_INFO - Static variable in class org.apache.flink.api.common.typeinfo.PrimitiveArrayTypeInfo
 
LONG_TYPE_INFO - Static variable in class org.apache.flink.api.common.typeinfo.BasicTypeInfo
 
LongArrayList - Class in org.apache.flink.runtime.util
Minimal implementation of an array-backed list of longs
LongArrayList(int) - Constructor for class org.apache.flink.runtime.util.LongArrayList
 
LongComparator - Class in org.apache.flink.api.common.typeutils.base
 
LongComparator(boolean) - Constructor for class org.apache.flink.api.common.typeutils.base.LongComparator
 
LongCounter - Class in org.apache.flink.api.common.accumulators
 
LongCounter() - Constructor for class org.apache.flink.api.common.accumulators.LongCounter
 
LongParser - Class in org.apache.flink.types.parser
Parses a decimal text field into a LongValue.
LongParser() - Constructor for class org.apache.flink.types.parser.LongParser
 
LongPrimitiveArraySerializer - Class in org.apache.flink.api.common.typeutils.base.array
A serializer for long arrays.
LongPrimitiveArraySerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.array.LongPrimitiveArraySerializer
 
LongSerializer - Class in org.apache.flink.api.common.typeutils.base
 
LongSerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.LongSerializer
 
LongSumAggregator - Class in org.apache.flink.api.common.aggregators
An Aggregator that sums up long values.
LongSumAggregator() - Constructor for class org.apache.flink.api.common.aggregators.LongSumAggregator
 
LongValue - Class in org.apache.flink.types
Boxed serializable and comparable long integer type, representing the primitive type long.
LongValue() - Constructor for class org.apache.flink.types.LongValue
Initializes the encapsulated long with 0.
LongValue(long) - Constructor for class org.apache.flink.types.LongValue
Initializes the encapsulated long with the specified value.
LongValueParser - Class in org.apache.flink.types.parser
Parses a decimal text field into a LongValue.
LongValueParser() - Constructor for class org.apache.flink.types.parser.LongValueParser
 
LongValueSerializer - Class in org.apache.flink.api.common.typeutils.base
 
LongValueSerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.LongValueSerializer
 
LongZeroConvergence - Class in org.apache.flink.api.common.aggregators
A ConvergenceCriterion over an Aggregator that defines convergence as reached once the aggregator holds the value zero.
LongZeroConvergence() - Constructor for class org.apache.flink.api.common.aggregators.LongZeroConvergence
 
lookupConnectionInfo(InstanceConnectionInfo, JobID, ChannelID) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
lookupConnectionInfo(InstanceConnectionInfo, JobID, ChannelID) - Method in interface org.apache.flink.runtime.protocols.ChannelLookupProtocol
Retrieves all recipients of a data for the given sourceChannelID.
lookupConnectionInfoAndDeployReceivers(InstanceConnectionInfo, ChannelID) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
lookupMatch(PT) - Method in class org.apache.flink.api.common.operators.util.JoinHashMap.Prober
 

M

MAGIC_NUMBER - Static variable in class org.apache.flink.runtime.io.network.netty.OutboundEnvelopeEncoder
 
main(String[]) - Static method in class org.apache.flink.api.io.avro.example.AvroTypeExample
 
main(String[]) - Static method in class org.apache.flink.api.java.io.jdbc.example.JDBCExample
 
main(String[]) - Static method in class org.apache.flink.api.java.record.io.jdbc.example.JDBCExample
 
main(String[]) - Static method in class org.apache.flink.client.CliFrontend
Submits the job based on the arguments
main(String[]) - Static method in class org.apache.flink.client.WebFrontend
Main method.
main(String[]) - Static method in class org.apache.flink.examples.java.clustering.KMeans
 
main(String[]) - Static method in class org.apache.flink.examples.java.clustering.util.KMeansDataGenerator
Main method to generate data for the KMeans example program.
main(String[]) - Static method in class org.apache.flink.examples.java.environments.CollectionExecutionExample
 
main(String...) - Static method in class org.apache.flink.examples.java.graph.ConnectedComponents
 
main(String[]) - Static method in class org.apache.flink.examples.java.graph.EnumTrianglesBasic
 
main(String[]) - Static method in class org.apache.flink.examples.java.graph.EnumTrianglesOpt
 
main(String[]) - Static method in class org.apache.flink.examples.java.graph.PageRankBasic
 
main(String...) - Static method in class org.apache.flink.examples.java.graph.TransitiveClosureNaive
 
main(String[]) - Static method in class org.apache.flink.examples.java.misc.CollectionExecutionExample
 
main(String[]) - Static method in class org.apache.flink.examples.java.misc.PiEstimation
 
main(String[]) - Static method in class org.apache.flink.examples.java.ml.LinearRegression
 
main(String[]) - Static method in class org.apache.flink.examples.java.ml.util.LinearRegressionDataGenerator
Main method to generate data for the LinearRegression example program.
main(String[]) - Static method in class org.apache.flink.examples.java.relational.EmptyFieldsCountAccumulator
 
main(String[]) - Static method in class org.apache.flink.examples.java.relational.TPCHQuery10
 
main(String[]) - Static method in class org.apache.flink.examples.java.relational.TPCHQuery3
 
main(String[]) - Static method in class org.apache.flink.examples.java.relational.util.WebLogDataGenerator
Main method to generate data for the WebLogAnalysis example program.
main(String[]) - Static method in class org.apache.flink.examples.java.relational.WebLogAnalysis
 
main(String[]) - Static method in class org.apache.flink.examples.java.remotecollectoroutputformat.RemoteCollectorOutputFormatExample
 
main(String[]) - Static method in class org.apache.flink.examples.java.wordcount.PojoExample
 
main(String[]) - Static method in class org.apache.flink.examples.java.wordcount.WordCount
 
main(String[]) - Static method in class org.apache.flink.hadoopcompatibility.mapred.example.HadoopMapredCompatWordCount
 
main(String[]) - Static method in class org.apache.flink.hadoopcompatibility.mapred.record.example.WordCount
 
main(String[]) - Static method in class org.apache.flink.hadoopcompatibility.mapred.record.example.WordCountWithOutputFormat
 
main(String[]) - Static method in class org.apache.flink.hadoopcompatibility.mapreduce.example.WordCount
 
main(String[]) - Static method in class org.apache.flink.runtime.jobmanager.JobManager
Entry point for the program
main(String[]) - Static method in class org.apache.flink.runtime.taskmanager.TaskManager
Entry point for the TaskManager executable.
main(String[]) - Static method in class org.apache.flink.runtime.util.EnvironmentInformation
 
main(String[]) - Static method in class org.apache.flink.spargel.java.examples.SpargelConnectedComponents
 
main(String[]) - Static method in class org.apache.flink.spargel.java.examples.SpargelPageRank
 
main(String[]) - Static method in class org.apache.flink.spargel.java.examples.SpargelPageRankCountingVertices
 
main(String[]) - Static method in class org.apache.flink.streaming.connectors.flume.FlumeTopology
 
main(String[]) - Static method in class org.apache.flink.streaming.connectors.kafka.KafkaTopology
 
main(String[]) - Static method in class org.apache.flink.streaming.connectors.rabbitmq.RMQTopology
 
main(String[]) - Static method in class org.apache.flink.streaming.connectors.twitter.TwitterLocal
 
main(String[]) - Static method in class org.apache.flink.streaming.connectors.twitter.TwitterStreaming
 
main(String[]) - Static method in class org.apache.flink.streaming.examples.basictopology.BasicTopology
 
main(String[]) - Static method in class org.apache.flink.streaming.examples.cellinfo.CellInfoLocal
 
main(String[]) - Static method in class org.apache.flink.streaming.examples.iteration.IterateExample
 
main(String[]) - Static method in class org.apache.flink.streaming.examples.join.JoinLocal
 
main(String[]) - Static method in class org.apache.flink.streaming.examples.ml.IncrementalLearningSkeleton
 
main(String[]) - Static method in class org.apache.flink.streaming.examples.twitter.TwitterStream
 
main(String[]) - Static method in class org.apache.flink.streaming.examples.window.join.WindowJoinLocal
 
main(String[]) - Static method in class org.apache.flink.streaming.examples.wordcount.WordCount
 
makeCached() - Method in enum org.apache.flink.compiler.dag.TempMode
 
makeCoGroupWithSolutionSet(int) - Method in class org.apache.flink.compiler.dag.CoGroupNode
 
makeJoinWithSolutionSet(int) - Method in class org.apache.flink.compiler.dag.MatchNode
 
makeNonCached() - Method in enum org.apache.flink.compiler.dag.TempMode
 
makePipelineBreaker() - Method in enum org.apache.flink.compiler.dag.TempMode
 
makeQualified(FileSystem) - Method in class org.apache.flink.core.fs.Path
Returns a qualified path object.
makeSpace(int) - Method in class org.apache.flink.types.Record
Reserves space for at least the given number of fields in the internal arrays.
ManagementEvent - Interface in org.apache.flink.runtime.event.job
This is a marker interface only.
MANIFEST_ATTRIBUTE_ASSEMBLER_CLASS - Static variable in class org.apache.flink.client.program.PackagedProgram
Property name of the entry in JAR manifest file that describes the Flink specific entry point.
MANIFEST_ATTRIBUTE_MAIN_CLASS - Static variable in class org.apache.flink.client.program.PackagedProgram
Property name of the entry in JAR manifest file that describes the class with the main method.
map(T, Collector<O>) - Method in interface org.apache.flink.api.common.functions.GenericCollectorMap
Deprecated.
 
map(T) - Method in interface org.apache.flink.api.common.functions.MapFunction
The mapping method.
map(IN) - Method in class org.apache.flink.api.common.functions.RichMapFunction
 
map(User) - Method in class org.apache.flink.api.io.avro.example.AvroTypeExample.NumberExtractingMapper
 
map(MapFunction<T, R>) - Method in class org.apache.flink.api.java.DataSet
Applies a Map transformation on a DataSet.
The transformation calls a RichMapFunction for each element of the DataSet.
map(T) - Method in class org.apache.flink.api.java.functions.FormattingMapper
 
map(T) - Method in class org.apache.flink.api.java.operators.translation.KeyExtractingMapper
 
map(Tuple2<K, T>) - Method in class org.apache.flink.api.java.operators.translation.KeyRemovingMapper
 
map(T) - Method in class org.apache.flink.api.java.operators.translation.PlanProjectOperator.MapProjector
 
map(Record, Collector<Record>) - Method in class org.apache.flink.api.java.record.functions.MapFunction
Deprecated.
This method must be implemented to provide a user implementation of a mapper.
map(Tuple3<Integer, KMeans.Point, Long>) - Method in class org.apache.flink.examples.java.clustering.KMeans.CentroidAverager
 
map(Tuple2<Integer, KMeans.Point>) - Method in class org.apache.flink.examples.java.clustering.KMeans.CountAppender
 
map(KMeans.Point) - Method in class org.apache.flink.examples.java.clustering.KMeans.SelectNearestCenter
 
map(Tuple3<Integer, Double, Double>) - Method in class org.apache.flink.examples.java.clustering.KMeans.TupleCentroidConverter
 
map(Tuple2<Double, Double>) - Method in class org.apache.flink.examples.java.clustering.KMeans.TuplePointConverter
 
map(T) - Method in class org.apache.flink.examples.java.graph.ConnectedComponents.DuplicateValue
 
map(Tuple2<Integer, Integer>) - Method in class org.apache.flink.examples.java.graph.EnumTrianglesBasic.TupleEdgeConverter
 
map(Tuple2<Integer, Integer>) - Method in class org.apache.flink.examples.java.graph.EnumTrianglesOpt.TupleEdgeConverter
 
map(Tuple2<Long, Double>) - Method in class org.apache.flink.examples.java.graph.PageRankBasic.Dampener
 
map(Long) - Method in class org.apache.flink.examples.java.graph.PageRankBasic.RankAssigner
 
map(Long) - Method in class org.apache.flink.examples.java.misc.PiEstimation.Sampler
 
map(LinearRegression.Data) - Method in class org.apache.flink.examples.java.ml.LinearRegression.SubUpdate
 
map(Tuple2<Double, Double>) - Method in class org.apache.flink.examples.java.ml.LinearRegression.TupleDataConverter
 
map(Tuple2<Double, Double>) - Method in class org.apache.flink.examples.java.ml.LinearRegression.TupleParamsConverter
 
map(Tuple2<LinearRegression.Params, Integer>) - Method in class org.apache.flink.examples.java.ml.LinearRegression.Update
 
map(LongWritable, Text, OutputCollector<Text, LongWritable>, Reporter) - Method in class org.apache.flink.hadoopcompatibility.mapred.example.HadoopMapredCompatWordCount.Tokenizer
 
map(Record, Collector<Record>) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.example.WordCount.TokenizeLine
 
map(Record, Collector<Record>) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.example.WordCountWithOutputFormat.TokenizeLine
 
map(Tuple2<String, Integer>) - Method in class org.apache.flink.hadoopcompatibility.mapreduce.example.WordCount.HadoopDatatypeMapper
 
map(Long) - Method in class org.apache.flink.spargel.java.examples.SpargelConnectedComponents.IdAssigner
 
map(CoMapFunction<IN1, IN2, OUT>) - Method in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
Applies a CoMap transformation on a ConnectedDataStream and maps the output to a common type.
map(MapFunction<OUT, R>) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Applies a Map transformation on a DataStream.
map(String) - Method in class org.apache.flink.streaming.examples.basictopology.BasicTopology.IdentityMap
 
map(Tuple2<Double, Integer>) - Method in class org.apache.flink.streaming.examples.iteration.IterateExample.Step
 
map1(IN1) - Method in interface org.apache.flink.streaming.api.function.co.CoMapFunction
 
map1(IN1) - Method in interface org.apache.flink.streaming.api.function.co.CoReduceFunction
Maps the reduced first input to the output type.
map1(Integer) - Method in class org.apache.flink.streaming.examples.ml.IncrementalLearningSkeleton.Predictor
 
map2(IN2) - Method in interface org.apache.flink.streaming.api.function.co.CoMapFunction
 
map2(IN2) - Method in interface org.apache.flink.streaming.api.function.co.CoReduceFunction
Maps the reduced second input to the output type.
map2(Double[]) - Method in class org.apache.flink.streaming.examples.ml.IncrementalLearningSkeleton.Predictor
 
MapDescriptor - Class in org.apache.flink.compiler.operators
 
MapDescriptor() - Constructor for class org.apache.flink.compiler.operators.MapDescriptor
 
MapDriver<IT,OT> - Class in org.apache.flink.runtime.operators
Map task which is executed by a Nephele task manager.
MapDriver() - Constructor for class org.apache.flink.runtime.operators.MapDriver
 
MapFunction<T,O> - Interface in org.apache.flink.api.common.functions
Base interface for Map functions.
MapFunction - Class in org.apache.flink.api.java.record.functions
Deprecated.
MapFunction() - Constructor for class org.apache.flink.api.java.record.functions.MapFunction
Deprecated.
 
MapInvokable<IN,OUT> - Class in org.apache.flink.streaming.api.invokable.operator
 
MapInvokable(MapFunction<IN, OUT>) - Constructor for class org.apache.flink.streaming.api.invokable.operator.MapInvokable
 
mapNext() - Method in class org.apache.flink.api.avro.DataInputDecoder
 
mapNext() - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
MapNode - Class in org.apache.flink.compiler.dag
The optimizer's internal representation of a Map operator node.
MapNode(SingleInputOperator<?, ?, ?>) - Constructor for class org.apache.flink.compiler.dag.MapNode
Creates a new MapNode for the given contract.
MapOperator<IN,OUT> - Class in org.apache.flink.api.java.operators
This operator represents the application of a "map" function on a data set, and the result data set produced by the function.
MapOperator(DataSet<IN>, TypeInformation<OUT>, MapFunction<IN, OUT>) - Constructor for class org.apache.flink.api.java.operators.MapOperator
 
MapOperator - Class in org.apache.flink.api.java.record.operators
Deprecated.
MapOperator(MapOperator.Builder) - Constructor for class org.apache.flink.api.java.record.operators.MapOperator
Deprecated.
The private constructor that only gets invoked from the Builder.
MapOperator.Builder - Class in org.apache.flink.api.java.record.operators
Deprecated.
Builder pattern, straight from Joshua Bloch's Effective Java (2nd Edition).
MapOperatorBase<IN,OUT,FT extends MapFunction<IN,OUT>> - Class in org.apache.flink.api.common.operators.base
 
MapOperatorBase(UserCodeWrapper<FT>, UnaryOperatorInformation<IN, OUT>, String) - Constructor for class org.apache.flink.api.common.operators.base.MapOperatorBase
 
MapOperatorBase(FT, UnaryOperatorInformation<IN, OUT>, String) - Constructor for class org.apache.flink.api.common.operators.base.MapOperatorBase
 
MapOperatorBase(Class<? extends FT>, UnaryOperatorInformation<IN, OUT>, String) - Constructor for class org.apache.flink.api.common.operators.base.MapOperatorBase
 
mapPartition(Iterable<T>, Collector<O>) - Method in interface org.apache.flink.api.common.functions.MapPartitionFunction
A user-implemented function that modifies or transforms an incoming object.
mapPartition(Iterable<I>, Collector<O>) - Method in class org.apache.flink.api.common.functions.RichMapPartitionFunction
 
mapPartition(MapPartitionFunction<T, R>) - Method in class org.apache.flink.api.java.DataSet
Applies a Map-style operation to the entire partition of the data.
mapPartition(Iterable<Record>, Collector<Record>) - Method in class org.apache.flink.api.java.record.functions.MapPartitionFunction
Deprecated.
This method must be implemented to provide a user implementation of a MapPartitionFunction.
MapPartitionDescriptor - Class in org.apache.flink.compiler.operators
 
MapPartitionDescriptor() - Constructor for class org.apache.flink.compiler.operators.MapPartitionDescriptor
 
MapPartitionDriver<IT,OT> - Class in org.apache.flink.runtime.operators
MapPartition task which is executed by a Nephele task manager.
MapPartitionDriver() - Constructor for class org.apache.flink.runtime.operators.MapPartitionDriver
 
MapPartitionFunction<T,O> - Interface in org.apache.flink.api.common.functions
Interface for "mapPartition" functions.
MapPartitionFunction - Class in org.apache.flink.api.java.record.functions
Deprecated.
MapPartitionFunction() - Constructor for class org.apache.flink.api.java.record.functions.MapPartitionFunction
Deprecated.
 
MapPartitionNode - Class in org.apache.flink.compiler.dag
The optimizer's internal representation of a MapPartition operator node.
MapPartitionNode(SingleInputOperator<?, ?, ?>) - Constructor for class org.apache.flink.compiler.dag.MapPartitionNode
Creates a new MapNode for the given contract.
MapPartitionOperator<IN,OUT> - Class in org.apache.flink.api.java.operators
This operator represents the application of a "mapPartition" function on a data set, and the result data set produced by the function.
MapPartitionOperator(DataSet<IN>, TypeInformation<OUT>, MapPartitionFunction<IN, OUT>) - Constructor for class org.apache.flink.api.java.operators.MapPartitionOperator
 
MapPartitionOperator - Class in org.apache.flink.api.java.record.operators
Deprecated.
MapPartitionOperator(MapPartitionOperator.Builder) - Constructor for class org.apache.flink.api.java.record.operators.MapPartitionOperator
Deprecated.
The private constructor that only gets invoked from the Builder.
MapPartitionOperator.Builder - Class in org.apache.flink.api.java.record.operators
Deprecated.
Builder pattern, straight from Joshua Bloch's Effective Java (2nd Edition).
MapPartitionOperatorBase<IN,OUT,FT extends MapPartitionFunction<IN,OUT>> - Class in org.apache.flink.api.common.operators.base
 
MapPartitionOperatorBase(UserCodeWrapper<FT>, UnaryOperatorInformation<IN, OUT>, String) - Constructor for class org.apache.flink.api.common.operators.base.MapPartitionOperatorBase
 
MapPartitionOperatorBase(FT, UnaryOperatorInformation<IN, OUT>, String) - Constructor for class org.apache.flink.api.common.operators.base.MapPartitionOperatorBase
 
MapPartitionOperatorBase(Class<? extends FT>, UnaryOperatorInformation<IN, OUT>, String) - Constructor for class org.apache.flink.api.common.operators.base.MapPartitionOperatorBase
 
mapreduceInputSplit - Variable in class org.apache.flink.hadoopcompatibility.mapreduce.wrapper.HadoopInputSplit
 
MapRFileSystem - Class in org.apache.flink.runtime.fs.maprfs
Concrete implementation of the FileSystem base class for the MapR file system.
MapRFileSystem() - Constructor for class org.apache.flink.runtime.fs.maprfs.MapRFileSystem
Creates a new MapRFileSystem object to access the MapR file system.
MapValue<K extends Value,V extends Value> - Class in org.apache.flink.types
Generic map base type for PACT programs that implements the Value and Map interfaces.
MapValue() - Constructor for class org.apache.flink.types.MapValue
Initializes the encapsulated map with an empty HashMap.
MapValue(Map<K, V>) - Constructor for class org.apache.flink.types.MapValue
Initializes the encapsulated map with a HashMap filled with all entries of the provided map.
mark(int) - Method in class org.apache.flink.runtime.fs.s3.S3DataInputStream
 
markAsFinished() - Method in class org.apache.flink.runtime.taskmanager.Task
Marks the task as finished.
markDead() - Method in class org.apache.flink.runtime.instance.Instance
 
markFailed(Throwable) - Method in class org.apache.flink.runtime.taskmanager.Task
 
markReleased() - Method in class org.apache.flink.runtime.instance.AllocatedSlot
 
markSupported() - Method in class org.apache.flink.runtime.fs.s3.S3DataInputStream
 
MatchDriver<IT1,IT2,OT> - Class in org.apache.flink.runtime.operators
Match task which is executed by a Nephele task manager.
MatchDriver() - Constructor for class org.apache.flink.runtime.operators.MatchDriver
 
matchesOrderedPartitioning(Ordering) - Method in class org.apache.flink.compiler.dataproperties.GlobalProperties
 
MatchNode - Class in org.apache.flink.compiler.dag
The Optimizer representation of a join operator.
MatchNode(JoinOperatorBase<?, ?, ?, ?>) - Constructor for class org.apache.flink.compiler.dag.MatchNode
Creates a new MatchNode for the given join operator.
MathUtils - Class in org.apache.flink.runtime.util
Collection of simple mathematical routines.
max(int) - Method in class org.apache.flink.api.java.DataSet
Syntactic sugar for aggregate (MAX, field)
max(int) - Method in class org.apache.flink.api.java.operators.UnsortedGrouping
Syntactic sugar for aggregate (MAX, field)
max(int) - Method in class org.apache.flink.streaming.api.datastream.BatchedDataStream
Applies an aggregation that gives the maximum of every sliding batch/window of the data stream at the given position.
max() - Method in class org.apache.flink.streaming.api.datastream.BatchedDataStream
Syntactic sugar for max(0)
max(int) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Applies an aggregation that gives the maximum of the data stream at the given position.
max() - Method in class org.apache.flink.streaming.api.datastream.DataStream
Syntactic sugar for max(0)
max(int) - Method in class org.apache.flink.streaming.api.datastream.GroupedDataStream
Applies an aggregation that gives the maximum of the grouped data stream at the given position, grouped by the given key position.
MAX_ARITY - Static variable in class org.apache.flink.api.java.tuple.Tuple
 
MAX_DYNAMIC_PATH_COST_WEIGHT - Static variable in class org.apache.flink.compiler.dag.OptimizerNode
 
MAX_NUM_WRITE_BUFFERS - Static variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
The maximal number of buffers to use by the writers.
MaxAggregationFunction<T extends Comparable<T>> - Class in org.apache.flink.api.java.aggregation
 
MaxAggregationFunction() - Constructor for class org.apache.flink.api.java.aggregation.MaxAggregationFunction
 
MaxAggregationFunction<T> - Class in org.apache.flink.streaming.api.function.aggregation
 
MaxAggregationFunction(int) - Constructor for class org.apache.flink.streaming.api.function.aggregation.MaxAggregationFunction
 
MaxAggregationFunction.MaxAggregationFunctionFactory - Class in org.apache.flink.api.java.aggregation
 
MaxAggregationFunction.MaxAggregationFunctionFactory() - Constructor for class org.apache.flink.api.java.aggregation.MaxAggregationFunction.MaxAggregationFunctionFactory
 
maxBy(int...) - Method in class org.apache.flink.api.java.DataSet
Applies a special case of a reduce transformation (maxBy) on a non-grouped DataSet.
The transformation consecutively calls a ReduceFunction until only a single element remains which is the result of the transformation.
maxBy(int...) - Method in class org.apache.flink.api.java.operators.UnsortedGrouping
Applies a special case of a reduce transformation (maxBy) on a grouped DataSet.
The transformation consecutively calls a ReduceFunction until only a single element remains which is the result of the transformation.
maxBy(int) - Method in class org.apache.flink.streaming.api.datastream.BatchedDataStream
Applies an aggregation that gives the maximum element of every sliding batch/window of the data stream by the given position.
maxBy(int, boolean) - Method in class org.apache.flink.streaming.api.datastream.BatchedDataStream
Applies an aggregation that gives the maximum element of every sliding batch/window of the data stream by the given position.
maxBy(int) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Applies an aggregation that that gives the current element with the maximum value at the given position, if more elements have the maximum value at the given position, the operator returns the first one by default.
maxBy(int, boolean) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Applies an aggregation that that gives the current element with the maximum value at the given position, if more elements have the maximum value at the given position, the operator returns either the first or last one, depending on the parameter set.
maxBy(int) - Method in class org.apache.flink.streaming.api.datastream.GroupedDataStream
Applies an aggregation that that gives the current element with the maximum value at the given position for each group on a grouped data stream.
maxBy(int, boolean) - Method in class org.apache.flink.streaming.api.datastream.GroupedDataStream
Applies an aggregation that that gives the current element with the maximum value at the given position for each group on a grouped data stream.
MaxByAggregationFunction<T> - Class in org.apache.flink.streaming.api.function.aggregation
 
MaxByAggregationFunction(int, boolean) - Constructor for class org.apache.flink.streaming.api.function.aggregation.MaxByAggregationFunction
 
maxNumFileHandles - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
 
maxSize() - Method in class org.apache.flink.streaming.state.NullableCircularBuffer
Gets the maximum size of the collection (the bound).
MemcachedState<V> - Class in org.apache.flink.streaming.connectors.db
Interface to a Memcached key-value cache.
MemcachedState() - Constructor for class org.apache.flink.streaming.connectors.db.MemcachedState
 
MemcachedState(String, int) - Constructor for class org.apache.flink.streaming.connectors.db.MemcachedState
 
memManager - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
 
memory - Variable in class org.apache.flink.core.memory.MemorySegment
The array in which the data is stored.
memory - Variable in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
The array in which the data is stored.
memory - Variable in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
The array in which the data is stored.
memory - Variable in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
The array in which the data is stored.
MemoryAllocationException - Exception in org.apache.flink.runtime.memorymanager
An exception to be thrown when a memory allocation operation is not successful.
MemoryAllocationException() - Constructor for exception org.apache.flink.runtime.memorymanager.MemoryAllocationException
 
MemoryAllocationException(String, Throwable) - Constructor for exception org.apache.flink.runtime.memorymanager.MemoryAllocationException
 
MemoryAllocationException(String) - Constructor for exception org.apache.flink.runtime.memorymanager.MemoryAllocationException
 
MemoryAllocationException(Throwable) - Constructor for exception org.apache.flink.runtime.memorymanager.MemoryAllocationException
 
MemoryArchivist - Class in org.apache.flink.runtime.jobmanager.archive
Implementation of the ArchiveListener, that archives old data of the JobManager in memory.
MemoryArchivist(int) - Constructor for class org.apache.flink.runtime.jobmanager.archive.MemoryArchivist
 
MemoryBlockIterator - Interface in org.apache.flink.runtime.util
The memory block iterator is an iterator that always buffers a block of elements in memory.
MemoryManager - Interface in org.apache.flink.runtime.memorymanager
Interface for a memory manager that assigns portions of memory to different tasks.
memoryManager - Variable in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
 
memoryManager - Variable in class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
 
memoryManager - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
The memory manager through which memory is allocated and released.
MemorySegment - Class in org.apache.flink.core.memory
This class represents a piece of memory allocated from the memory manager.
MemorySegment(byte[]) - Constructor for class org.apache.flink.core.memory.MemorySegment
Creates a new memory segment that represents the data in the given byte array.
MemorySegmentSource - Interface in org.apache.flink.core.memory
Interface describing entities that can provide memory segments.
MemoryUtils - Class in org.apache.flink.core.memory
Utility class for native (unsafe) memory accesses.
MenuServlet - Class in org.apache.flink.runtime.jobmanager.web
A Servlet that displays the Configruation in the webinterface.
MenuServlet() - Constructor for class org.apache.flink.runtime.jobmanager.web.MenuServlet
 
merge(Accumulator<V, R>) - Method in interface org.apache.flink.api.common.accumulators.Accumulator
Used by system internally to merge the collected parts of an accumulator at the end of the job.
merge(Accumulator<Double, Double>) - Method in class org.apache.flink.api.common.accumulators.DoubleCounter
 
merge(Accumulator<Integer, Map<Integer, Integer>>) - Method in class org.apache.flink.api.common.accumulators.Histogram
 
merge(Accumulator<Integer, Integer>) - Method in class org.apache.flink.api.common.accumulators.IntCounter
 
merge(Accumulator<Long, Long>) - Method in class org.apache.flink.api.common.accumulators.LongCounter
 
merge(Accumulator<Integer, List<Integer>>) - Method in class org.apache.flink.examples.java.relational.EmptyFieldsCountAccumulator.VectorAccumulator
 
merge(DataStream<OUT>...) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Creates a new DataStream by merging DataStream outputs of the same type with each other.
MERGE_ITERATION_AUX_TASKS_KEY - Static variable in class org.apache.flink.compiler.plantranslate.NepheleJobGraphGenerator
 
mergeBranchPlanMaps(PlanNode, PlanNode) - Method in class org.apache.flink.compiler.plan.PlanNode
 
mergeBranchPlanMaps(Map<OptimizerNode, PlanNode>, Map<OptimizerNode, PlanNode>) - Method in class org.apache.flink.compiler.plan.PlanNode
 
mergeBranchPlanMaps(Map<OptimizerNode, PlanNode>, Map<OptimizerNode, PlanNode>) - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
Merging can only take place after the solutionSetDelta and nextWorkset PlanNode has been set, because they can contain also some of the branching nodes.
mergeBranchPlanMaps() - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
mergeChannelList(List<UnilateralSortMerger.ChannelWithBlockCount>, List<MemorySegment>, List<MemorySegment>) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
Merges the given sorted runs to a smaller number of sorted runs.
mergeChannels(List<UnilateralSortMerger.ChannelWithBlockCount>, List<List<MemorySegment>>, List<MemorySegment>) - Method in class org.apache.flink.runtime.operators.sort.CombiningUnilateralSortMerger.CombiningSpillingThread
Merges the sorted runs described by the given Channel IDs into a single sorted run.
mergeChannels(List<UnilateralSortMerger.ChannelWithBlockCount>, List<List<MemorySegment>>, List<MemorySegment>) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
Merges the sorted runs described by the given Channel IDs into a single sorted run.
mergedStreams - Variable in class org.apache.flink.streaming.api.datastream.DataStream
 
mergeHadoopConf(JobConf) - Static method in class org.apache.flink.hadoopcompatibility.mapred.utils.HadoopUtils
Merge HadoopConfiguration into JobConf.
mergeHadoopConf(Configuration) - Static method in class org.apache.flink.hadoopcompatibility.mapreduce.utils.HadoopUtils
Merge HadoopConfiguration into Configuration.
mergeInto(Map<String, Accumulator<?, ?>>, Map<String, Accumulator<?, ?>>) - Static method in class org.apache.flink.api.common.accumulators.AccumulatorHelper
Merge two collections of accumulators.
mergeInto(CoLocationGroup) - Method in class org.apache.flink.runtime.jobmanager.scheduler.CoLocationGroup
 
MergeIterator<E> - Class in org.apache.flink.runtime.operators.sort
An iterator that returns a sorted merge of the sequences of elements from a set of iterators, assuming those sequences are ordered themselves.
MergeIterator(List<MutableObjectIterator<E>>, TypeSerializer<E>, TypeComparator<E>) - Constructor for class org.apache.flink.runtime.operators.sort.MergeIterator
 
mergeLists(List<OptimizerNode.UnclosedBranchDescriptor>, List<OptimizerNode.UnclosedBranchDescriptor>, List<OptimizerNode.UnclosedBranchDescriptor>) - Method in class org.apache.flink.compiler.dag.OptimizerNode
The node IDs are assigned in graph-traversal order (pre-order), hence, each list is sorted by ID in ascending order and all consecutive lists start with IDs in ascending order.
MergeMatchIterator<T1,T2,O> - Class in org.apache.flink.runtime.operators.sort
An implementation of the JoinTaskIterator that realizes the matching through a sort-merge join strategy.
MergeMatchIterator(MutableObjectIterator<T1>, MutableObjectIterator<T2>, TypeSerializer<T1>, TypeComparator<T1>, TypeSerializer<T2>, TypeComparator<T2>, TypePairComparator<T1, T2>, MemoryManager, IOManager, int, AbstractInvokable) - Constructor for class org.apache.flink.runtime.operators.sort.MergeMatchIterator
 
MessageIterator<Message> - Class in org.apache.flink.spargel.java
An iterator that returns messages.
MessageIterator() - Constructor for class org.apache.flink.spargel.java.MessageIterator
 
MessageIterator<Message extends Value> - Class in org.apache.flink.spargel.java.record
 
MessageIterator(Message) - Constructor for class org.apache.flink.spargel.java.record.MessageIterator
 
MessagingFunction<VertexKey extends Comparable<VertexKey>,VertexValue,Message,EdgeValue> - Class in org.apache.flink.spargel.java
The base class for functions that produce messages between vertices as a part of a VertexCentricIteration.
MessagingFunction() - Constructor for class org.apache.flink.spargel.java.MessagingFunction
 
MessagingFunction<VertexKey extends Key<VertexKey>,VertexValue extends Value,Message extends Value,EdgeValue extends Value> - Class in org.apache.flink.spargel.java.record
 
MessagingFunction() - Constructor for class org.apache.flink.spargel.java.record.MessagingFunction
 
min(int) - Method in class org.apache.flink.api.java.DataSet
Syntactic sugar for aggregate (MIN, field)
min(int) - Method in class org.apache.flink.api.java.operators.UnsortedGrouping
Syntactic sugar for aggregate (MIN, field)
min(int) - Method in class org.apache.flink.streaming.api.datastream.BatchedDataStream
Applies an aggregation that that gives the minimum of every sliding batch/window of the data stream at the given position.
min() - Method in class org.apache.flink.streaming.api.datastream.BatchedDataStream
Syntactic sugar for min(0)
min(int) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Applies an aggregation that that gives the minimum of the data stream at the given position.
min() - Method in class org.apache.flink.streaming.api.datastream.DataStream
Syntactic sugar for min(0)
min(int) - Method in class org.apache.flink.streaming.api.datastream.GroupedDataStream
Applies an aggregation that gives the minimum of the grouped data stream at the given position, grouped by the given key position.
MIN_NUM_SORT_MEM_SEGMENTS - Static variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
The minimum number of segments that are required for the sort to operate.
MIN_NUM_WRITE_BUFFERS - Static variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
The minimal number of buffers to use by the writers.
MIN_PAGE_SIZE - Static variable in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
The minimal memory page size.
MinAggregationFunction<T extends Comparable<T>> - Class in org.apache.flink.api.java.aggregation
 
MinAggregationFunction() - Constructor for class org.apache.flink.api.java.aggregation.MinAggregationFunction
 
MinAggregationFunction<T> - Class in org.apache.flink.streaming.api.function.aggregation
 
MinAggregationFunction(int) - Constructor for class org.apache.flink.streaming.api.function.aggregation.MinAggregationFunction
 
MinAggregationFunction.MinAggregationFunctionFactory - Class in org.apache.flink.api.java.aggregation
 
MinAggregationFunction.MinAggregationFunctionFactory() - Constructor for class org.apache.flink.api.java.aggregation.MinAggregationFunction.MinAggregationFunctionFactory
 
minBy(int...) - Method in class org.apache.flink.api.java.DataSet
Applies a special case of a reduce transformation (minBy) on a non-grouped DataSet.
The transformation consecutively calls a ReduceFunction until only a single element remains which is the result of the transformation.
minBy(int...) - Method in class org.apache.flink.api.java.operators.UnsortedGrouping
Applies a special case of a reduce transformation (minBy) on a grouped DataSet.
The transformation consecutively calls a ReduceFunction until only a single element remains which is the result of the transformation.
minBy(int) - Method in class org.apache.flink.streaming.api.datastream.BatchedDataStream
Applies an aggregation that gives the minimum element of every sliding batch/window of the data stream by the given position.
minBy(int, boolean) - Method in class org.apache.flink.streaming.api.datastream.BatchedDataStream
Applies an aggregation that gives the minimum element of every sliding batch/window of the data stream by the given position.
minBy(int) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Applies an aggregation that that gives the current element with the minimum value at the given position, if more elements have the minimum value at the given position, the operator returns the first one by default.
minBy(int, boolean) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Applies an aggregation that that gives the current element with the minimum value at the given position, if more elements have the minimum value at the given position, the operator returns either the first or last one, depending on the parameter set.
minBy(int) - Method in class org.apache.flink.streaming.api.datastream.GroupedDataStream
Applies an aggregation that that gives the current element with the minimum value at the given position for each group on a grouped data stream.
minBy(int, boolean) - Method in class org.apache.flink.streaming.api.datastream.GroupedDataStream
Applies an aggregation that that gives the current element with the minimum value at the given position for each group on a grouped data stream.
MinByAggregationFunction<T> - Class in org.apache.flink.streaming.api.function.aggregation
 
MinByAggregationFunction(int, boolean) - Constructor for class org.apache.flink.streaming.api.function.aggregation.MinByAggregationFunction
 
minibatchCounter - Variable in class org.apache.flink.streaming.api.invokable.operator.BatchGroupReduceInvokable.StreamBatch
 
minibatchCounter - Variable in class org.apache.flink.streaming.api.invokable.operator.BatchReduceInvokable.StreamBatch
 
minibatchCounter - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable.StreamBatch
 
minibatchCounter - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowInvokable.StreamWindow
 
miniBatchEnd() - Method in class org.apache.flink.streaming.api.invokable.operator.BatchGroupReduceInvokable.StreamBatch
 
miniBatchEnd() - Method in class org.apache.flink.streaming.api.invokable.operator.BatchReduceInvokable.StreamBatch
 
miniBatchEnd() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable.StreamBatch
 
miniBatchEnd() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowInvokable.StreamWindow
 
miniBatchEnd() - Method in class org.apache.flink.streaming.api.invokable.operator.WindowGroupReduceInvokable.StreamWindow
 
miniBatchEnd() - Method in class org.apache.flink.streaming.api.invokable.operator.WindowReduceInvokable.StreamWindow
 
miniBatchEnd1() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowReduceInvokable
 
miniBatchEnd2() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowReduceInvokable
 
miniBatchInProgress() - Method in class org.apache.flink.streaming.api.invokable.operator.BatchReduceInvokable.StreamBatch
 
miniBatchInProgress() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable.StreamBatch
 
MINIMUM_HEAP_SIZE_MB - Static variable in class org.apache.flink.test.util.AbstractTestBase
 
MINIMUM_MULTIPART_SIZE - Static variable in class org.apache.flink.runtime.fs.s3.S3DataOutputStream
 
minSplitSize - Variable in class org.apache.flink.api.common.io.FileInputFormat
The the minimal split size, set by the configure() method.
MissingChildException - Exception in org.apache.flink.compiler.contextcheck
 
MissingChildException(String) - Constructor for exception org.apache.flink.compiler.contextcheck.MissingChildException
 
MissingChildException() - Constructor for exception org.apache.flink.compiler.contextcheck.MissingChildException
 
MissingFieldTypeInfoException - Exception in org.apache.flink.compiler.postpass
 
MissingFieldTypeInfoException(int) - Constructor for exception org.apache.flink.compiler.postpass.MissingFieldTypeInfoException
 
mkdirs(Path) - Method in class org.apache.flink.core.fs.FileSystem
Make the given file and all non-existent parents into directories.
mkdirs(Path) - Method in class org.apache.flink.core.fs.local.LocalFileSystem
Recursively creates the directory specified by the provided path.
mkdirs(Path) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
 
mkdirs(Path) - Method in class org.apache.flink.runtime.fs.maprfs.MapRFileSystem
 
mkdirs(Path) - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
 
mod(int, int) - Static method in class org.apache.flink.streaming.examples.cellinfo.Util
 
multiplyWith(int) - Method in class org.apache.flink.compiler.costs.Costs
 
MutableHashTable<BT,PT> - Class in org.apache.flink.runtime.operators.hash
An implementation of a Hybrid Hash Join.
MutableHashTable(TypeSerializer<BT>, TypeSerializer<PT>, TypeComparator<BT>, TypeComparator<PT>, TypePairComparator<PT, BT>, List<MemorySegment>, IOManager) - Constructor for class org.apache.flink.runtime.operators.hash.MutableHashTable
 
MutableHashTable(TypeSerializer<BT>, TypeSerializer<PT>, TypeComparator<BT>, TypeComparator<PT>, TypePairComparator<PT, BT>, List<MemorySegment>, IOManager, int) - Constructor for class org.apache.flink.runtime.operators.hash.MutableHashTable
 
MutableHashTable.HashBucketIterator<BT,PT> - Class in org.apache.flink.runtime.operators.hash
 
MutableHashTable.ProbeIterator<PT> - Class in org.apache.flink.runtime.operators.hash
 
mutableInvoke() - Method in class org.apache.flink.streaming.api.invokable.operator.BatchGroupReduceInvokable
 
mutableInvoke() - Method in class org.apache.flink.streaming.api.invokable.operator.BatchReduceInvokable
 
mutableInvoke() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable
 
mutableInvoke() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoInvokable
 
mutableInvoke() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowInvokable
 
mutableInvoke() - Method in class org.apache.flink.streaming.api.invokable.operator.CounterInvokable
 
mutableInvoke() - Method in class org.apache.flink.streaming.api.invokable.operator.FilterInvokable
 
mutableInvoke() - Method in class org.apache.flink.streaming.api.invokable.operator.FlatMapInvokable
 
mutableInvoke() - Method in class org.apache.flink.streaming.api.invokable.operator.MapInvokable
 
mutableInvoke() - Method in class org.apache.flink.streaming.api.invokable.operator.ProjectInvokable
 
mutableInvoke() - Method in class org.apache.flink.streaming.api.invokable.operator.StreamReduceInvokable
 
mutableInvoke() - Method in class org.apache.flink.streaming.api.invokable.SinkInvokable
 
mutableInvoke() - Method in class org.apache.flink.streaming.api.invokable.SourceInvokable
 
mutableInvoke() - Method in class org.apache.flink.streaming.api.invokable.StreamInvokable
Method that will be called if the mutability setting is set to mutable
MutableObjectIterator<E> - Interface in org.apache.flink.util
A simple iterator interface.
MutableReader<T extends IOReadableWritable> - Interface in org.apache.flink.runtime.io.network.api
 
MutableRecordReader<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.api
 
MutableRecordReader(AbstractInvokable) - Constructor for class org.apache.flink.runtime.io.network.api.MutableRecordReader
Constructs a new mutable record reader and registers a new input gate with the application's environment.
MutableTableState<K,V> - Class in org.apache.flink.streaming.state
The most general internal state that stores data in a mutable map.
MutableTableState() - Constructor for class org.apache.flink.streaming.state.MutableTableState
 
MutableTableStateIterator<K,V> - Class in org.apache.flink.streaming.state
 
MutableTableStateIterator(Iterator<Map.Entry<K, V>>) - Constructor for class org.apache.flink.streaming.state.MutableTableStateIterator
 
MutableToRegularIteratorWrapper<T> - Class in org.apache.flink.runtime.util
This class wraps a MutableObjectIterator into a regular Iterator.
MutableToRegularIteratorWrapper(MutableObjectIterator<T>, TypeSerializer<T>) - Constructor for class org.apache.flink.runtime.util.MutableToRegularIteratorWrapper
 
MutableUnionRecordReader<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.api
 
MutableUnionRecordReader(MutableRecordReader<T>[]) - Constructor for class org.apache.flink.runtime.io.network.api.MutableUnionRecordReader
Constructs a new mutable union record reader.

N

name - Variable in class org.apache.flink.api.common.operators.Operator
 
name - Variable in class org.apache.flink.api.io.avro.example.User
Deprecated.
name(String) - Method in class org.apache.flink.api.java.operators.DataSink
 
name(String) - Method in class org.apache.flink.api.java.operators.DeltaIteration
Sets the name for the iteration.
name - Variable in class org.apache.flink.api.java.operators.Operator
 
name(String) - Method in class org.apache.flink.api.java.operators.Operator
Sets the name of this operator.
name(String) - Method in class org.apache.flink.api.java.record.operators.CoGroupOperator.Builder
Deprecated.
Sets the name of this operator.
name(String) - Method in class org.apache.flink.api.java.record.operators.CrossOperator.Builder
Deprecated.
Sets the name of this operator.
name(String) - Method in class org.apache.flink.api.java.record.operators.JoinOperator.Builder
Deprecated.
Sets the name of this operator.
name(String) - Method in class org.apache.flink.api.java.record.operators.MapOperator.Builder
Deprecated.
Sets the name of this operator.
name(String) - Method in class org.apache.flink.api.java.record.operators.MapPartitionOperator.Builder
Deprecated.
Sets the name of this operator.
name(String) - Method in class org.apache.flink.api.java.record.operators.ReduceOperator.Builder
Sets the name of this operator.
name - Variable in class org.apache.flink.examples.java.misc.CollectionExecutionExample.User
 
name - Variable in class org.apache.flink.streaming.api.streamvertex.StreamVertex
 
NamedChannel - Class in org.apache.flink.compiler.plan
 
NamedChannel(String, PlanNode) - Constructor for class org.apache.flink.compiler.plan.NamedChannel
Initializes NamedChannel.
NamedChannel(String, PlanNode, TempMode) - Constructor for class org.apache.flink.compiler.plan.NamedChannel
 
NAryUnionPlanNode - Class in org.apache.flink.compiler.plan
A union operation over multiple inputs (2 or more).
NAryUnionPlanNode(BinaryUnionNode, List<Channel>, GlobalProperties) - Constructor for class org.apache.flink.compiler.plan.NAryUnionPlanNode
 
NATIVE_BLOCK_SIZE - Static variable in class org.apache.flink.api.common.io.BinaryInputFormat
 
NATIVE_BLOCK_SIZE - Static variable in class org.apache.flink.api.common.io.BinaryOutputFormat
 
NATIVE_BYTE_ORDER - Static variable in class org.apache.flink.core.memory.MemoryUtils
The native byte order of the platform on which the system currently runs.
needsTaskCommit(JobConf, TaskAttemptID) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.datatypes.HadoopFileOutputCommitter
 
NepheleJobGraphGenerator - Class in org.apache.flink.compiler.plantranslate
This component translates the optimizer's resulting plan a nephele job graph.
NepheleJobGraphGenerator() - Constructor for class org.apache.flink.compiler.plantranslate.NepheleJobGraphGenerator
Creates a new job graph generator that uses the default values for its resource configuration.
NepheleJobGraphGenerator(Configuration) - Constructor for class org.apache.flink.compiler.plantranslate.NepheleJobGraphGenerator
 
NepheleMiniCluster - Class in org.apache.flink.client.minicluster
 
NepheleMiniCluster() - Constructor for class org.apache.flink.client.minicluster.NepheleMiniCluster
 
NettyConnectionManager - Class in org.apache.flink.runtime.io.network.netty
 
NettyConnectionManager(InetAddress, int, int, int, int, int, int) - Constructor for class org.apache.flink.runtime.io.network.netty.NettyConnectionManager
 
NetUtils - Class in org.apache.flink.runtime.net
 
NetUtils() - Constructor for class org.apache.flink.runtime.net.NetUtils
 
NetUtils - Class in org.apache.flink.util
 
NetUtils() - Constructor for class org.apache.flink.util.NetUtils
 
NetworkConnectionManager - Interface in org.apache.flink.runtime.io.network
 
newBuilder() - Static method in class org.apache.flink.api.io.avro.example.User
Creates a new User RecordBuilder
newBuilder(User.Builder) - Static method in class org.apache.flink.api.io.avro.example.User
Creates a new User RecordBuilder by copying an existing Builder
newBuilder(User) - Static method in class org.apache.flink.api.io.avro.example.User
Creates a new User RecordBuilder by copying an existing User instance
newId(int) - Method in class org.apache.flink.streaming.api.streamrecord.StreamRecord
Creates a new ID for the StreamRecord using the given channelID
newInstance(Class<T>) - Static method in class org.apache.flink.runtime.ipc.Server
 
newInstance(Class<T>) - Static method in class org.apache.flink.util.ReflectionUtil
 
newInstanceAvailable(Instance) - Method in interface org.apache.flink.runtime.instance.InstanceListener
Called when a new instance becomes available.
newInstanceAvailable(Instance) - Method in class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
 
newSlide() - Method in class org.apache.flink.streaming.state.CircularFifoList
 
newSlotAvailable(Instance) - Method in class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
 
newSlotAvailable(Instance) - Method in interface org.apache.flink.runtime.jobmanager.scheduler.SlotAvailablilityListener
 
newThread(Runnable) - Method in class org.apache.flink.runtime.util.ExecutorThreadFactory
 
newVertex() - Static method in class org.apache.flink.streaming.api.streamvertex.StreamVertex
 
next() - Method in class org.apache.flink.api.common.functions.util.CopyingIterator
 
next() - Method in class org.apache.flink.api.common.operators.util.ListKeyGroupedIterator.ValuesIterator
 
next() - Method in class org.apache.flink.api.java.operators.translation.TupleUnwrappingIterator
 
next() - Method in class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopTupleUnwrappingIterator
 
next(E) - Method in class org.apache.flink.runtime.io.disk.ChannelReaderInputViewIterator
 
next(E) - Method in class org.apache.flink.runtime.io.disk.InputViewIterator
 
next() - Method in class org.apache.flink.runtime.io.disk.iomanager.Channel.Enumerator
 
next(T) - Method in interface org.apache.flink.runtime.io.network.api.MutableReader
 
next(T) - Method in class org.apache.flink.runtime.io.network.api.MutableRecordReader
 
next(T) - Method in class org.apache.flink.runtime.io.network.api.MutableUnionRecordReader
 
next() - Method in interface org.apache.flink.runtime.io.network.api.Reader
 
next() - Method in class org.apache.flink.runtime.io.network.api.RecordReader
Reads the current record from the associated input gate.
next() - Method in class org.apache.flink.runtime.io.network.api.UnionRecordReader
 
next(BT) - Method in class org.apache.flink.runtime.iterative.io.HashPartitionIterator
 
next() - Method in class org.apache.flink.runtime.jobgraph.tasks.InputSplitIterator
 
next(T) - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable.EntryIterator
 
next(BT) - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable.HashBucketIterator
 
next() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable.ProbeIterator
 
next() - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableIterator
 
next(T) - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableMutableObjectIterator
 
next() - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
 
next(T) - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
 
next(E) - Method in class org.apache.flink.runtime.operators.sort.MergeIterator
Gets the next smallest element, with respect to the definition of order implied by the TypeSerializer provided to this iterator.
next() - Method in class org.apache.flink.runtime.operators.sort.SortMergeCoGroupIterator
 
next() - Method in interface org.apache.flink.runtime.operators.util.CoGroupTaskIterator
Moves the internal pointer to the next key (if present).
next(T) - Method in class org.apache.flink.runtime.operators.util.ReaderIterator
 
next(Record) - Method in class org.apache.flink.runtime.operators.util.RecordReaderIterator
 
next() - Method in class org.apache.flink.runtime.util.EmptyIterator
Always throws a NoSuchElementException.
next(E) - Method in class org.apache.flink.runtime.util.EmptyMutableObjectIterator
Always returns null.
next() - Method in class org.apache.flink.runtime.util.KeyGroupedIterator.ValuesIterator
Prior to call this method, call hasNext() once!
next() - Method in class org.apache.flink.runtime.util.KeyGroupedIteratorImmutable.ValuesIterator
 
next() - Method in class org.apache.flink.runtime.util.MutableToRegularIteratorWrapper
 
next(T) - Method in class org.apache.flink.runtime.util.RegularToMutableObjectIterator
 
next() - Method in class org.apache.flink.runtime.util.SingleElementIterator
 
next() - Method in class org.apache.flink.runtime.util.UnmodifiableIterator
 
next() - Method in class org.apache.flink.spargel.java.MessageIterator
 
next() - Method in class org.apache.flink.spargel.java.record.MessageIterator
 
next() - Method in class org.apache.flink.streaming.connectors.db.DBStateIterator
 
next(T1, T2) - Method in class org.apache.flink.streaming.io.CoReaderIterator
 
next() - Method in class org.apache.flink.streaming.state.MutableTableStateIterator
 
next() - Method in class org.apache.flink.streaming.state.SlidingWindowStateIterator
 
next() - Method in class org.apache.flink.streaming.state.StreamIterator
 
next() - Method in class org.apache.flink.streaming.state.TableStateIterator
 
next(E) - Method in interface org.apache.flink.util.MutableObjectIterator
Gets the next element from the collection.
next() - Method in class org.apache.flink.util.NumberSequenceIterator
 
next(StringValue) - Method in class org.apache.flink.util.SimpleStringUtils.WhitespaceTokenizer
Gets the next token from the string.
nextBlock() - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableIterator
 
nextBlock() - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableMutableObjectIterator
 
nextBlock() - Method in interface org.apache.flink.runtime.util.MemoryBlockIterator
Move the iterator to the next memory block.
nextKey() - Method in class org.apache.flink.api.common.operators.util.ListKeyGroupedIterator
Moves the iterator to the next key.
nextKey() - Method in class org.apache.flink.runtime.util.KeyGroupedIterator
Moves the iterator to the next key.
nextKey() - Method in class org.apache.flink.runtime.util.KeyGroupedIteratorImmutable
Moves the iterator to the next key.
nextKey() - Method in class org.apache.flink.runtime.util.KeyGroupedMutableObjectIterator
Moves the iterator to the next key.
nextOverflowBucket - Variable in class org.apache.flink.runtime.operators.hash.HashPartition
 
nextOverflowBucket - Variable in class org.apache.flink.runtime.operators.hash.InMemoryPartition
 
nextRecord(T) - Method in class org.apache.flink.api.common.io.BinaryInputFormat
 
nextRecord(OT) - Method in class org.apache.flink.api.common.io.DelimitedInputFormat
 
nextRecord(OT) - Method in interface org.apache.flink.api.common.io.InputFormat
Tries to read the next pair from the input.
nextRecord(User) - Method in class org.apache.flink.api.io.avro.example.AvroTypeExample.UserGeneratingInputFormat
 
nextRecord(E) - Method in class org.apache.flink.api.java.io.AvroInputFormat
 
nextRecord(T) - Method in class org.apache.flink.api.java.io.CollectionInputFormat
 
nextRecord(T) - Method in class org.apache.flink.api.java.io.IteratorInputFormat
 
nextRecord(OUT) - Method in class org.apache.flink.api.java.io.jdbc.JDBCInputFormat
Stores the next resultSet row in a tuple
nextRecord(T) - Method in class org.apache.flink.api.java.io.ParallelIteratorInputFormat
 
nextRecord(Record) - Method in class org.apache.flink.api.java.record.io.CollectionInputFormat
 
nextRecord(Record) - Method in class org.apache.flink.api.java.record.io.ExternalProcessFixedLengthInputFormat
 
nextRecord(Record) - Method in class org.apache.flink.api.java.record.io.FixedLengthInputFormat
 
nextRecord(Record) - Method in class org.apache.flink.api.java.record.io.jdbc.JDBCInputFormat
Stores the next resultSet row in a Record
nextRecord(Tuple2<K, V>) - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopInputFormat
 
nextRecord(Record) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordInputFormat
 
nextRecord(Tuple2<K, V>) - Method in class org.apache.flink.hadoopcompatibility.mapreduce.HadoopInputFormat
 
nextRecord() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
nextRecordTime - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowInvokable
 
nextRecordTime - Variable in class org.apache.flink.streaming.api.invokable.operator.WindowGroupReduceInvokable
 
nextRecordTime - Variable in class org.apache.flink.streaming.api.invokable.operator.WindowReduceInvokable
 
nextRecordTime1 - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowReduceInvokable
 
nextRecordTime2 - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowReduceInvokable
 
nextSegment() - Method in interface org.apache.flink.core.memory.MemorySegmentSource
Gets the next memory segment.
nextSegment(MemorySegment) - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
Gets the next segment from the asynchronous block reader.
nextSegment(MemorySegment, int) - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelWriterOutputView
 
nextSegment(MemorySegment) - Method in class org.apache.flink.runtime.io.disk.iomanager.HeaderlessChannelReaderInputView
 
nextSegment(MemorySegment) - Method in class org.apache.flink.runtime.io.disk.RandomAccessInputView
 
nextSegment(MemorySegment, int) - Method in class org.apache.flink.runtime.io.disk.RandomAccessOutputView
 
nextSegment(MemorySegment, int) - Method in class org.apache.flink.runtime.io.disk.SimpleCollectingOutputView
 
nextSegment(MemorySegment, int) - Method in class org.apache.flink.runtime.io.disk.SpillingBuffer
 
nextSegment(MemorySegment, int) - Method in class org.apache.flink.runtime.iterative.io.SerializedUpdateBuffer
 
nextSegment(MemorySegment) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
The method by which concrete subclasses realize page crossing.
nextSegment(MemorySegment, int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
This method must return a segment.
nextSegment() - Method in class org.apache.flink.runtime.memorymanager.ListMemorySegmentSource
 
nextSegment(MemorySegment, int) - Method in class org.apache.flink.runtime.operators.hash.HashPartition.BuildSideBuffer
 
nextSegment(MemorySegment) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
 
nextSegment() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
nextValue - Variable in class org.apache.flink.streaming.api.invokable.operator.StreamReduceInvokable
 
nextValue1 - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoReduceInvokable
 
nextValue2 - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoReduceInvokable
 
NO_STRINGS - Static variable in class org.apache.flink.runtime.iterative.event.IterationEventWithAggregators
 
NO_VALUES - Static variable in class org.apache.flink.runtime.iterative.event.IterationEventWithAggregators
 
nodeCosts - Variable in class org.apache.flink.compiler.plan.PlanNode
 
NoFetchingInput - Class in org.apache.flink.api.java.typeutils.runtime
 
NoFetchingInput(InputStream) - Constructor for class org.apache.flink.api.java.typeutils.runtime.NoFetchingInput
 
NonCachingDataStatistics - Class in org.apache.flink.compiler
A variant of the data statistics that never caches.
NonCachingDataStatistics() - Constructor for class org.apache.flink.compiler.NonCachingDataStatistics
 
NonParallelInput - Interface in org.apache.flink.api.common.io
This interface acts as a marker for input formats for inputs which cannot be split.
NonSerializableUserCodeException - Exception in org.apache.flink.api.common
An special case of the InvalidProgramException, indicating that a part of the program that needs to be serializable (for shipping) is not serializable.
NonSerializableUserCodeException() - Constructor for exception org.apache.flink.api.common.NonSerializableUserCodeException
Creates a new exception with no message.
NonSerializableUserCodeException(String) - Constructor for exception org.apache.flink.api.common.NonSerializableUserCodeException
Creates a new exception with the given message.
NoOpBinaryUdfOp<OUT> - Class in org.apache.flink.compiler.util
 
NoOpBinaryUdfOp(TypeInformation<OUT>) - Constructor for class org.apache.flink.compiler.util.NoOpBinaryUdfOp
 
NoOpDescriptor - Class in org.apache.flink.compiler.operators
 
NoOpDescriptor() - Constructor for class org.apache.flink.compiler.operators.NoOpDescriptor
 
NoOpDriver<T> - Class in org.apache.flink.runtime.operators
A driver that does nothing but forward data from its input to its output.
NoOpDriver() - Constructor for class org.apache.flink.runtime.operators.NoOpDriver
 
NoOpFunction - Class in org.apache.flink.api.common.functions.util
 
NoOpFunction() - Constructor for class org.apache.flink.api.common.functions.util.NoOpFunction
 
NoOpNode - Class in org.apache.flink.compiler.dag
The optimizer's internal representation of a No Operation node.
NoOpNode() - Constructor for class org.apache.flink.compiler.dag.NoOpNode
 
NoOpNode(String) - Constructor for class org.apache.flink.compiler.dag.NoOpNode
 
NoOpUnaryUdfOp<OUT> - Class in org.apache.flink.compiler.util
 
NoResourceAvailableException - Exception in org.apache.flink.runtime.jobmanager.scheduler
 
NoResourceAvailableException() - Constructor for exception org.apache.flink.runtime.jobmanager.scheduler.NoResourceAvailableException
 
NoResourceAvailableException(ScheduledUnit) - Constructor for exception org.apache.flink.runtime.jobmanager.scheduler.NoResourceAvailableException
 
NoResourceAvailableException(String) - Constructor for exception org.apache.flink.runtime.jobmanager.scheduler.NoResourceAvailableException
 
NormalizableKey<T> - Interface in org.apache.flink.types
The base interface for normalizable keys.
normalizableKeyPrefixLen - Variable in class org.apache.flink.api.java.typeutils.runtime.TupleComparatorBase
 
normalizedKeyLengths - Variable in class org.apache.flink.api.java.typeutils.runtime.TupleComparatorBase
 
NormalizedKeySorter<T> - Class in org.apache.flink.runtime.operators.sort
 
NormalizedKeySorter(TypeSerializer<T>, TypeComparator<T>, List<MemorySegment>) - Constructor for class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
 
NormalizedKeySorter(TypeSerializer<T>, TypeComparator<T>, List<MemorySegment>, int) - Constructor for class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
 
normalizeHostName(String) - Static method in class org.apache.flink.runtime.net.NetUtils
Given a string representation of a host, return its ip address in textual presentation.
normalizeHostNames(Collection<String>) - Static method in class org.apache.flink.runtime.net.NetUtils
Given a collection of string representation of hosts, return a list of corresponding IP addresses in the textual representation.
noStatsCompiler - Variable in class org.apache.flink.test.compiler.util.CompilerTestBase
 
Nothing - Class in org.apache.flink.types
A type for (synthetic) operators that do not output data.
NothingTypeInfo - Class in org.apache.flink.api.common.typeinfo
 
NothingTypeInfo() - Constructor for class org.apache.flink.api.common.typeinfo.NothingTypeInfo
 
notifyDataUnitConsumed() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
Notify the channel that a data unit has been consumed.
notifyDataUnitConsumed(int) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
Notify the gate that is has consumed a data unit from the channel with the given index
notifyExecutionStateChange(JobID, ExecutionAttemptID, ExecutionState, Throwable) - Method in class org.apache.flink.runtime.taskmanager.TaskManager
 
notifyGateThatInputIsAvailable() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
notifyOfEndOfSuperstep() - Method in class org.apache.flink.runtime.iterative.concurrent.BlockingBackChannel
Called by iteration tail to signal that all input of a superstep has been processed (unblocks iteration head).
notifyRecordIsAvailable(int) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
Notify the gate that the channel with the given index has at least one record available.
notifySolutionSetUpdate() - Method in class org.apache.flink.runtime.iterative.concurrent.SolutionSetUpdateBarrier
Releases the waiting thread.
NullableCircularBuffer - Class in org.apache.flink.streaming.state
 
NullableCircularBuffer() - Constructor for class org.apache.flink.streaming.state.NullableCircularBuffer
Constructs a new BoundedFifoBuffer big enough to hold 32 elements.
NullableCircularBuffer(int) - Constructor for class org.apache.flink.streaming.state.NullableCircularBuffer
Constructs a new BoundedFifoBuffer big enough to hold the specified number of elements.
NullableCircularBuffer(Collection) - Constructor for class org.apache.flink.streaming.state.NullableCircularBuffer
Constructs a new BoundedFifoBuffer big enough to hold all of the elements in the specified collection.
NullFieldException - Exception in org.apache.flink.types
An exception specifying that a required field was not set in a record, i.e.
NullFieldException() - Constructor for exception org.apache.flink.types.NullFieldException
Constructs an NullFieldException with null as its error detail message.
NullFieldException(String) - Constructor for exception org.apache.flink.types.NullFieldException
Constructs an NullFieldException with the specified detail message.
NullFieldException(int) - Constructor for exception org.apache.flink.types.NullFieldException
Constructs an NullFieldException with a default message, referring to given field number as the null field.
NullKeyFieldException - Exception in org.apache.flink.types
An exception specifying that a required key field was not set in a record, i.e.
NullKeyFieldException() - Constructor for exception org.apache.flink.types.NullKeyFieldException
Constructs an NullKeyFieldException with null as its error detail message.
NullKeyFieldException(NullFieldException) - Constructor for exception org.apache.flink.types.NullKeyFieldException
Constructs an NullKeyFieldException with a default message, referring to the field number given in the NullFieldException.
NullKeyFieldException(String) - Constructor for exception org.apache.flink.types.NullKeyFieldException
Constructs an NullKeyFieldException with the specified detail message.
NullKeyFieldException(int) - Constructor for exception org.apache.flink.types.NullKeyFieldException
Constructs an NullKeyFieldException with a default message, referring to given field number as the null key field.
NullValue - Class in org.apache.flink.types
Null base type for programs that implements the Key interface.
NullValue() - Constructor for class org.apache.flink.types.NullValue
Creates a NullValue object.
NUM_FIELDS_PARAMETER - Static variable in class org.apache.flink.api.java.record.io.CsvOutputFormat
 
NUM_RECORDS_UNKNOWN - Static variable in interface org.apache.flink.api.common.io.statistics.BaseStatistics
Constant indicating that the number of records is unknown;
NUM_VERTICES - Static variable in class org.apache.flink.test.testdata.PageRankData
 
numAvailableBuffers() - Method in class org.apache.flink.runtime.io.network.bufferprovider.GlobalBufferPool
Returns the number of currently available buffers.
numAvailableBuffers() - Method in class org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPool
Returns the number of buffers available in the local buffer pool.
numberOfBatches - Variable in class org.apache.flink.streaming.api.invokable.operator.BatchGroupReduceInvokable
 
numberOfBatches - Variable in class org.apache.flink.streaming.api.invokable.operator.BatchReduceInvokable
 
numberOfBatches - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable.StreamBatch
 
numberOfBatches - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowInvokable.StreamWindow
 
numberOfBatches1 - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable
 
numberOfBatches2 - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable
 
NumberSequenceIterator - Class in org.apache.flink.util
The NumberSequenceIterator is an iterator that returns a sequence of numbers (as Long)s.
NumberSequenceIterator(long, long) - Constructor for class org.apache.flink.util.NumberSequenceIterator
Internal constructor to allow for empty iterators.
numBuckets - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
The number of buckets in the current table.
numBuffers() - Method in class org.apache.flink.runtime.io.network.bufferprovider.GlobalBufferPool
Returns the total number of managed buffers.
numDesignatedBuffers() - Method in class org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPool
Returns the designated number of buffers for this local buffer pool.
numLeadingNormalizableKeys - Variable in class org.apache.flink.api.java.typeutils.runtime.TupleComparatorBase
 
numOverflowSegments - Variable in class org.apache.flink.runtime.operators.hash.HashPartition
 
numOverflowSegments - Variable in class org.apache.flink.runtime.operators.hash.InMemoryPartition
 
numRequestedBuffers() - Method in class org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPool
Returns the number of buffers, which have been requested from the global buffer pool.
numRequestsRemaining - Variable in class org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
 
numSamplesForStatistics(int) - Method in class org.apache.flink.api.common.io.DelimitedInputFormat.AbstractConfigBuilder
Sets the number of line samples to take in order to estimate the base statistics for the input format.
numSplits - Variable in class org.apache.flink.api.common.io.FileInputFormat
The desired number of splits, as set by the configure() method.
numTaskManager - Variable in class org.apache.flink.test.util.AbstractTestBase
 
numWriteBuffersToCluster - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
 

O

ObjectArrayTypeInfo<T,C> - Class in org.apache.flink.api.java.typeutils
 
ObjectTypeWrapper<T> - Class in org.apache.flink.streaming.util.serialization
 
ObjectTypeWrapper(T) - Constructor for class org.apache.flink.streaming.util.serialization.ObjectTypeWrapper
 
offer(E) - Method in class org.apache.flink.runtime.jobmanager.scheduler.LifoSetQueue
 
offer(E) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SetQueue
 
offer(T) - Method in class org.apache.flink.runtime.operators.sort.PartialOrderPriorityQueue
Adds element to the PriorityQueue in log(size) time if either the PriorityQueue is not full, or not lessThan(element, top()).
offset - Variable in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
The offset in the memory array where this segment starts.
onDynamicPath - Variable in class org.apache.flink.compiler.dag.OptimizerNode
 
open(Configuration) - Method in class org.apache.flink.api.common.functions.AbstractRichFunction
 
open(Configuration) - Method in interface org.apache.flink.api.common.functions.RichFunction
Initialization method for the function.
open(FileInputSplit) - Method in class org.apache.flink.api.common.io.BinaryInputFormat
 
open(int, int) - Method in class org.apache.flink.api.common.io.BinaryOutputFormat
 
open(FileInputSplit) - Method in class org.apache.flink.api.common.io.DelimitedInputFormat
Opens the given input split.
open(FileInputSplit) - Method in class org.apache.flink.api.common.io.FileInputFormat
Opens an input stream to the file defined in the input format.
open(int, int) - Method in class org.apache.flink.api.common.io.FileOutputFormat
 
open(FileInputSplit) - Method in class org.apache.flink.api.common.io.GenericCsvInputFormat
 
open(GenericInputSplit) - Method in class org.apache.flink.api.common.io.GenericInputFormat
 
open(T) - Method in interface org.apache.flink.api.common.io.InputFormat
Opens a parallel instance of the input format to work on a split.
open(int, int) - Method in interface org.apache.flink.api.common.io.OutputFormat
Opens a parallel instance of the output format to store the result of its parallel instance.
open(Configuration) - Method in class org.apache.flink.api.common.operators.base.BulkIterationBase.TerminationCriterionMapper
 
open(FileInputSplit) - Method in class org.apache.flink.api.java.io.AvroInputFormat
 
open(int, int) - Method in class org.apache.flink.api.java.io.AvroOutputFormat
 
open(GenericInputSplit) - Method in class org.apache.flink.api.java.io.CollectionInputFormat
 
open(FileInputSplit) - Method in class org.apache.flink.api.java.io.CsvInputFormat
 
open(int, int) - Method in class org.apache.flink.api.java.io.CsvOutputFormat
 
open(int, int) - Method in class org.apache.flink.api.java.io.DiscardingOuputFormat
 
open(int, int) - Method in class org.apache.flink.api.java.io.DiscardingOutputFormat
 
open(InputSplit) - Method in class org.apache.flink.api.java.io.jdbc.JDBCInputFormat
Connects to the source database and executes the query.
open(int, int) - Method in class org.apache.flink.api.java.io.jdbc.JDBCOutputFormat
Connects to the target database and initializes the prepared statement.
open(int, int) - Method in class org.apache.flink.api.java.io.LocalCollectionOutputFormat
 
open(GenericInputSplit) - Method in class org.apache.flink.api.java.io.ParallelIteratorInputFormat
 
open(int, int) - Method in class org.apache.flink.api.java.io.PrintingOutputFormat
 
open(int, int) - Method in class org.apache.flink.api.java.io.RemoteCollectorOutputFormat
 
open(int, int) - Method in class org.apache.flink.api.java.io.TextOutputFormat
 
open(Configuration) - Method in class org.apache.flink.api.java.operators.AggregateOperator.AggregatingUdf
 
open(Configuration) - Method in class org.apache.flink.api.java.operators.translation.WrappingFunction
 
open(GenericInputSplit) - Method in class org.apache.flink.api.java.record.io.CollectionInputFormat
 
open(FileInputSplit) - Method in class org.apache.flink.api.java.record.io.CsvInputFormat
 
open(int, int) - Method in class org.apache.flink.api.java.record.io.CsvOutputFormat
 
open(int, int) - Method in class org.apache.flink.api.java.record.io.DelimitedOutputFormat
 
open(GenericInputSplit) - Method in class org.apache.flink.api.java.record.io.ExternalProcessFixedLengthInputFormat
 
open(GenericInputSplit) - Method in class org.apache.flink.api.java.record.io.ExternalProcessInputFormat
 
open(FileInputSplit) - Method in class org.apache.flink.api.java.record.io.FixedLengthInputFormat
 
open(int, int) - Method in class org.apache.flink.api.java.record.io.jdbc.JDBCOutputFormat
Connects to the target database and initializes the prepared statement.
open(Configuration) - Method in class org.apache.flink.api.scala.operators.ScalaAggregateOperator.AggregatingUdf
 
open(FileInputSplit) - Method in class org.apache.flink.api.scala.operators.ScalaCsvInputFormat
 
open(int, int) - Method in class org.apache.flink.api.scala.operators.ScalaCsvOutputFormat
 
open(Path, int) - Method in class org.apache.flink.core.fs.FileSystem
Opens an FSDataInputStream at the indicated Path.
open(Path) - Method in class org.apache.flink.core.fs.FileSystem
Opens an FSDataInputStream at the indicated Path.
open(Path, int) - Method in class org.apache.flink.core.fs.local.LocalFileSystem
 
open(Path) - Method in class org.apache.flink.core.fs.local.LocalFileSystem
 
open(Configuration) - Method in class org.apache.flink.examples.java.clustering.KMeans.SelectNearestCenter
Reads the centroid values from a broadcast variable into a collection.
open(Configuration) - Method in class org.apache.flink.examples.java.ml.LinearRegression.SubUpdate
Reads the parameters from a broadcast variable into a collection.
open(Configuration) - Method in class org.apache.flink.examples.java.relational.EmptyFieldsCountAccumulator.EmptyFieldFilter
 
open(HadoopInputSplit) - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopInputFormat
 
open(Configuration) - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopMapFunction
 
open(int, int) - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopOutputFormat
create the temporary output file for hadoop RecordWriter.
open(Configuration) - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopReduceCombineFunction
 
open(Configuration) - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopReduceFunction
 
open(HadoopInputSplit) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordInputFormat
 
open(int, int) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordOutputFormat
create the temporary output file for hadoop RecordWriter.
open(HadoopInputSplit) - Method in class org.apache.flink.hadoopcompatibility.mapreduce.HadoopInputFormat
 
open(int, int) - Method in class org.apache.flink.hadoopcompatibility.mapreduce.HadoopOutputFormat
create the temporary output file for hadoop RecordWriter.
open(Path, int) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
 
open(Path) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
 
open(Path, int) - Method in class org.apache.flink.runtime.fs.maprfs.MapRFileSystem
 
open(Path) - Method in class org.apache.flink.runtime.fs.maprfs.MapRFileSystem
 
open(Path, int) - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
 
open(Path) - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
 
open() - Method in class org.apache.flink.runtime.operators.hash.AbstractMutableHashTable
 
open() - Method in class org.apache.flink.runtime.operators.hash.BuildFirstHashMatchIterator
 
open() - Method in class org.apache.flink.runtime.operators.hash.BuildSecondHashMatchIterator
 
open() - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable
Build the hash table
open(MutableObjectIterator<BT>, MutableObjectIterator<PT>) - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
Opens the hash join.
open(MutableObjectIterator<BT>, MutableObjectIterator<PT>) - Method in class org.apache.flink.runtime.operators.hash.ReOpenableMutableHashTable
 
open() - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
 
open() - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
 
open() - Method in class org.apache.flink.runtime.operators.sort.MergeMatchIterator
 
open() - Method in class org.apache.flink.runtime.operators.sort.SortMergeCoGroupIterator
 
open() - Method in interface org.apache.flink.runtime.operators.util.CoGroupTaskIterator
General-purpose open method.
open() - Method in interface org.apache.flink.runtime.operators.util.JoinTaskIterator
General-purpose open method.
open(Configuration) - Method in class org.apache.flink.spargel.java.record.SpargelIteration.MessagingDriver
 
open(Configuration) - Method in class org.apache.flink.spargel.java.record.SpargelIteration.VertexUpdateDriver
 
open(Configuration) - Method in class org.apache.flink.streaming.api.invokable.operator.BatchReduceInvokable
 
open(Configuration) - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable
 
open(Configuration) - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowReduceInvokable
 
open(Configuration) - Method in class org.apache.flink.streaming.api.invokable.operator.ProjectInvokable
 
open(Configuration) - Method in class org.apache.flink.streaming.api.invokable.operator.WindowGroupReduceInvokable
 
open(Configuration) - Method in class org.apache.flink.streaming.api.invokable.operator.WindowReduceInvokable
 
open(Configuration) - Method in class org.apache.flink.streaming.api.invokable.StreamInvokable
Open method to be used if the user defined function extends the RichFunction class
open(Configuration) - Method in class org.apache.flink.streaming.connectors.twitter.TwitterSource
 
openBranches - Variable in class org.apache.flink.compiler.dag.OptimizerNode
 
openChainedTasks(List<ChainedDriver<?, ?>>, AbstractInvokable) - Static method in class org.apache.flink.runtime.operators.RegularPactTask
Opens all chained tasks, in the order as they are stored in the array.
openFunction(Function, Configuration) - Static method in class org.apache.flink.api.common.functions.util.FunctionUtils
 
openTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedCollectorMapDriver
 
openTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
openTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
 
openTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedMapDriver
 
openTask() - Method in class org.apache.flink.runtime.operators.chaining.ChainedTerminationCriterionDriver
 
openTask() - Method in class org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
 
openTimeout - Variable in class org.apache.flink.api.common.io.FileInputFormat
Stream opening timeout.
openUserCode(Function, Configuration) - Static method in class org.apache.flink.runtime.operators.RegularPactTask
Opens the given stub using its RichFunction.open(Configuration) method.
OperatingSystem - Enum in org.apache.flink.util
An enumeration indicating the operating system that the engine runs on.
operationComplete(ChannelFuture) - Method in class org.apache.flink.runtime.io.network.netty.OutboundConnectionQueue
 
Operator<OUT> - Class in org.apache.flink.api.common.operators
Abstract base class for all operators.
Operator(OperatorInformation<OUT>, String) - Constructor for class org.apache.flink.api.common.operators.Operator
Creates a new contract with the given name.
Operator<OUT,O extends Operator<OUT,O>> - Class in org.apache.flink.api.java.operators
Base class of all operators in the Java API.
Operator(ExecutionEnvironment, TypeInformation<OUT>) - Constructor for class org.apache.flink.api.java.operators.Operator
 
OperatorDescriptorDual - Class in org.apache.flink.compiler.operators
 
OperatorDescriptorDual() - Constructor for class org.apache.flink.compiler.operators.OperatorDescriptorDual
 
OperatorDescriptorDual(FieldList, FieldList) - Constructor for class org.apache.flink.compiler.operators.OperatorDescriptorDual
 
OperatorDescriptorDual.GlobalPropertiesPair - Class in org.apache.flink.compiler.operators
 
OperatorDescriptorDual.GlobalPropertiesPair(RequestedGlobalProperties, RequestedGlobalProperties) - Constructor for class org.apache.flink.compiler.operators.OperatorDescriptorDual.GlobalPropertiesPair
 
OperatorDescriptorDual.LocalPropertiesPair - Class in org.apache.flink.compiler.operators
 
OperatorDescriptorDual.LocalPropertiesPair(RequestedLocalProperties, RequestedLocalProperties) - Constructor for class org.apache.flink.compiler.operators.OperatorDescriptorDual.LocalPropertiesPair
 
OperatorDescriptorSingle - Class in org.apache.flink.compiler.operators
 
OperatorDescriptorSingle() - Constructor for class org.apache.flink.compiler.operators.OperatorDescriptorSingle
 
OperatorDescriptorSingle(FieldSet) - Constructor for class org.apache.flink.compiler.operators.OperatorDescriptorSingle
 
operatorInfo - Variable in class org.apache.flink.api.common.operators.Operator
The return type of the user function.
OperatorInfoHelper - Class in org.apache.flink.api.java.record.operators
Deprecated.
OperatorInfoHelper() - Constructor for class org.apache.flink.api.java.record.operators.OperatorInfoHelper
Deprecated.
 
OperatorInformation<OUT> - Class in org.apache.flink.api.common.operators
A class for holding information about an operator, such as input/output TypeInformation.
OperatorInformation(TypeInformation<OUT>) - Constructor for class org.apache.flink.api.common.operators.OperatorInformation
 
OperatorResolver - Class in org.apache.flink.test.compiler.util
Utility to get operator instances from plans via name.
OperatorResolver(Plan) - Constructor for class org.apache.flink.test.compiler.util.OperatorResolver
 
OperatorTranslation - Class in org.apache.flink.api.java.operators
 
OperatorTranslation() - Constructor for class org.apache.flink.api.java.operators.OperatorTranslation
 
OperatorUtil - Class in org.apache.flink.api.common.operators.util
Convenience methods when dealing with Operators.
OperatorUtil() - Constructor for class org.apache.flink.api.common.operators.util.OperatorUtil
 
OptimizedPlan - Class in org.apache.flink.compiler.plan
The optimizer representation of a plan.
OptimizedPlan(Collection<SourcePlanNode>, Collection<SinkPlanNode>, Collection<PlanNode>, String, Plan) - Constructor for class org.apache.flink.compiler.plan.OptimizedPlan
Creates a new instance of this optimizer plan container.
OptimizerNode - Class in org.apache.flink.compiler.dag
This class represents a node in the optimizer's internal representation of the PACT plan.
OptimizerNode(Operator<?>) - Constructor for class org.apache.flink.compiler.dag.OptimizerNode
Creates a new node for the optimizer plan.
OptimizerNode(OptimizerNode) - Constructor for class org.apache.flink.compiler.dag.OptimizerNode
 
OptimizerNode.UnclosedBranchDescriptor - Class in org.apache.flink.compiler.dag
 
OptimizerNode.UnclosedBranchDescriptor(OptimizerNode, long) - Constructor for class org.apache.flink.compiler.dag.OptimizerNode.UnclosedBranchDescriptor
 
optimizerPlanAsJSON(Plan) - Static method in class org.apache.flink.client.LocalExecutor
Returns a JSON dump of the optimized plan.
OptimizerPostPass - Interface in org.apache.flink.compiler.postpass
Interface for visitors that process the optimizer's plan.
Order - Enum in org.apache.flink.api.common.operators
Enumeration representing order.
Ordering - Class in org.apache.flink.api.common.operators
 
Ordering() - Constructor for class org.apache.flink.api.common.operators.Ordering
Creates an empty ordering.
Ordering(int, Class<? extends Key<?>>, Order) - Constructor for class org.apache.flink.api.common.operators.Ordering
 
orders - Variable in class org.apache.flink.api.common.operators.Ordering
 
org.apache.flink.api.avro - package org.apache.flink.api.avro
 
org.apache.flink.api.common - package org.apache.flink.api.common
 
org.apache.flink.api.common.accumulators - package org.apache.flink.api.common.accumulators
 
org.apache.flink.api.common.aggregators - package org.apache.flink.api.common.aggregators
 
org.apache.flink.api.common.cache - package org.apache.flink.api.common.cache
 
org.apache.flink.api.common.distributions - package org.apache.flink.api.common.distributions
 
org.apache.flink.api.common.functions - package org.apache.flink.api.common.functions
 
org.apache.flink.api.common.functions.util - package org.apache.flink.api.common.functions.util
 
org.apache.flink.api.common.io - package org.apache.flink.api.common.io
 
org.apache.flink.api.common.io.statistics - package org.apache.flink.api.common.io.statistics
 
org.apache.flink.api.common.operators - package org.apache.flink.api.common.operators
 
org.apache.flink.api.common.operators.base - package org.apache.flink.api.common.operators.base
 
org.apache.flink.api.common.operators.util - package org.apache.flink.api.common.operators.util
 
org.apache.flink.api.common.typeinfo - package org.apache.flink.api.common.typeinfo
 
org.apache.flink.api.common.typeutils - package org.apache.flink.api.common.typeutils
 
org.apache.flink.api.common.typeutils.base - package org.apache.flink.api.common.typeutils.base
 
org.apache.flink.api.common.typeutils.base.array - package org.apache.flink.api.common.typeutils.base.array
 
org.apache.flink.api.common.typeutils.record - package org.apache.flink.api.common.typeutils.record
 
org.apache.flink.api.io.avro.example - package org.apache.flink.api.io.avro.example
 
org.apache.flink.api.java - package org.apache.flink.api.java
 
org.apache.flink.api.java.aggregation - package org.apache.flink.api.java.aggregation
 
org.apache.flink.api.java.functions - package org.apache.flink.api.java.functions
 
org.apache.flink.api.java.io - package org.apache.flink.api.java.io
 
org.apache.flink.api.java.io.jdbc - package org.apache.flink.api.java.io.jdbc
 
org.apache.flink.api.java.io.jdbc.example - package org.apache.flink.api.java.io.jdbc.example
 
org.apache.flink.api.java.operators - package org.apache.flink.api.java.operators
 
org.apache.flink.api.java.operators.translation - package org.apache.flink.api.java.operators.translation
 
org.apache.flink.api.java.record.functions - package org.apache.flink.api.java.record.functions
 
org.apache.flink.api.java.record.io - package org.apache.flink.api.java.record.io
 
org.apache.flink.api.java.record.io.jdbc - package org.apache.flink.api.java.record.io.jdbc
 
org.apache.flink.api.java.record.io.jdbc.example - package org.apache.flink.api.java.record.io.jdbc.example
 
org.apache.flink.api.java.record.operators - package org.apache.flink.api.java.record.operators
 
org.apache.flink.api.java.tuple - package org.apache.flink.api.java.tuple
 
org.apache.flink.api.java.tuple.builder - package org.apache.flink.api.java.tuple.builder
 
org.apache.flink.api.java.typeutils - package org.apache.flink.api.java.typeutils
 
org.apache.flink.api.java.typeutils.runtime - package org.apache.flink.api.java.typeutils.runtime
 
org.apache.flink.api.scala.operators - package org.apache.flink.api.scala.operators
 
org.apache.flink.client - package org.apache.flink.client
 
org.apache.flink.client.minicluster - package org.apache.flink.client.minicluster
 
org.apache.flink.client.program - package org.apache.flink.client.program
 
org.apache.flink.client.web - package org.apache.flink.client.web
 
org.apache.flink.compiler - package org.apache.flink.compiler
 
org.apache.flink.compiler.contextcheck - package org.apache.flink.compiler.contextcheck
 
org.apache.flink.compiler.costs - package org.apache.flink.compiler.costs
 
org.apache.flink.compiler.dag - package org.apache.flink.compiler.dag
 
org.apache.flink.compiler.dataproperties - package org.apache.flink.compiler.dataproperties
 
org.apache.flink.compiler.deadlockdetect - package org.apache.flink.compiler.deadlockdetect
 
org.apache.flink.compiler.operators - package org.apache.flink.compiler.operators
 
org.apache.flink.compiler.plan - package org.apache.flink.compiler.plan
 
org.apache.flink.compiler.plandump - package org.apache.flink.compiler.plandump
 
org.apache.flink.compiler.plantranslate - package org.apache.flink.compiler.plantranslate
 
org.apache.flink.compiler.postpass - package org.apache.flink.compiler.postpass
 
org.apache.flink.compiler.util - package org.apache.flink.compiler.util
 
org.apache.flink.configuration - package org.apache.flink.configuration
 
org.apache.flink.core.fs - package org.apache.flink.core.fs
 
org.apache.flink.core.fs.local - package org.apache.flink.core.fs.local
 
org.apache.flink.core.io - package org.apache.flink.core.io
 
org.apache.flink.core.memory - package org.apache.flink.core.memory
 
org.apache.flink.core.protocols - package org.apache.flink.core.protocols
 
org.apache.flink.examples.java.clustering - package org.apache.flink.examples.java.clustering
 
org.apache.flink.examples.java.clustering.util - package org.apache.flink.examples.java.clustering.util
 
org.apache.flink.examples.java.environments - package org.apache.flink.examples.java.environments
 
org.apache.flink.examples.java.graph - package org.apache.flink.examples.java.graph
 
org.apache.flink.examples.java.graph.util - package org.apache.flink.examples.java.graph.util
 
org.apache.flink.examples.java.misc - package org.apache.flink.examples.java.misc
 
org.apache.flink.examples.java.ml - package org.apache.flink.examples.java.ml
 
org.apache.flink.examples.java.ml.util - package org.apache.flink.examples.java.ml.util
 
org.apache.flink.examples.java.relational - package org.apache.flink.examples.java.relational
 
org.apache.flink.examples.java.relational.util - package org.apache.flink.examples.java.relational.util
 
org.apache.flink.examples.java.remotecollectoroutputformat - package org.apache.flink.examples.java.remotecollectoroutputformat
 
org.apache.flink.examples.java.wordcount - package org.apache.flink.examples.java.wordcount
 
org.apache.flink.examples.java.wordcount.util - package org.apache.flink.examples.java.wordcount.util
 
org.apache.flink.examples.scala - package org.apache.flink.examples.scala
 
org.apache.flink.hadoopcompatibility.mapred - package org.apache.flink.hadoopcompatibility.mapred
 
org.apache.flink.hadoopcompatibility.mapred.example - package org.apache.flink.hadoopcompatibility.mapred.example
 
org.apache.flink.hadoopcompatibility.mapred.record - package org.apache.flink.hadoopcompatibility.mapred.record
 
org.apache.flink.hadoopcompatibility.mapred.record.datatypes - package org.apache.flink.hadoopcompatibility.mapred.record.datatypes
 
org.apache.flink.hadoopcompatibility.mapred.record.example - package org.apache.flink.hadoopcompatibility.mapred.record.example
 
org.apache.flink.hadoopcompatibility.mapred.utils - package org.apache.flink.hadoopcompatibility.mapred.utils
 
org.apache.flink.hadoopcompatibility.mapred.wrapper - package org.apache.flink.hadoopcompatibility.mapred.wrapper
 
org.apache.flink.hadoopcompatibility.mapreduce - package org.apache.flink.hadoopcompatibility.mapreduce
 
org.apache.flink.hadoopcompatibility.mapreduce.example - package org.apache.flink.hadoopcompatibility.mapreduce.example
 
org.apache.flink.hadoopcompatibility.mapreduce.utils - package org.apache.flink.hadoopcompatibility.mapreduce.utils
 
org.apache.flink.hadoopcompatibility.mapreduce.wrapper - package org.apache.flink.hadoopcompatibility.mapreduce.wrapper
 
org.apache.flink.runtime - package org.apache.flink.runtime
 
org.apache.flink.runtime.accumulators - package org.apache.flink.runtime.accumulators
 
org.apache.flink.runtime.blob - package org.apache.flink.runtime.blob
 
org.apache.flink.runtime.client - package org.apache.flink.runtime.client
 
org.apache.flink.runtime.deployment - package org.apache.flink.runtime.deployment
 
org.apache.flink.runtime.event.job - package org.apache.flink.runtime.event.job
 
org.apache.flink.runtime.event.task - package org.apache.flink.runtime.event.task
 
org.apache.flink.runtime.execution - package org.apache.flink.runtime.execution
 
org.apache.flink.runtime.execution.librarycache - package org.apache.flink.runtime.execution.librarycache
 
org.apache.flink.runtime.executiongraph - package org.apache.flink.runtime.executiongraph
 
org.apache.flink.runtime.filecache - package org.apache.flink.runtime.filecache
 
org.apache.flink.runtime.fs.hdfs - package org.apache.flink.runtime.fs.hdfs
 
org.apache.flink.runtime.fs.maprfs - package org.apache.flink.runtime.fs.maprfs
 
org.apache.flink.runtime.fs.s3 - package org.apache.flink.runtime.fs.s3
 
org.apache.flink.runtime.instance - package org.apache.flink.runtime.instance
 
org.apache.flink.runtime.io.disk - package org.apache.flink.runtime.io.disk
 
org.apache.flink.runtime.io.disk.iomanager - package org.apache.flink.runtime.io.disk.iomanager
 
org.apache.flink.runtime.io.network - package org.apache.flink.runtime.io.network
 
org.apache.flink.runtime.io.network.api - package org.apache.flink.runtime.io.network.api
 
org.apache.flink.runtime.io.network.bufferprovider - package org.apache.flink.runtime.io.network.bufferprovider
 
org.apache.flink.runtime.io.network.channels - package org.apache.flink.runtime.io.network.channels
 
org.apache.flink.runtime.io.network.gates - package org.apache.flink.runtime.io.network.gates
 
org.apache.flink.runtime.io.network.netty - package org.apache.flink.runtime.io.network.netty
 
org.apache.flink.runtime.io.network.serialization - package org.apache.flink.runtime.io.network.serialization
 
org.apache.flink.runtime.ipc - package org.apache.flink.runtime.ipc
 
org.apache.flink.runtime.iterative.concurrent - package org.apache.flink.runtime.iterative.concurrent
 
org.apache.flink.runtime.iterative.convergence - package org.apache.flink.runtime.iterative.convergence
 
org.apache.flink.runtime.iterative.event - package org.apache.flink.runtime.iterative.event
 
org.apache.flink.runtime.iterative.io - package org.apache.flink.runtime.iterative.io
 
org.apache.flink.runtime.iterative.task - package org.apache.flink.runtime.iterative.task
 
org.apache.flink.runtime.jobgraph - package org.apache.flink.runtime.jobgraph
 
org.apache.flink.runtime.jobgraph.tasks - package org.apache.flink.runtime.jobgraph.tasks
 
org.apache.flink.runtime.jobmanager - package org.apache.flink.runtime.jobmanager
 
org.apache.flink.runtime.jobmanager.accumulators - package org.apache.flink.runtime.jobmanager.accumulators
 
org.apache.flink.runtime.jobmanager.archive - package org.apache.flink.runtime.jobmanager.archive
 
org.apache.flink.runtime.jobmanager.scheduler - package org.apache.flink.runtime.jobmanager.scheduler
 
org.apache.flink.runtime.jobmanager.web - package org.apache.flink.runtime.jobmanager.web
 
org.apache.flink.runtime.memorymanager - package org.apache.flink.runtime.memorymanager
 
org.apache.flink.runtime.net - package org.apache.flink.runtime.net
 
org.apache.flink.runtime.operators - package org.apache.flink.runtime.operators
 
org.apache.flink.runtime.operators.chaining - package org.apache.flink.runtime.operators.chaining
 
org.apache.flink.runtime.operators.hash - package org.apache.flink.runtime.operators.hash
 
org.apache.flink.runtime.operators.resettable - package org.apache.flink.runtime.operators.resettable
 
org.apache.flink.runtime.operators.shipping - package org.apache.flink.runtime.operators.shipping
 
org.apache.flink.runtime.operators.sort - package org.apache.flink.runtime.operators.sort
 
org.apache.flink.runtime.operators.util - package org.apache.flink.runtime.operators.util
 
org.apache.flink.runtime.plugable - package org.apache.flink.runtime.plugable
 
org.apache.flink.runtime.profiling - package org.apache.flink.runtime.profiling
 
org.apache.flink.runtime.profiling.impl - package org.apache.flink.runtime.profiling.impl
 
org.apache.flink.runtime.profiling.impl.types - package org.apache.flink.runtime.profiling.impl.types
 
org.apache.flink.runtime.profiling.types - package org.apache.flink.runtime.profiling.types
 
org.apache.flink.runtime.protocols - package org.apache.flink.runtime.protocols
 
org.apache.flink.runtime.taskmanager - package org.apache.flink.runtime.taskmanager
 
org.apache.flink.runtime.types - package org.apache.flink.runtime.types
 
org.apache.flink.runtime.util - package org.apache.flink.runtime.util
 
org.apache.flink.spargel.java - package org.apache.flink.spargel.java
 
org.apache.flink.spargel.java.examples - package org.apache.flink.spargel.java.examples
 
org.apache.flink.spargel.java.record - package org.apache.flink.spargel.java.record
 
org.apache.flink.streaming.api - package org.apache.flink.streaming.api
 
org.apache.flink.streaming.api.collector - package org.apache.flink.streaming.api.collector
 
org.apache.flink.streaming.api.datastream - package org.apache.flink.streaming.api.datastream
 
org.apache.flink.streaming.api.environment - package org.apache.flink.streaming.api.environment
 
org.apache.flink.streaming.api.function.aggregation - package org.apache.flink.streaming.api.function.aggregation
 
org.apache.flink.streaming.api.function.co - package org.apache.flink.streaming.api.function.co
 
org.apache.flink.streaming.api.function.sink - package org.apache.flink.streaming.api.function.sink
 
org.apache.flink.streaming.api.function.source - package org.apache.flink.streaming.api.function.source
 
org.apache.flink.streaming.api.invokable - package org.apache.flink.streaming.api.invokable
 
org.apache.flink.streaming.api.invokable.operator - package org.apache.flink.streaming.api.invokable.operator
 
org.apache.flink.streaming.api.invokable.operator.co - package org.apache.flink.streaming.api.invokable.operator.co
 
org.apache.flink.streaming.api.invokable.util - package org.apache.flink.streaming.api.invokable.util
 
org.apache.flink.streaming.api.streamrecord - package org.apache.flink.streaming.api.streamrecord
 
org.apache.flink.streaming.api.streamvertex - package org.apache.flink.streaming.api.streamvertex
 
org.apache.flink.streaming.connectors.db - package org.apache.flink.streaming.connectors.db
 
org.apache.flink.streaming.connectors.flume - package org.apache.flink.streaming.connectors.flume
 
org.apache.flink.streaming.connectors.json - package org.apache.flink.streaming.connectors.json
 
org.apache.flink.streaming.connectors.kafka - package org.apache.flink.streaming.connectors.kafka
 
org.apache.flink.streaming.connectors.rabbitmq - package org.apache.flink.streaming.connectors.rabbitmq
 
org.apache.flink.streaming.connectors.twitter - package org.apache.flink.streaming.connectors.twitter
 
org.apache.flink.streaming.examples.basictopology - package org.apache.flink.streaming.examples.basictopology
 
org.apache.flink.streaming.examples.cellinfo - package org.apache.flink.streaming.examples.cellinfo
 
org.apache.flink.streaming.examples.iteration - package org.apache.flink.streaming.examples.iteration
 
org.apache.flink.streaming.examples.join - package org.apache.flink.streaming.examples.join
 
org.apache.flink.streaming.examples.ml - package org.apache.flink.streaming.examples.ml
 
org.apache.flink.streaming.examples.twitter - package org.apache.flink.streaming.examples.twitter
 
org.apache.flink.streaming.examples.twitter.util - package org.apache.flink.streaming.examples.twitter.util
 
org.apache.flink.streaming.examples.window.join - package org.apache.flink.streaming.examples.window.join
 
org.apache.flink.streaming.examples.wordcount - package org.apache.flink.streaming.examples.wordcount
 
org.apache.flink.streaming.io - package org.apache.flink.streaming.io
 
org.apache.flink.streaming.partitioner - package org.apache.flink.streaming.partitioner
 
org.apache.flink.streaming.state - package org.apache.flink.streaming.state
 
org.apache.flink.streaming.state.manager - package org.apache.flink.streaming.state.manager
 
org.apache.flink.streaming.util - package org.apache.flink.streaming.util
 
org.apache.flink.streaming.util.serialization - package org.apache.flink.streaming.util.serialization
 
org.apache.flink.test.compiler.util - package org.apache.flink.test.compiler.util
 
org.apache.flink.test.testdata - package org.apache.flink.test.testdata
 
org.apache.flink.test.util - package org.apache.flink.test.util
 
org.apache.flink.types - package org.apache.flink.types
 
org.apache.flink.types.parser - package org.apache.flink.types.parser
 
org.apache.flink.util - package org.apache.flink.util
 
org.apache.hadoop.io - package org.apache.hadoop.io
 
OUT_FILE - Static variable in class org.apache.flink.test.compiler.util.CompilerTestBase
 
OutboundConnectionQueue - Class in org.apache.flink.runtime.io.network.netty
 
OutboundConnectionQueue(Channel) - Constructor for class org.apache.flink.runtime.io.network.netty.OutboundConnectionQueue
 
OutboundEnvelopeEncoder - Class in org.apache.flink.runtime.io.network.netty
 
OutboundEnvelopeEncoder() - Constructor for class org.apache.flink.runtime.io.network.netty.OutboundEnvelopeEncoder
 
outChannels - Variable in class org.apache.flink.compiler.plan.PlanNode
 
OutgoingEdge<VertexKey extends Comparable<VertexKey>,EdgeValue> - Class in org.apache.flink.spargel.java
Edge objects represent edges between vertices.
OutgoingEdge() - Constructor for class org.apache.flink.spargel.java.OutgoingEdge
 
output(OutputFormat<T>) - Method in class org.apache.flink.api.java.DataSet
Emits a DataSet using an OutputFormat.
output - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The collector that forwards the user code's results.
OutputChannel - Class in org.apache.flink.runtime.io.network.channels
 
OutputChannel(OutputGate, int, ChannelID, ChannelID, ChannelType) - Constructor for class org.apache.flink.runtime.io.network.channels.OutputChannel
Creates a new output channel object.
outputCollector - Variable in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
OutputCollector<T> - Class in org.apache.flink.runtime.operators.shipping
The OutputCollector collects records, and emits the pair to a set of Nephele RecordWriters.
OutputCollector(List<RecordWriter<SerializationDelegate<T>>>, TypeSerializer<T>) - Constructor for class org.apache.flink.runtime.operators.shipping.OutputCollector
Initializes the output collector with a set of writers.
OutputEmitter<T> - Class in org.apache.flink.runtime.operators.shipping
 
OutputEmitter() - Constructor for class org.apache.flink.runtime.operators.shipping.OutputEmitter
Creates a new channel selector that distributes data round robin.
OutputEmitter(ShipStrategyType) - Constructor for class org.apache.flink.runtime.operators.shipping.OutputEmitter
Creates a new channel selector that uses the given strategy (broadcasting, partitioning, ...).
OutputEmitter(ShipStrategyType, TypeComparator<T>) - Constructor for class org.apache.flink.runtime.operators.shipping.OutputEmitter
Creates a new channel selector that uses the given strategy (broadcasting, partitioning, ...) and uses the supplied comparator to hash / compare records for partitioning them deterministically.
OutputEmitter(ShipStrategyType, TypeComparator<T>, DataDistribution) - Constructor for class org.apache.flink.runtime.operators.shipping.OutputEmitter
Creates a new channel selector that uses the given strategy (broadcasting, partitioning, ...) and uses the supplied comparator to hash / compare records for partitioning them deterministically.
outputFilePath - Variable in class org.apache.flink.api.common.io.FileOutputFormat
The path of the file to be written.
OutputFormat<IT> - Interface in org.apache.flink.api.common.io
The base interface for outputs that consumes records.
OutputFormatVertex - Class in org.apache.flink.runtime.jobgraph
A task vertex that run an initialization on the master, trying to deserialize an output format and initializing it on master, if necessary.
OutputFormatVertex(String) - Constructor for class org.apache.flink.runtime.jobgraph.OutputFormatVertex
Creates a new task vertex with the specified name.
outputGate - Variable in class org.apache.flink.runtime.io.network.api.BufferWriter
 
OutputGate - Class in org.apache.flink.runtime.io.network.gates
 
OutputGate(JobID, GateID, int) - Constructor for class org.apache.flink.runtime.io.network.gates.OutputGate
Constructs a new output gate.
outputGates() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
OutputHandler<OUT> - Class in org.apache.flink.streaming.api.streamvertex
 
OutputHandler(StreamVertex<?, OUT>) - Constructor for class org.apache.flink.streaming.api.streamvertex.OutputHandler
 
outputMap - Variable in class org.apache.flink.streaming.api.collector.StreamCollector
 
outputs - Variable in class org.apache.flink.streaming.api.collector.StreamCollector
 
OutputSelector<OUT> - Class in org.apache.flink.streaming.api.collector
OutputSelector() - Constructor for class org.apache.flink.streaming.api.collector.OutputSelector
 
outputType - Variable in class org.apache.flink.api.common.operators.OperatorInformation
Output type of the operator
outputView - Variable in class org.apache.flink.api.java.typeutils.runtime.DataOutputViewStream
 
OutputViewDataOutputStreamWrapper - Class in org.apache.flink.core.memory
 
OutputViewDataOutputStreamWrapper(DataOutputStream) - Constructor for class org.apache.flink.core.memory.OutputViewDataOutputStreamWrapper
 
OutputViewObjectOutputStreamWrapper - Class in org.apache.flink.core.memory
 
OutputViewObjectOutputStreamWrapper(ObjectOutputStream) - Constructor for class org.apache.flink.core.memory.OutputViewObjectOutputStreamWrapper
 
outTypeWrapper - Variable in class org.apache.flink.streaming.api.datastream.DataStream
 
overflowSegments - Variable in class org.apache.flink.runtime.operators.hash.HashPartition
 
overflowSegments - Variable in class org.apache.flink.runtime.operators.hash.InMemoryPartition
 
overwriteRecordAt(long, T) - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
Deprecated.

P

PackagedProgram - Class in org.apache.flink.client.program
This class encapsulates represents a program, packaged in a jar file.
PackagedProgram(File, String...) - Constructor for class org.apache.flink.client.program.PackagedProgram
Creates an instance that wraps the plan defined in the jar file using the given argument.
PackagedProgram(File, String, String...) - Constructor for class org.apache.flink.client.program.PackagedProgram
Creates an instance that wraps the plan defined in the jar file using the given arguments.
PackagedProgram.PreviewPlanEnvironment - Class in org.apache.flink.client.program
 
PackagedProgram.PreviewPlanEnvironment() - Constructor for class org.apache.flink.client.program.PackagedProgram.PreviewPlanEnvironment
 
PactCompiler - Class in org.apache.flink.compiler
The optimizer that takes the user specified program plan and creates an optimized plan that contains exact descriptions about how the physical execution will take place.
PactCompiler() - Constructor for class org.apache.flink.compiler.PactCompiler
Creates a new compiler instance.
PactCompiler(DataStatistics) - Constructor for class org.apache.flink.compiler.PactCompiler
Creates a new compiler instance that uses the statistics object to determine properties about the input.
PactCompiler(CostEstimator) - Constructor for class org.apache.flink.compiler.PactCompiler
Creates a new compiler instance.
PactCompiler(DataStatistics, CostEstimator) - Constructor for class org.apache.flink.compiler.PactCompiler
Creates a new compiler instance that uses the statistics object to determine properties about the input.
PactCompiler.InterestingPropertyVisitor - Class in org.apache.flink.compiler
Visitor that computes the interesting properties for each node in the plan.
PactCompiler.InterestingPropertyVisitor(CostEstimator) - Constructor for class org.apache.flink.compiler.PactCompiler.InterestingPropertyVisitor
Creates a new visitor that computes the interesting properties for all nodes in the plan.
PactConnection - Class in org.apache.flink.compiler.dag
A connection between to PACTs.
PactConnection(OptimizerNode, OptimizerNode) - Constructor for class org.apache.flink.compiler.dag.PactConnection
Creates a new Connection between two nodes.
PactConnection(OptimizerNode, OptimizerNode, ShipStrategyType) - Constructor for class org.apache.flink.compiler.dag.PactConnection
Creates a new Connection between two nodes.
PactConnection(OptimizerNode) - Constructor for class org.apache.flink.compiler.dag.PactConnection
Creates a new Connection between two nodes.
PactDriver<S extends Function,OT> - Interface in org.apache.flink.runtime.operators
The interface to be implemented by all pact drivers that run alone (or as the primary driver) in a nephele task.
PactJobJSONServlet - Class in org.apache.flink.client.web
 
PactJobJSONServlet(File) - Constructor for class org.apache.flink.client.web.PactJobJSONServlet
 
PactTaskContext<S,OT> - Interface in org.apache.flink.runtime.operators
A runtime task is the task that is executed by the flink engine inside a task vertex.
PageRankBasic - Class in org.apache.flink.examples.java.graph
A basic implementation of the Page Rank algorithm using a bulk iteration.
PageRankBasic() - Constructor for class org.apache.flink.examples.java.graph.PageRankBasic
 
PageRankBasic.BuildOutgoingEdgeList - Class in org.apache.flink.examples.java.graph
A reduce function that takes a sequence of edges and builds the adjacency list for the vertex where the edges originate.
PageRankBasic.BuildOutgoingEdgeList() - Constructor for class org.apache.flink.examples.java.graph.PageRankBasic.BuildOutgoingEdgeList
 
PageRankBasic.Dampener - Class in org.apache.flink.examples.java.graph
The function that applies the page rank dampening formula
PageRankBasic.Dampener(double, double) - Constructor for class org.apache.flink.examples.java.graph.PageRankBasic.Dampener
 
PageRankBasic.EpsilonFilter - Class in org.apache.flink.examples.java.graph
Filter that filters vertices where the rank difference is below a threshold.
PageRankBasic.EpsilonFilter() - Constructor for class org.apache.flink.examples.java.graph.PageRankBasic.EpsilonFilter
 
PageRankBasic.JoinVertexWithEdgesMatch - Class in org.apache.flink.examples.java.graph
Join function that distributes a fraction of a vertex's rank to all neighbors.
PageRankBasic.JoinVertexWithEdgesMatch() - Constructor for class org.apache.flink.examples.java.graph.PageRankBasic.JoinVertexWithEdgesMatch
 
PageRankBasic.RankAssigner - Class in org.apache.flink.examples.java.graph
A map function that assigns an initial rank to all pages.
PageRankBasic.RankAssigner(double) - Constructor for class org.apache.flink.examples.java.graph.PageRankBasic.RankAssigner
 
PageRankData - Class in org.apache.flink.examples.java.graph.util
Provides the default data sets used for the PageRank example program.
PageRankData() - Constructor for class org.apache.flink.examples.java.graph.util.PageRankData
 
PageRankData - Class in org.apache.flink.test.testdata
 
Pair<U extends Key<U>,V extends Key<V>> - Class in org.apache.flink.types
Generic pair base type.
Pair() - Constructor for class org.apache.flink.types.Pair
Initializes both encapsulated pair elements with empty objects.
Pair(U, V) - Constructor for class org.apache.flink.types.Pair
Initializes the encapsulated pair elements with the provided values.
pairComparator - Variable in class org.apache.flink.runtime.operators.hash.AbstractHashTableProber
 
parallelism(int) - Method in class org.apache.flink.api.java.operators.DeltaIteration
Sets the degree of parallelism for the iteration.
ParallelIteratorInputFormat<T> - Class in org.apache.flink.api.java.io
An input format that generates data in parallel through a SplittableIterator.
ParallelIteratorInputFormat(SplittableIterator<T>) - Constructor for class org.apache.flink.api.java.io.ParallelIteratorInputFormat
 
parameterizeChannel(Channel, boolean) - Method in class org.apache.flink.compiler.dataproperties.GlobalProperties
 
parameterizeChannel(Channel, boolean) - Method in class org.apache.flink.compiler.dataproperties.RequestedGlobalProperties
Parameterizes the ship strategy fields of a channel such that the channel produces the desired global properties.
parameterizeChannel(Channel) - Method in class org.apache.flink.compiler.dataproperties.RequestedLocalProperties
Parameterizes the local strategy fields of a channel such that the channel produces the desired local properties.
parameters - Variable in class org.apache.flink.api.common.operators.Operator
 
PARAMS - Static variable in class org.apache.flink.examples.java.ml.util.LinearRegressionData
 
parse(String) - Static method in class org.apache.flink.api.java.typeutils.TypeInfoParser
Generates an instance of TypeInformation by parsing a type information string.
parse(String) - Method in class org.apache.flink.streaming.connectors.json.JSONParser
Parse the JSON code passed to the constructor to find the given key.
ParseException - Exception in org.apache.flink.api.common.io
Exception indicating that the parsing of input contents has failed because the data does not match the configured parser.
ParseException() - Constructor for exception org.apache.flink.api.common.io.ParseException
 
ParseException(String) - Constructor for exception org.apache.flink.api.common.io.ParseException
 
ParseException(Throwable) - Constructor for exception org.apache.flink.api.common.io.ParseException
 
ParseException(String, Throwable) - Constructor for exception org.apache.flink.api.common.io.ParseException
 
parseField(byte[], int, int, char, Byte) - Method in class org.apache.flink.types.parser.ByteParser
 
parseField(byte[], int, int) - Static method in class org.apache.flink.types.parser.ByteParser
Static utility to parse a field of type byte from a byte sequence that represents text characters (such as when read from a file stream).
parseField(byte[], int, int, char) - Static method in class org.apache.flink.types.parser.ByteParser
Static utility to parse a field of type byte from a byte sequence that represents text characters (such as when read from a file stream).
parseField(byte[], int, int, char, ByteValue) - Method in class org.apache.flink.types.parser.ByteValueParser
 
parseField(byte[], int, int, char, Double) - Method in class org.apache.flink.types.parser.DoubleParser
 
parseField(byte[], int, int) - Static method in class org.apache.flink.types.parser.DoubleParser
Static utility to parse a field of type double from a byte sequence that represents text characters (such as when read from a file stream).
parseField(byte[], int, int, char) - Static method in class org.apache.flink.types.parser.DoubleParser
Static utility to parse a field of type double from a byte sequence that represents text characters (such as when read from a file stream).
parseField(byte[], int, int, char, DoubleValue) - Method in class org.apache.flink.types.parser.DoubleValueParser
 
parseField(byte[], int, int, char, T) - Method in class org.apache.flink.types.parser.FieldParser
Parses the value of a field from the byte array.
parseField(byte[], int, int, char, Float) - Method in class org.apache.flink.types.parser.FloatParser
 
parseField(byte[], int, int) - Static method in class org.apache.flink.types.parser.FloatParser
Static utility to parse a field of type float from a byte sequence that represents text characters (such as when read from a file stream).
parseField(byte[], int, int, char) - Static method in class org.apache.flink.types.parser.FloatParser
Static utility to parse a field of type float from a byte sequence that represents text characters (such as when read from a file stream).
parseField(byte[], int, int, char, FloatValue) - Method in class org.apache.flink.types.parser.FloatValueParser
 
parseField(byte[], int, int, char, Integer) - Method in class org.apache.flink.types.parser.IntParser
 
parseField(byte[], int, int) - Static method in class org.apache.flink.types.parser.IntParser
Static utility to parse a field of type int from a byte sequence that represents text characters (such as when read from a file stream).
parseField(byte[], int, int, char) - Static method in class org.apache.flink.types.parser.IntParser
Static utility to parse a field of type int from a byte sequence that represents text characters (such as when read from a file stream).
parseField(byte[], int, int, char, IntValue) - Method in class org.apache.flink.types.parser.IntValueParser
 
parseField(byte[], int, int, char, Long) - Method in class org.apache.flink.types.parser.LongParser
 
parseField(byte[], int, int) - Static method in class org.apache.flink.types.parser.LongParser
Static utility to parse a field of type long from a byte sequence that represents text characters (such as when read from a file stream).
parseField(byte[], int, int, char) - Static method in class org.apache.flink.types.parser.LongParser
Static utility to parse a field of type long from a byte sequence that represents text characters (such as when read from a file stream).
parseField(byte[], int, int, char, LongValue) - Method in class org.apache.flink.types.parser.LongValueParser
 
parseField(byte[], int, int, char, Short) - Method in class org.apache.flink.types.parser.ShortParser
 
parseField(byte[], int, int) - Static method in class org.apache.flink.types.parser.ShortParser
Static utility to parse a field of type short from a byte sequence that represents text characters (such as when read from a file stream).
parseField(byte[], int, int, char) - Static method in class org.apache.flink.types.parser.ShortParser
Static utility to parse a field of type short from a byte sequence that represents text characters (such as when read from a file stream).
parseField(byte[], int, int, char, ShortValue) - Method in class org.apache.flink.types.parser.ShortValueParser
 
parseField(byte[], int, int, char, String) - Method in class org.apache.flink.types.parser.StringParser
 
parseField(byte[], int, int, char, StringValue) - Method in class org.apache.flink.types.parser.StringValueParser
 
parseParameters(String[]) - Method in class org.apache.flink.client.CliFrontend
Parses the command line arguments and starts the requested action.
parseRecord(Object[], byte[], int, int) - Method in class org.apache.flink.api.common.io.GenericCsvInputFormat
 
PartialGroupProperties - Class in org.apache.flink.compiler.operators
 
PartialGroupProperties(FieldSet) - Constructor for class org.apache.flink.compiler.operators.PartialGroupProperties
 
PartialOrderPriorityQueue<T> - Class in org.apache.flink.runtime.operators.sort
This class implements a priority-queue, which maintains a partial ordering of its elements such that the+ least element can always be found in constant time.
PartialOrderPriorityQueue(Comparator<T>, int) - Constructor for class org.apache.flink.runtime.operators.sort.PartialOrderPriorityQueue
 
partitionBuffers - Variable in class org.apache.flink.runtime.operators.hash.HashPartition
 
partitionBy(int) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Sets the partitioning of the DataStream so that the output tuples are partitioned by their hashcode and are sent to only one component.
partitionBy(int) - Method in class org.apache.flink.streaming.api.datastream.SingleOutputStreamOperator
 
partitionByHash(int...) - Method in class org.apache.flink.api.java.DataSet
Hash-partitions a DataSet on the specified key fields.
partitionByHash(String...) - Method in class org.apache.flink.api.java.DataSet
Hash-partitions a DataSet on the specified key fields.
partitionByHash(KeySelector<T, K>) - Method in class org.apache.flink.api.java.DataSet
Partitions a DataSet using the specified KeySelector.
partitioner - Variable in class org.apache.flink.streaming.api.datastream.DataStream
 
PartitionFunction - Interface in org.apache.flink.runtime.operators.shipping
 
PartitioningProperty - Enum in org.apache.flink.compiler.dataproperties
An enumeration tracking the different types of sharding strategies.
PartitionNode - Class in org.apache.flink.compiler.dag
The optimizer's internal representation of a Partition operator node.
PartitionNode(PartitionOperatorBase<?>) - Constructor for class org.apache.flink.compiler.dag.PartitionNode
 
PartitionNode.PartitionDescriptor - Class in org.apache.flink.compiler.dag
 
PartitionNode.PartitionDescriptor(PartitionOperatorBase.PartitionMethod, FieldSet) - Constructor for class org.apache.flink.compiler.dag.PartitionNode.PartitionDescriptor
 
partitionNumber - Variable in class org.apache.flink.api.common.io.GenericInputFormat
The partition of this split.
PartitionOperator<T> - Class in org.apache.flink.api.java.operators
This operator represents a partitioning.
PartitionOperator(DataSet<T>, PartitionOperatorBase.PartitionMethod, Keys<T>) - Constructor for class org.apache.flink.api.java.operators.PartitionOperator
 
PartitionOperator(DataSet<T>, PartitionOperatorBase.PartitionMethod) - Constructor for class org.apache.flink.api.java.operators.PartitionOperator
 
PartitionOperatorBase<IN> - Class in org.apache.flink.api.common.operators.base
 
PartitionOperatorBase(UnaryOperatorInformation<IN, IN>, PartitionOperatorBase.PartitionMethod, int[], String) - Constructor for class org.apache.flink.api.common.operators.base.PartitionOperatorBase
 
PartitionOperatorBase(UnaryOperatorInformation<IN, IN>, PartitionOperatorBase.PartitionMethod, String) - Constructor for class org.apache.flink.api.common.operators.base.PartitionOperatorBase
 
PartitionOperatorBase.PartitionMethod - Enum in org.apache.flink.api.common.operators.base
 
partitionsBeingBuilt - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
The partitions that are built by processing the current partition.
PASSWORD_KEY - Variable in class org.apache.flink.api.java.record.io.jdbc.JDBCInputFormat
 
PASSWORD_KEY - Static variable in class org.apache.flink.api.java.record.io.jdbc.JDBCOutputFormat
 
Path - Class in org.apache.flink.core.fs
Names a file or directory in a FileSystem.
Path() - Constructor for class org.apache.flink.core.fs.Path
Constructs a new (empty) path object (used to reconstruct path object after RPC call).
Path(URI) - Constructor for class org.apache.flink.core.fs.Path
Constructs a path object from a given URI.
Path(String, String) - Constructor for class org.apache.flink.core.fs.Path
Resolve a child path against a parent path.
Path(Path, String) - Constructor for class org.apache.flink.core.fs.Path
Resolve a child path against a parent path.
Path(String, Path) - Constructor for class org.apache.flink.core.fs.Path
Resolve a child path against a parent path.
Path(Path, Path) - Constructor for class org.apache.flink.core.fs.Path
Resolve a child path against a parent path.
Path(String) - Constructor for class org.apache.flink.core.fs.Path
Construct a path from a String.
Path(String, String, String) - Constructor for class org.apache.flink.core.fs.Path
Construct a Path from a scheme, an authority and a path string.
path - Variable in class org.apache.flink.streaming.api.function.sink.WriteSinkFunction
 
PATH_HADOOP_CONFIG - Static variable in class org.apache.flink.configuration.ConfigConstants
Path to Hadoop configuration
peek() - Method in class org.apache.flink.runtime.jobmanager.scheduler.LifoSetQueue
 
peek() - Method in class org.apache.flink.runtime.jobmanager.scheduler.SetQueue
 
peek() - Method in class org.apache.flink.runtime.operators.sort.PartialOrderPriorityQueue
Returns the least element of the PriorityQueue in constant time, but does not remove it from the priority queue.
PiEstimation - Class in org.apache.flink.examples.java.misc
Estimates the value of Pi using the Monte Carlo method.
PiEstimation() - Constructor for class org.apache.flink.examples.java.misc.PiEstimation
 
PiEstimation.Sampler - Class in org.apache.flink.examples.java.misc
Sampler randomly emits points that fall within a square of edge x * y.
PiEstimation.Sampler() - Constructor for class org.apache.flink.examples.java.misc.PiEstimation.Sampler
 
PiEstimation.SumReducer - Class in org.apache.flink.examples.java.misc
Simply sums up all long values.
PiEstimation.SumReducer() - Constructor for class org.apache.flink.examples.java.misc.PiEstimation.SumReducer
 
placePipelineBreakersIfNecessary(DriverStrategy, Channel, Channel) - Method in class org.apache.flink.compiler.dag.TwoInputNode
 
Plan - Class in org.apache.flink.api.common
This class encapsulates a single job (an instantiated data flow), together with some parameters.
Plan(Collection<? extends GenericDataSinkBase<?>>, String) - Constructor for class org.apache.flink.api.common.Plan
Creates a new program plan with the given name, describing the data flow that ends at the given data sinks.
Plan(Collection<? extends GenericDataSinkBase<?>>, String, int) - Constructor for class org.apache.flink.api.common.Plan
Creates a new program plan with the given name and default parallelism, describing the data flow that ends at the given data sinks.
Plan(GenericDataSinkBase<?>, String) - Constructor for class org.apache.flink.api.common.Plan
Creates a new program plan with the given name, containing initially a single data sink.
Plan(GenericDataSinkBase<?>, String, int) - Constructor for class org.apache.flink.api.common.Plan
Creates a new program plan with the given name and default parallelism, containing initially a single data sink.
Plan(Collection<? extends GenericDataSinkBase<?>>) - Constructor for class org.apache.flink.api.common.Plan
Creates a new program plan, describing the data flow that ends at the given data sinks.
Plan(Collection<? extends GenericDataSinkBase<?>>, int) - Constructor for class org.apache.flink.api.common.Plan
Creates a new program plan with the given default parallelism, describing the data flow that ends at the given data sinks.
Plan(GenericDataSinkBase<?>) - Constructor for class org.apache.flink.api.common.Plan
Creates a new program plan with single data sink.
Plan(GenericDataSinkBase<?>, int) - Constructor for class org.apache.flink.api.common.Plan
Creates a new program plan with single data sink and the given default parallelism.
PlanBothUnwrappingCoGroupOperator<I1,I2,OUT,K> - Class in org.apache.flink.api.java.operators.translation
 
PlanBothUnwrappingCoGroupOperator(CoGroupFunction<I1, I2, OUT>, Keys.SelectorFunctionKeys<I1, K>, Keys.SelectorFunctionKeys<I2, K>, String, TypeInformation<OUT>, TypeInformation<Tuple2<K, I1>>, TypeInformation<Tuple2<K, I2>>) - Constructor for class org.apache.flink.api.java.operators.translation.PlanBothUnwrappingCoGroupOperator
 
PlanBothUnwrappingCoGroupOperator.TupleBothUnwrappingCoGrouper<I1,I2,OUT,K> - Class in org.apache.flink.api.java.operators.translation
 
PlanBothUnwrappingJoinOperator<I1,I2,OUT,K> - Class in org.apache.flink.api.java.operators.translation
 
PlanBothUnwrappingJoinOperator(FlatJoinFunction<I1, I2, OUT>, Keys.SelectorFunctionKeys<I1, K>, Keys.SelectorFunctionKeys<I2, K>, String, TypeInformation<OUT>, TypeInformation<Tuple2<K, I1>>, TypeInformation<Tuple2<K, I2>>) - Constructor for class org.apache.flink.api.java.operators.translation.PlanBothUnwrappingJoinOperator
 
PlanBothUnwrappingJoinOperator.TupleUnwrappingJoiner<I1,I2,OUT,K> - Class in org.apache.flink.api.java.operators.translation
 
PlanDisplayServlet - Class in org.apache.flink.client.web
 
PlanDisplayServlet(int) - Constructor for class org.apache.flink.client.web.PlanDisplayServlet
Default constructor.
PlanExecutor - Class in org.apache.flink.api.common
A PlanExecutor runs a plan.
PlanExecutor() - Constructor for class org.apache.flink.api.common.PlanExecutor
 
PlanFilterOperator<T> - Class in org.apache.flink.api.java.operators.translation
 
PlanFilterOperator(FilterFunction<T>, String, TypeInformation<T>) - Constructor for class org.apache.flink.api.java.operators.translation.PlanFilterOperator
 
PlanFilterOperator.FlatMapFilter<T> - Class in org.apache.flink.api.java.operators.translation
 
PlanJSONDumpGenerator - Class in org.apache.flink.compiler.plandump
 
PlanJSONDumpGenerator() - Constructor for class org.apache.flink.compiler.plandump.PlanJSONDumpGenerator
 
PlanLeftUnwrappingCoGroupOperator<I1,I2,OUT,K> - Class in org.apache.flink.api.java.operators.translation
 
PlanLeftUnwrappingCoGroupOperator(CoGroupFunction<I1, I2, OUT>, Keys.SelectorFunctionKeys<I1, K>, int[], String, TypeInformation<OUT>, TypeInformation<Tuple2<K, I1>>, TypeInformation<I2>) - Constructor for class org.apache.flink.api.java.operators.translation.PlanLeftUnwrappingCoGroupOperator
 
PlanLeftUnwrappingCoGroupOperator.TupleLeftUnwrappingCoGrouper<I1,I2,OUT,K> - Class in org.apache.flink.api.java.operators.translation
 
PlanLeftUnwrappingJoinOperator<I1,I2,OUT,K> - Class in org.apache.flink.api.java.operators.translation
 
PlanLeftUnwrappingJoinOperator(FlatJoinFunction<I1, I2, OUT>, Keys.SelectorFunctionKeys<I1, K>, int[], String, TypeInformation<OUT>, TypeInformation<Tuple2<K, I1>>, TypeInformation<I2>) - Constructor for class org.apache.flink.api.java.operators.translation.PlanLeftUnwrappingJoinOperator
 
PlanLeftUnwrappingJoinOperator.TupleLeftUnwrappingJoiner<I1,I2,OUT,K> - Class in org.apache.flink.api.java.operators.translation
 
PlanNode - Class in org.apache.flink.compiler.plan
The representation of a data exchange between to operators.
PlanNode(OptimizerNode, String, DriverStrategy) - Constructor for class org.apache.flink.compiler.plan.PlanNode
 
PlanNode.FeedbackPropertiesMeetRequirementsReport - Enum in org.apache.flink.compiler.plan
 
PlanNode.SourceAndDamReport - Enum in org.apache.flink.compiler.plan
 
PlanProjectOperator<T,R extends Tuple> - Class in org.apache.flink.api.java.operators.translation
 
PlanProjectOperator(int[], String, TypeInformation<T>, TypeInformation<R>) - Constructor for class org.apache.flink.api.java.operators.translation.PlanProjectOperator
 
PlanProjectOperator.MapProjector<T,R extends Tuple> - Class in org.apache.flink.api.java.operators.translation
 
PlanRightUnwrappingCoGroupOperator<I1,I2,OUT,K> - Class in org.apache.flink.api.java.operators.translation
 
PlanRightUnwrappingCoGroupOperator(CoGroupFunction<I1, I2, OUT>, int[], Keys.SelectorFunctionKeys<I2, K>, String, TypeInformation<OUT>, TypeInformation<I1>, TypeInformation<Tuple2<K, I2>>) - Constructor for class org.apache.flink.api.java.operators.translation.PlanRightUnwrappingCoGroupOperator
 
PlanRightUnwrappingCoGroupOperator.TupleRightUnwrappingCoGrouper<I1,I2,OUT,K> - Class in org.apache.flink.api.java.operators.translation
 
PlanRightUnwrappingJoinOperator<I1,I2,OUT,K> - Class in org.apache.flink.api.java.operators.translation
 
PlanRightUnwrappingJoinOperator(FlatJoinFunction<I1, I2, OUT>, int[], Keys.SelectorFunctionKeys<I2, K>, String, TypeInformation<OUT>, TypeInformation<I1>, TypeInformation<Tuple2<K, I2>>) - Constructor for class org.apache.flink.api.java.operators.translation.PlanRightUnwrappingJoinOperator
 
PlanRightUnwrappingJoinOperator.TupleRightUnwrappingJoiner<I1,I2,OUT,K> - Class in org.apache.flink.api.java.operators.translation
 
PlanUnwrappingReduceGroupOperator<IN,OUT,K> - Class in org.apache.flink.api.java.operators.translation
A reduce operator that takes 2-tuples (key-value pairs), and applies the group reduce operation only on the unwrapped values.
PlanUnwrappingReduceGroupOperator(GroupReduceFunction<IN, OUT>, Keys.SelectorFunctionKeys<IN, K>, String, TypeInformation<OUT>, TypeInformation<Tuple2<K, IN>>, boolean) - Constructor for class org.apache.flink.api.java.operators.translation.PlanUnwrappingReduceGroupOperator
 
PlanUnwrappingReduceGroupOperator.TupleUnwrappingFlatCombinableGroupReducer<IN,OUT,K> - Class in org.apache.flink.api.java.operators.translation
 
PlanUnwrappingReduceGroupOperator.TupleUnwrappingNonCombinableGroupReducer<IN,OUT,K> - Class in org.apache.flink.api.java.operators.translation
 
PlanUnwrappingReduceOperator<T,K> - Class in org.apache.flink.api.java.operators.translation
A reduce operator that takes 2-tuples (key-value pairs), and applies the reduce operation only on the unwrapped values.
PlanUnwrappingReduceOperator(ReduceFunction<T>, Keys.SelectorFunctionKeys<T, K>, String, TypeInformation<T>, TypeInformation<Tuple2<K, T>>) - Constructor for class org.apache.flink.api.java.operators.translation.PlanUnwrappingReduceOperator
 
PlanUnwrappingReduceOperator.ReduceWrapper<T,K> - Class in org.apache.flink.api.java.operators.translation
 
POINTS - Static variable in class org.apache.flink.examples.java.clustering.util.KMeansData
 
PojoComparator<T> - Class in org.apache.flink.api.java.typeutils.runtime
 
PojoComparator(Field[], TypeComparator<?>[], TypeSerializer<T>, Class<T>) - Constructor for class org.apache.flink.api.java.typeutils.runtime.PojoComparator
 
PojoExample - Class in org.apache.flink.examples.java.wordcount
This example shows an implementation of Wordcount without using the Tuple2 type, but a custom class.
PojoExample() - Constructor for class org.apache.flink.examples.java.wordcount.PojoExample
 
PojoExample.Tokenizer - Class in org.apache.flink.examples.java.wordcount
Implements the string tokenizer that splits sentences into words as a user-defined FlatMapFunction.
PojoExample.Tokenizer() - Constructor for class org.apache.flink.examples.java.wordcount.PojoExample.Tokenizer
 
PojoExample.Word - Class in org.apache.flink.examples.java.wordcount
This is the POJO (Plain Old Java Object) that is being used for all the operations.
PojoExample.Word() - Constructor for class org.apache.flink.examples.java.wordcount.PojoExample.Word
 
PojoExample.Word(String, int) - Constructor for class org.apache.flink.examples.java.wordcount.PojoExample.Word
 
PojoField - Class in org.apache.flink.api.java.typeutils
 
PojoField(Field, TypeInformation<?>) - Constructor for class org.apache.flink.api.java.typeutils.PojoField
 
PojoSerializer<T> - Class in org.apache.flink.api.java.typeutils.runtime
 
PojoSerializer(Class<T>, TypeSerializer<?>[], Field[]) - Constructor for class org.apache.flink.api.java.typeutils.runtime.PojoSerializer
 
PojoTypeInfo<T> - Class in org.apache.flink.api.java.typeutils
TypeInformation for arbitrary (they have to be java-beans-style) java objects (what we call POJO).
PojoTypeInfo(Class<T>, List<PojoField>) - Constructor for class org.apache.flink.api.java.typeutils.PojoTypeInfo
 
poll() - Method in class org.apache.flink.runtime.jobmanager.scheduler.LifoSetQueue
 
poll() - Method in class org.apache.flink.runtime.jobmanager.scheduler.SetQueue
 
poll() - Method in class org.apache.flink.runtime.operators.sort.PartialOrderPriorityQueue
Removes and returns the least element of the PriorityQueue in log(size) time.
popFront() - Method in class org.apache.flink.streaming.state.SlidingWindowState
 
PORT - Static variable in class org.apache.flink.api.java.io.RemoteCollectorOutputFormat
Config parameter for the remote's port number
pos - Variable in class org.apache.flink.api.java.record.io.TextInputFormat
 
position - Variable in class org.apache.flink.streaming.api.function.aggregation.AggregationFunction
 
postPass(OptimizedPlan) - Method in class org.apache.flink.compiler.postpass.GenericFlatTypePostPass
 
postPass(OptimizedPlan) - Method in class org.apache.flink.compiler.postpass.JavaApiPostPass
 
postPass(OptimizedPlan) - Method in interface org.apache.flink.compiler.postpass.OptimizerPostPass
Central post processing function.
postPassHelper - Variable in class org.apache.flink.compiler.plan.BulkPartialSolutionPlanNode
 
postPassHelper - Variable in class org.apache.flink.compiler.plan.SingleInputPlanNode
 
postPassHelper - Variable in class org.apache.flink.compiler.plan.SolutionSetPlanNode
 
postPassHelper - Variable in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
postPassHelper - Variable in class org.apache.flink.compiler.plan.WorksetPlanNode
 
postPassHelper1 - Variable in class org.apache.flink.compiler.plan.DualInputPlanNode
 
postPassHelper2 - Variable in class org.apache.flink.compiler.plan.DualInputPlanNode
 
PostPassUtils - Class in org.apache.flink.compiler.postpass
 
PostPassUtils() - Constructor for class org.apache.flink.compiler.postpass.PostPassUtils
 
postSubmit() - Method in class org.apache.flink.test.util.JavaProgramTestBase
 
postSubmit() - Method in class org.apache.flink.test.util.RecordAPITestBase
 
postSuperstep() - Method in class org.apache.flink.spargel.java.MessagingFunction
This method is executed one per superstep after the vertex update function has been invoked for each vertex.
postSuperstep() - Method in class org.apache.flink.spargel.java.record.MessagingFunction
 
postSuperstep() - Method in class org.apache.flink.spargel.java.record.VertexUpdateFunction
 
postSuperstep() - Method in class org.apache.flink.spargel.java.VertexUpdateFunction
This method is executed one per superstep after the vertex update function has been invoked for each vertex.
postVisit(Operator<?>) - Method in class org.apache.flink.compiler.contextcheck.ContextChecker
 
postVisit(PlanNode) - Method in class org.apache.flink.compiler.deadlockdetect.DeadlockPreventer
 
postVisit(OptimizerNode) - Method in class org.apache.flink.compiler.PactCompiler.InterestingPropertyVisitor
 
postVisit(PlanNode) - Method in class org.apache.flink.compiler.plantranslate.NepheleJobGraphGenerator
This method implements the post-visit during the depth-first traversal.
postVisit(Operator<?>) - Method in class org.apache.flink.test.compiler.util.OperatorResolver
 
postVisit(T) - Method in interface org.apache.flink.util.Visitor
 
predict(Integer) - Method in class org.apache.flink.streaming.examples.ml.IncrementalLearningSkeleton.Predictor
 
prepare() - Method in class org.apache.flink.runtime.operators.AbstractCachedBuildSideMatchDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.AllGroupReduceDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.AllReduceDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.CoGroupDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.CollectorMapDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.CrossDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.FlatMapDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.GroupReduceCombineDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.GroupReduceDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.MapDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.MapPartitionDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.MatchDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.NoOpDriver
 
prepare() - Method in interface org.apache.flink.runtime.operators.PactDriver
This method is called before the user code is opened.
prepare() - Method in class org.apache.flink.runtime.operators.ReduceCombineDriver
 
prepare() - Method in class org.apache.flink.runtime.operators.ReduceDriver
 
prepareNextPartition() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
prepareNextPartition() - Method in class org.apache.flink.runtime.operators.hash.ReOpenableMutableHashTable
 
prepareProbePhase(IOManager, Channel.Enumerator, LinkedBlockingQueue<MemorySegment>) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
 
preSubmit() - Method in class org.apache.flink.test.util.JavaProgramTestBase
 
preSubmit() - Method in class org.apache.flink.test.util.RecordAPITestBase
 
preSuperstep() - Method in class org.apache.flink.spargel.java.examples.SpargelPageRankCountingVertices.VertexRankUpdater
 
preSuperstep() - Method in class org.apache.flink.spargel.java.MessagingFunction
This method is executed one per superstep before the vertex update function is invoked for each vertex.
preSuperstep() - Method in class org.apache.flink.spargel.java.record.MessagingFunction
 
preSuperstep() - Method in class org.apache.flink.spargel.java.record.VertexUpdateFunction
 
preSuperstep() - Method in class org.apache.flink.spargel.java.VertexUpdateFunction
This method is executed one per superstep before the vertex update function is invoked for each vertex.
preVisit(Operator<?>) - Method in class org.apache.flink.compiler.contextcheck.ContextChecker
Checks whether the node is correctly connected to its input.
preVisit(PlanNode) - Method in class org.apache.flink.compiler.deadlockdetect.DeadlockPreventer
 
preVisit(OptimizerNode) - Method in class org.apache.flink.compiler.PactCompiler.InterestingPropertyVisitor
 
preVisit(PlanNode) - Method in class org.apache.flink.compiler.plantranslate.NepheleJobGraphGenerator
This methods implements the pre-visiting during a depth-first traversal.
preVisit(Operator<?>) - Method in class org.apache.flink.test.compiler.util.OperatorResolver
 
preVisit(T) - Method in interface org.apache.flink.util.Visitor
 
PrimitiveArrayTypeInfo<T> - Class in org.apache.flink.api.common.typeinfo
 
print() - Method in class org.apache.flink.api.java.DataSet
Writes a DataSet to the standard output stream (stdout).
For each element of the DataSet the result of Object.toString() is written.
print() - Method in class org.apache.flink.streaming.api.datastream.DataStream
Writes a DataStream to the standard output stream (stdout).
PrintingOutputFormat<T> - Class in org.apache.flink.api.java.io
 
PrintingOutputFormat() - Constructor for class org.apache.flink.api.java.io.PrintingOutputFormat
Instantiates a printing output format that prints to standard out.
PrintingOutputFormat(boolean) - Constructor for class org.apache.flink.api.java.io.PrintingOutputFormat
Instantiates a printing output format that prints to standard out.
printPage(PrintWriter, Map<String, String[]>, HttpServletRequest) - Method in class org.apache.flink.client.web.GUIServletStub
This method must be overridden by the subclass.
printPage(PrintWriter, Map<String, String[]>, HttpServletRequest) - Method in class org.apache.flink.client.web.PlanDisplayServlet
 
printPlan - Variable in class org.apache.flink.test.util.RecordAPITestBase
 
PrintSinkFunction<IN> - Class in org.apache.flink.streaming.api.function.sink
Dummy implementation of the SinkFunction writing every tuple to the standard output.
PrintSinkFunction() - Constructor for class org.apache.flink.streaming.api.function.sink.PrintSinkFunction
 
printToErr() - Method in class org.apache.flink.api.java.DataSet
Writes a DataSet to the standard error stream (stderr).
For each element of the DataSet the result of Object.toString() is written.
privateDuplicate(TupleComparatorBase<T>) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleComparatorBase
 
probeIterator - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
Iterator over the elements from the probe side.
probeSideBuffer - Variable in class org.apache.flink.runtime.operators.hash.HashPartition
 
probeSideChannel - Variable in class org.apache.flink.runtime.operators.hash.HashPartition
 
probeSideRecordCounter - Variable in class org.apache.flink.runtime.operators.hash.HashPartition
 
probeSideSerializer - Variable in class org.apache.flink.runtime.operators.hash.BuildFirstHashMatchIterator
 
probeSideSerializer - Variable in class org.apache.flink.runtime.operators.hash.BuildSecondHashMatchIterator
 
probeSideSerializer - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
The utilities to serialize the probe side data types.
probeTypeComparator - Variable in class org.apache.flink.runtime.operators.hash.AbstractHashTableProber
 
processIncomingAccumulators(JobID, Map<String, Accumulator<?, ?>>) - Method in class org.apache.flink.runtime.jobmanager.accumulators.AccumulatorManager
Merges the new accumulators with the existing accumulators collected for the job.
processNew(Map<String, Accumulator<?, ?>>) - Method in class org.apache.flink.runtime.jobmanager.accumulators.JobAccumulators
 
processProbeIter() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
 
processProfilingEvents(ProfilingEvent) - Method in class org.apache.flink.runtime.jobmanager.EventCollector
 
processProfilingEvents(ProfilingEvent) - Method in interface org.apache.flink.runtime.profiling.ProfilingListener
 
PROFILE_JOB_KEY - Static variable in class org.apache.flink.runtime.profiling.ProfilingUtils
The key to check whether job profiling should be enabled for a specific job.
ProfilerImplProtocol - Interface in org.apache.flink.runtime.profiling.impl
 
ProfilingDataContainer - Class in org.apache.flink.runtime.profiling.impl.types
 
ProfilingDataContainer() - Constructor for class org.apache.flink.runtime.profiling.impl.types.ProfilingDataContainer
 
ProfilingEvent - Class in org.apache.flink.runtime.profiling.types
A profiling event is a special type of event.
ProfilingEvent(JobID, long, long) - Constructor for class org.apache.flink.runtime.profiling.types.ProfilingEvent
Constructs a new profiling event.
ProfilingEvent() - Constructor for class org.apache.flink.runtime.profiling.types.ProfilingEvent
Default constructor for serialization/deserialization.
ProfilingException - Exception in org.apache.flink.runtime.profiling
A profiling exception is thrown if an error occur during profiling execution.
ProfilingException(String) - Constructor for exception org.apache.flink.runtime.profiling.ProfilingException
Constructs a new profiling exception with the given error message.
ProfilingListener - Interface in org.apache.flink.runtime.profiling
 
ProfilingUtils - Class in org.apache.flink.runtime.profiling
This class contains utility functions to load and configure Nephele's profiling component.
ProfilingUtils() - Constructor for class org.apache.flink.runtime.profiling.ProfilingUtils
 
Program - Interface in org.apache.flink.api.common
A Program represents and end-to-end Flink program.
ProgramDescription - Interface in org.apache.flink.api.common
Implementing this interface allows a Program to have a description of the plan which can be shown to the user.
ProgramInvocationException - Exception in org.apache.flink.client.program
Exception used to indicate that there is an error during the invocation of a Flink program.
ProgramInvocationException(String) - Constructor for exception org.apache.flink.client.program.ProgramInvocationException
Creates a ProgramInvocationException with the given message.
ProgramInvocationException(Throwable) - Constructor for exception org.apache.flink.client.program.ProgramInvocationException
Creates a ProgramInvocationException for the given exception.
ProgramInvocationException(String, Throwable) - Constructor for exception org.apache.flink.client.program.ProgramInvocationException
Creates a ProgramInvocationException for the given exception with an additional message.
progress() - Method in class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopDummyProgressable
 
progress() - Method in class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopDummyReporter
 
project(int...) - Method in class org.apache.flink.api.java.DataSet
Initiates a Project transformation on a Tuple DataSet.
Note: Only Tuple DataSets can be projected.
The transformation projects each Tuple of the DataSet onto a (sub)set of fields.
This method returns a ProjectOperator.Projection on which ProjectOperator.Projection.types(Class) needs to be called to completed the transformation.
project(int...) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Initiates a Project transformation on a Tuple DataStream.
Note: Only Tuple DataStreams can be projected.
The transformation projects each Tuple of the DataSet onto a (sub)set of fields.
This method returns a StreamProjection on which StreamProjection.types(Class) needs to be called to completed the transformation.
projectFirst(int...) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Continues a ProjectCross transformation and adds fields of the first cross input.
If the first cross input is a Tuple DataSet, fields can be selected by their index.
projectFirst(int...) - Method in class org.apache.flink.api.java.operators.CrossOperator.DefaultCross
Initiates a ProjectCross transformation and projects the first cross input
If the first cross input is a Tuple DataSet, fields can be selected by their index.
projectFirst(int...) - Method in class org.apache.flink.api.java.operators.JoinOperator.DefaultJoin
Initiates a ProjectJoin transformation and projects the first join input
If the first join input is a Tuple DataSet, fields can be selected by their index.
projectFirst(int...) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Continues a ProjectJoin transformation and adds fields of the first join input.
If the first join input is a Tuple DataSet, fields can be selected by their index.
ProjectInvokable<IN,OUT extends Tuple> - Class in org.apache.flink.streaming.api.invokable.operator
 
ProjectInvokable(int[], TypeWrapper<OUT>) - Constructor for class org.apache.flink.streaming.api.invokable.operator.ProjectInvokable
 
ProjectOperator<IN,OUT extends Tuple> - Class in org.apache.flink.api.java.operators
This operator represents the application of a projection operation on a data set, and the result data set produced by the function.
ProjectOperator(DataSet<IN>, int[], TupleTypeInfo<OUT>) - Constructor for class org.apache.flink.api.java.operators.ProjectOperator
 
ProjectOperator.Projection<T> - Class in org.apache.flink.api.java.operators
 
ProjectOperator.Projection(DataSet<T>, int[]) - Constructor for class org.apache.flink.api.java.operators.ProjectOperator.Projection
 
projectSecond(int...) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Continues a ProjectCross transformation and adds fields of the second cross input.
If the second cross input is a Tuple DataSet, fields can be selected by their index.
projectSecond(int...) - Method in class org.apache.flink.api.java.operators.CrossOperator.DefaultCross
Initiates a ProjectCross transformation and projects the second cross input
If the second cross input is a Tuple DataSet, fields can be selected by their index.
projectSecond(int...) - Method in class org.apache.flink.api.java.operators.JoinOperator.DefaultJoin
Initiates a ProjectJoin transformation and projects the second join input
If the second join input is a Tuple DataSet, fields can be selected by their index.
projectSecond(int...) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Continues a ProjectJoin transformation and adds fields of the second join input.
If the second join input is a Tuple DataSet, fields can be selected by their index.
ProjectTypeWrapper<IN,OUT extends Tuple> - Class in org.apache.flink.streaming.util.serialization
 
ProjectTypeWrapper(TypeWrapper<IN>, int[], Class<?>[]) - Constructor for class org.apache.flink.streaming.util.serialization.ProjectTypeWrapper
 
prunePlanAlternatives(List<PlanNode>) - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
prunePlanAlternativesWithCommonBranching(List<PlanNode>) - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
publishEvent(AbstractTaskEvent) - Method in class org.apache.flink.runtime.io.network.api.AbstractSingleGateRecordReader
Publishes an event.
publishEvent(AbstractTaskEvent) - Method in class org.apache.flink.runtime.io.network.api.AbstractUnionRecordReader
 
publishEvent(AbstractTaskEvent) - Method in interface org.apache.flink.runtime.io.network.api.ReaderBase
Publishes an event.
publishEvent(AbstractEvent) - Method in class org.apache.flink.runtime.io.network.gates.Gate
Publishes an event.
publishEvent(AbstractEvent) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
publishEvent(AbstractEvent) - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
publishEvent(AbstractTaskEvent) - Method in class org.apache.flink.streaming.io.CoRecordReader
 
pushBack(List<StreamRecord<T>>) - Method in class org.apache.flink.streaming.state.SlidingWindowState
 
pushBack(Object) - Method in class org.apache.flink.streaming.state.SlidingWindowState
 
pushDownPages() - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
 
put(int, Object) - Method in class org.apache.flink.api.io.avro.example.User
 
put(int, byte) - Method in class org.apache.flink.core.memory.MemorySegment
Writes the given byte into this buffer at the given position.
put(int, byte[]) - Method in class org.apache.flink.core.memory.MemorySegment
Bulk put method.
put(int, byte[], int, int) - Method in class org.apache.flink.core.memory.MemorySegment
Bulk put method.
put(DataInput, int, int) - Method in class org.apache.flink.core.memory.MemorySegment
Bulk put method.
put(int, ByteBuffer, int) - Method in class org.apache.flink.core.memory.MemorySegment
Bulk put method.
put(byte[]) - Method in class org.apache.flink.runtime.blob.BlobClient
Uploads the data of the given byte array to the BLOB server in a content-addressable manner.
put(byte[], int, int) - Method in class org.apache.flink.runtime.blob.BlobClient
Uploads data from the given byte array to the BLOB server in a content-addressable manner.
put(JobID, String, byte[]) - Method in class org.apache.flink.runtime.blob.BlobClient
Uploads the data of the given byte array to the BLOB server and stores it under the given job ID and key.
put(JobID, String, byte[], int, int) - Method in class org.apache.flink.runtime.blob.BlobClient
Uploads data from the given byte array to the BLOB server and stores it under the given job ID and key.
put(JobID, String, InputStream) - Method in class org.apache.flink.runtime.blob.BlobClient
Uploads data from the given input stream to the BLOB server and stores it under the given job ID and key.
put(InputStream) - Method in class org.apache.flink.runtime.blob.BlobClient
Uploads the data from the given input stream to the BLOB server in a content-addressable manner.
put(int, byte) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
put(int, byte[]) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
put(int, byte[], int, int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
put(DataInput, int, int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
put(int, byte) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
put(int, byte[]) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
put(int, byte[], int, int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
put(DataInput, int, int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
put(int, byte) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
put(int, byte[]) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
put(int, byte[], int, int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
put(DataInput, int, int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
put(T) - Method in class org.apache.flink.runtime.operators.sort.PartialOrderPriorityQueue
Adds a buffer to a PriorityQueue in log(size) time.
put(K, V) - Method in interface org.apache.flink.streaming.connectors.db.DBState
 
put(K, V) - Method in class org.apache.flink.streaming.connectors.db.LevelDBState
 
put(String, V) - Method in class org.apache.flink.streaming.connectors.db.MemcachedState
 
put(K, V) - Method in class org.apache.flink.streaming.connectors.db.RedisState
 
put(int, long) - Method in interface org.apache.flink.streaming.examples.cellinfo.IWorkerEngine
 
put(int, long) - Method in class org.apache.flink.streaming.examples.cellinfo.WorkerEngineBin
 
put(int, long) - Method in class org.apache.flink.streaming.examples.cellinfo.WorkerEngineExact
 
put(K, V) - Method in class org.apache.flink.streaming.state.MutableTableState
 
put(K, V) - Method in class org.apache.flink.streaming.state.TableState
 
put(K, V) - Method in class org.apache.flink.types.MapValue
 
putAll(Map<? extends K, ? extends V>) - Method in class org.apache.flink.types.MapValue
 
putBoolean(int, boolean) - Method in class org.apache.flink.core.memory.MemorySegment
Writes one byte containing the byte value into this buffer at the given position.
putBoolean(int, boolean) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
putBoolean(int, boolean) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
putBoolean(int, boolean) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
putChar(int, char) - Method in class org.apache.flink.core.memory.MemorySegment
Writes two memory containing the given char value, in the current byte order, into this buffer at the given position.
putChar(int, char) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
putChar(int, char) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
putChar(int, char) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
putDouble(int, double) - Method in class org.apache.flink.core.memory.MemorySegment
Writes the given double-precision floating-point value (64bit, 8 bytes) to the given position in the system's native byte order.
putDouble(int, double) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
putDouble(int, double) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
putDouble(int, double) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
putDoubleBigEndian(int, double) - Method in class org.apache.flink.core.memory.MemorySegment
Writes the given double-precision floating-point value (64bit, 8 bytes) to the given position in big endian byte order.
putDoubleBigEndian(int, double) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
putDoubleLittleEndian(int, double) - Method in class org.apache.flink.core.memory.MemorySegment
Writes the given double-precision floating-point value (64bit, 8 bytes) to the given position in little endian byte order.
putDoubleLittleEndian(int, double) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
putFloat(int, float) - Method in class org.apache.flink.core.memory.MemorySegment
Writes the given single-precision float value (32bit, 4 bytes) to the given position in the system's native byte order.
putFloat(int, float) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
putFloat(int, float) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
putFloat(int, float) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
putFloatBigEndian(int, float) - Method in class org.apache.flink.core.memory.MemorySegment
Writes the given single-precision float value (32bit, 4 bytes) to the given position in big endian byte order.
putFloatBigEndian(int, float) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
putFloatLittleEndian(int, float) - Method in class org.apache.flink.core.memory.MemorySegment
Writes the given single-precision float value (32bit, 4 bytes) to the given position in little endian byte order.
putFloatLittleEndian(int, float) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
putInt(int, int) - Method in class org.apache.flink.core.memory.MemorySegment
Writes the given int value (32bit, 4 bytes) to the given position in the system's native byte order.
putInt(int, int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
putInt(int, int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
putInt(int, int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
putIntBigEndian(int, int) - Method in class org.apache.flink.core.memory.MemorySegment
Writes the given int value (32bit, 4 bytes) to the given position in big endian byte order.
putIntBigEndian(int, int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
putIntBigEndian(int, int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
putIntBigEndian(int, int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
putIntLittleEndian(int, int) - Method in class org.apache.flink.core.memory.MemorySegment
Writes the given int value (32bit, 4 bytes) to the given position in little endian byte order.
putIntLittleEndian(int, int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
putIntLittleEndian(int, int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
putIntLittleEndian(int, int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
putLong(int, long) - Method in class org.apache.flink.core.memory.MemorySegment
Writes the given long value (64bit, 8 bytes) to the given position in the system's native byte order.
putLong(int, long) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
putLong(int, long) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
putLong(int, long) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
putLongBigEndian(int, long) - Method in class org.apache.flink.core.memory.MemorySegment
Writes the given long value (64bit, 8 bytes) to the given position in big endian byte order.
putLongBigEndian(int, long) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
putLongBigEndian(int, long) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
putLongBigEndian(int, long) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
putLongLittleEndian(int, long) - Method in class org.apache.flink.core.memory.MemorySegment
Writes the given long value (64bit, 8 bytes) to the given position in little endian byte order.
putLongLittleEndian(int, long) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
putLongLittleEndian(int, long) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
putLongLittleEndian(int, long) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 
putNormalizedKey(Boolean, MemorySegment, int, int) - Method in class org.apache.flink.api.common.typeutils.base.BooleanComparator
 
putNormalizedKey(Byte, MemorySegment, int, int) - Method in class org.apache.flink.api.common.typeutils.base.ByteComparator
 
putNormalizedKey(Character, MemorySegment, int, int) - Method in class org.apache.flink.api.common.typeutils.base.CharComparator
 
putNormalizedKey(Double, MemorySegment, int, int) - Method in class org.apache.flink.api.common.typeutils.base.DoubleComparator
 
putNormalizedKey(Float, MemorySegment, int, int) - Method in class org.apache.flink.api.common.typeutils.base.FloatComparator
 
putNormalizedKey(Integer, MemorySegment, int, int) - Method in class org.apache.flink.api.common.typeutils.base.IntComparator
 
putNormalizedKey(Long, MemorySegment, int, int) - Method in class org.apache.flink.api.common.typeutils.base.LongComparator
 
putNormalizedKey(Short, MemorySegment, int, int) - Method in class org.apache.flink.api.common.typeutils.base.ShortComparator
 
putNormalizedKey(String, MemorySegment, int, int) - Method in class org.apache.flink.api.common.typeutils.base.StringComparator
 
putNormalizedKey(Record, MemorySegment, int, int) - Method in class org.apache.flink.api.common.typeutils.record.RecordComparator
 
putNormalizedKey(T, MemorySegment, int, int) - Method in class org.apache.flink.api.common.typeutils.TypeComparator
Writes a normalized key for the given record into the target byte array, starting at the specified position an writing exactly the given number of bytes.
putNormalizedKey(T, MemorySegment, int, int) - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueComparator
 
putNormalizedKey(T, MemorySegment, int, int) - Method in class org.apache.flink.api.java.typeutils.runtime.GenericTypeComparator
 
putNormalizedKey(T, MemorySegment, int, int) - Method in class org.apache.flink.api.java.typeutils.runtime.PojoComparator
 
putNormalizedKey(T, MemorySegment, int, int) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleComparator
 
putNormalizedKey(T, MemorySegment, int, int) - Method in class org.apache.flink.api.java.typeutils.runtime.ValueComparator
 
putNormalizedKey(T, MemorySegment, int, int) - Method in class org.apache.flink.api.java.typeutils.runtime.WritableComparator
 
putShort(int, short) - Method in class org.apache.flink.core.memory.MemorySegment
Writes the given short value into this buffer at the given position, using the native byte order of the system.
putShort(int, short) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
putShort(int, short) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
 
putShort(int, short) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
 

Q

QUERY_KEY - Variable in class org.apache.flink.api.java.record.io.jdbc.JDBCInputFormat
 
QUERY_KEY - Static variable in class org.apache.flink.api.java.record.io.jdbc.JDBCOutputFormat
 
queueEnvelope(Envelope) - Method in class org.apache.flink.runtime.io.network.channels.Channel
 
queueEnvelope(Envelope) - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
queueEnvelope(Envelope) - Method in class org.apache.flink.runtime.io.network.channels.OutputChannel
 
queues - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ThreadBase
The queue of empty buffer that can be used for reading;
QuickSort - Class in org.apache.flink.runtime.operators.sort
 
QuickSort() - Constructor for class org.apache.flink.runtime.operators.sort.QuickSort
 

R

RandomAccessInputView - Class in org.apache.flink.runtime.io.disk
 
RandomAccessInputView(ArrayList<MemorySegment>, int) - Constructor for class org.apache.flink.runtime.io.disk.RandomAccessInputView
 
RandomAccessInputView(ArrayList<MemorySegment>, int, int) - Constructor for class org.apache.flink.runtime.io.disk.RandomAccessInputView
 
RandomAccessOutputView - Class in org.apache.flink.runtime.io.disk
 
RandomAccessOutputView(MemorySegment[], int) - Constructor for class org.apache.flink.runtime.io.disk.RandomAccessOutputView
 
RandomAccessOutputView(MemorySegment[], int, int) - Constructor for class org.apache.flink.runtime.io.disk.RandomAccessOutputView
 
RANKS - Static variable in class org.apache.flink.examples.java.relational.util.WebLogData
 
RANKS_AFTER_3_ITERATIONS - Static variable in class org.apache.flink.test.testdata.PageRankData
 
RANKS_AFTER_EPSILON_0_0001_CONVERGENCE - Static variable in class org.apache.flink.test.testdata.PageRankData
 
reachedEnd() - Method in class org.apache.flink.api.common.io.BinaryInputFormat
 
reachedEnd() - Method in class org.apache.flink.api.common.io.DelimitedInputFormat
Checks whether the current split is at its end.
reachedEnd() - Method in interface org.apache.flink.api.common.io.InputFormat
Method used to check if the end of the input is reached.
reachedEnd() - Method in class org.apache.flink.api.io.avro.example.AvroTypeExample.UserGeneratingInputFormat
 
reachedEnd() - Method in class org.apache.flink.api.java.io.AvroInputFormat
 
reachedEnd() - Method in class org.apache.flink.api.java.io.CollectionInputFormat
 
reachedEnd() - Method in class org.apache.flink.api.java.io.IteratorInputFormat
 
reachedEnd() - Method in class org.apache.flink.api.java.io.jdbc.JDBCInputFormat
Checks whether all data has been read.
reachedEnd() - Method in class org.apache.flink.api.java.io.ParallelIteratorInputFormat
 
reachedEnd() - Method in class org.apache.flink.api.java.record.io.CollectionInputFormat
 
reachedEnd() - Method in class org.apache.flink.api.java.record.io.ExternalProcessFixedLengthInputFormat
 
reachedEnd() - Method in class org.apache.flink.api.java.record.io.FixedLengthInputFormat
 
reachedEnd() - Method in class org.apache.flink.api.java.record.io.jdbc.JDBCInputFormat
Checks whether all data has been read.
reachedEnd() - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopInputFormat
 
reachedEnd() - Method in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordInputFormat
 
reachedEnd() - Method in class org.apache.flink.hadoopcompatibility.mapreduce.HadoopInputFormat
 
read(byte[], int, int) - Method in class org.apache.flink.api.avro.FSDataInputStreamWrapper
 
read(DataInputView) - Method in class org.apache.flink.api.common.accumulators.DoubleCounter
 
read(DataInputView) - Method in class org.apache.flink.api.common.accumulators.Histogram
 
read(DataInputView) - Method in class org.apache.flink.api.common.accumulators.IntCounter
 
read(DataInputView) - Method in class org.apache.flink.api.common.accumulators.LongCounter
 
read(DataInputView) - Method in class org.apache.flink.api.common.distributions.SimpleDistribution
 
read(DataInputView) - Method in class org.apache.flink.api.common.distributions.SimpleIntegerDistribution
 
read(DataInputView) - Method in class org.apache.flink.api.common.distributions.UniformDoubleDistribution
 
read(DataInputView) - Method in class org.apache.flink.api.common.distributions.UniformIntegerDistribution
 
read() - Method in class org.apache.flink.api.common.io.BinaryInputFormat.BlockBasedInput
 
read(byte[]) - Method in class org.apache.flink.api.common.io.BinaryInputFormat.BlockBasedInput
 
read(byte[], int, int) - Method in class org.apache.flink.api.common.io.BinaryInputFormat.BlockBasedInput
 
read(DataInputView) - Method in class org.apache.flink.api.common.io.BlockInfo
 
read() - Method in class org.apache.flink.api.common.io.InflaterInputStreamFSInputWrapper
 
read(byte[], int, int) - Method in class org.apache.flink.api.common.io.InflaterInputStreamFSInputWrapper
 
read(byte[]) - Method in class org.apache.flink.api.common.io.InflaterInputStreamFSInputWrapper
 
read(DataInputView) - Method in class org.apache.flink.api.java.record.io.ExternalProcessInputSplit
 
read() - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputViewStream
 
read(byte[], int, int) - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputViewStream
 
read() - Method in class org.apache.flink.api.java.typeutils.runtime.NoFetchingInput
 
read(byte[], int, int) - Method in class org.apache.flink.api.java.typeutils.runtime.NoFetchingInput
 
read(DataInputView) - Method in class org.apache.flink.configuration.Configuration
 
read(DataInputView) - Method in class org.apache.flink.core.fs.FileInputSplit
 
read() - Method in class org.apache.flink.core.fs.local.LocalDataInputStream
 
read(byte[], int, int) - Method in class org.apache.flink.core.fs.local.LocalDataInputStream
 
read(DataInputView) - Method in class org.apache.flink.core.fs.Path
 
read(DataInputView) - Method in class org.apache.flink.core.io.GenericInputSplit
 
read(DataInputView) - Method in interface org.apache.flink.core.io.IOReadableWritable
Reads the object's internal data from the given data input view.
read(DataInputView) - Method in class org.apache.flink.core.io.LocatableInputSplit
 
read(DataInputView) - Method in class org.apache.flink.core.io.StringRecord
deserialize
read(byte[], int, int) - Method in interface org.apache.flink.core.memory.DataInputView
Reads up to len bytes of memory and stores it into b starting at offset off.
read(byte[]) - Method in interface org.apache.flink.core.memory.DataInputView
Tries to fill the given byte array b.
read() - Method in class org.apache.flink.core.memory.DataInputViewStream
 
read(byte[], int, int) - Method in class org.apache.flink.core.memory.DataInputViewStream
 
read(byte[], int, int) - Method in class org.apache.flink.core.memory.InputViewDataInputStreamWrapper
 
read(byte[]) - Method in class org.apache.flink.core.memory.InputViewDataInputStreamWrapper
 
read(byte[], int, int) - Method in class org.apache.flink.core.memory.InputViewObjectInputStreamWrapper
 
read(byte[]) - Method in class org.apache.flink.core.memory.InputViewObjectInputStreamWrapper
 
read(DataInputView) - Method in class org.apache.flink.examples.java.relational.EmptyFieldsCountAccumulator.VectorAccumulator
 
read(DataInputView) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.datatypes.WritableWrapper
 
read(DataInputView) - Method in class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopInputSplit
 
read(DataInputView) - Method in class org.apache.flink.hadoopcompatibility.mapreduce.wrapper.HadoopInputSplit
 
read(DataInputView) - Method in class org.apache.flink.runtime.AbstractID
 
read(DataInputView) - Method in class org.apache.flink.runtime.accumulators.AccumulatorEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.blob.BlobKey
Reads the object's internal data from the given data input view.
read(DataInputView) - Method in class org.apache.flink.runtime.client.AbstractJobResult
 
read(DataInputView) - Method in class org.apache.flink.runtime.client.JobProgressResult
 
read(DataInputView) - Method in class org.apache.flink.runtime.deployment.ChannelDeploymentDescriptor
 
read(DataInputView) - Method in class org.apache.flink.runtime.deployment.GateDeploymentDescriptor
 
read(DataInputView) - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
 
read(DataInputView) - Method in class org.apache.flink.runtime.event.job.AbstractEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.event.job.ExecutionStateChangeEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.event.job.JobEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.event.job.RecentJobEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.event.job.VertexEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.event.task.IntegerTaskEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.event.task.StringTaskEvent
 
read() - Method in class org.apache.flink.runtime.fs.hdfs.DistributedDataInputStream
 
read(byte[], int, int) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedDataInputStream
 
read() - Method in class org.apache.flink.runtime.fs.s3.S3DataInputStream
 
read(byte[]) - Method in class org.apache.flink.runtime.fs.s3.S3DataInputStream
 
read(byte[], int, int) - Method in class org.apache.flink.runtime.fs.s3.S3DataInputStream
 
read(DataInputView) - Method in class org.apache.flink.runtime.instance.HardwareDescription
 
read(DataInputView) - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
 
read(DataInputView) - Method in class org.apache.flink.runtime.io.network.channels.ChannelCloseEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.io.network.channels.EndOfSuperstepEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
read(DataInputView) - Method in class org.apache.flink.runtime.io.network.RemoteReceiver
 
read(DataInputView) - Method in class org.apache.flink.runtime.io.network.SenderHintEvent
 
read(byte[], int, int) - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
read(byte[]) - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
read(DataInputView) - Method in class org.apache.flink.runtime.iterative.event.IterationEventWithAggregators
 
read(DataInputView) - Method in class org.apache.flink.runtime.iterative.event.TerminationEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.iterative.event.WorkerDoneEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.jobgraph.JobGraph
 
read(byte[]) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
read(byte[], int, int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
read() - Method in class org.apache.flink.runtime.net.SocketInputStream
 
read(byte[], int, int) - Method in class org.apache.flink.runtime.net.SocketInputStream
 
read(ByteBuffer) - Method in class org.apache.flink.runtime.net.SocketInputStream
 
read(DataInputView) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
read(DataInputView) - Method in class org.apache.flink.runtime.plugable.DeserializationDelegate
 
read(DataInputView) - Method in class org.apache.flink.runtime.plugable.SerializationDelegate
 
read(DataInputView) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexProfilingData
 
read(DataInputView) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexThreadProfilingData
 
read(DataInputView) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
read(DataInputView) - Method in class org.apache.flink.runtime.profiling.impl.types.ProfilingDataContainer
 
read(DataInputView) - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.profiling.types.ProfilingEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.profiling.types.SingleInstanceProfilingEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.profiling.types.ThreadProfilingEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.profiling.types.VertexProfilingEvent
 
read(DataInputView) - Method in class org.apache.flink.runtime.taskmanager.TaskExecutionState
 
read(DataInputView) - Method in class org.apache.flink.runtime.taskmanager.TaskOperationResult
 
read(DataInputView) - Method in class org.apache.flink.runtime.types.FileRecord
 
read(DataInputView) - Method in class org.apache.flink.runtime.types.IntegerRecord
 
read(DataInputView) - Method in class org.apache.flink.runtime.util.SerializableArrayList
 
read(DataInputView) - Method in class org.apache.flink.runtime.util.SerializableHashMap
 
read(DataInputView) - Method in class org.apache.flink.runtime.util.SerializableHashSet
 
read(DataInputView) - Method in class org.apache.flink.streaming.api.streamrecord.UID
 
read(byte[]) - Method in interface org.apache.flink.streaming.connectors.db.DBSerializer
 
read(byte[]) - Method in class org.apache.flink.streaming.connectors.db.DefaultDBSerializer
 
read(DataInputView) - Method in class org.apache.flink.types.BooleanValue
 
read(DataInputView) - Method in class org.apache.flink.types.ByteValue
 
read(DataInputView) - Method in class org.apache.flink.types.CharValue
 
read(DataInputView) - Method in class org.apache.flink.types.DoubleValue
 
read(DataInputView) - Method in class org.apache.flink.types.FloatValue
 
read(DataInputView) - Method in class org.apache.flink.types.IntValue
 
read(DataInputView) - Method in class org.apache.flink.types.ListValue
 
read(DataInputView) - Method in class org.apache.flink.types.LongValue
 
read(DataInputView) - Method in class org.apache.flink.types.MapValue
 
read(DataInputView) - Method in class org.apache.flink.types.NullValue
 
read(DataInputView) - Method in class org.apache.flink.types.Pair
 
read(DataInputView) - Method in class org.apache.flink.types.Record
 
read(DataInputView) - Method in class org.apache.flink.types.ShortValue
 
read(DataInputView) - Method in class org.apache.flink.types.StringValue
 
READ_WHOLE_SPLIT_FLAG - Static variable in class org.apache.flink.api.common.io.FileInputFormat
The splitLength is set to -1L for reading the whole split.
readAllResultLines(List<String>, String) - Method in class org.apache.flink.test.util.AbstractTestBase
 
readAllResultLines(List<String>, String, boolean) - Method in class org.apache.flink.test.util.AbstractTestBase
 
readAndSetBroadcastInput(int, String, RuntimeUDFContext) - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
readArrayStart() - Method in class org.apache.flink.api.avro.DataInputDecoder
 
readArrayStart() - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
readBlock(MemorySegment) - Method in class org.apache.flink.runtime.io.disk.iomanager.BlockChannelReader
Issues a read request, which will asynchronously fill the given segment with the next block in the underlying file channel.
readBoolean() - Method in class org.apache.flink.api.avro.DataInputDecoder
 
readBoolean() - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
readBoolean() - Method in class org.apache.flink.core.memory.InputViewDataInputStreamWrapper
 
readBoolean() - Method in class org.apache.flink.core.memory.InputViewObjectInputStreamWrapper
 
readBoolean() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readBoolean() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readByte() - Method in class org.apache.flink.core.memory.InputViewDataInputStreamWrapper
 
readByte() - Method in class org.apache.flink.core.memory.InputViewObjectInputStreamWrapper
 
readByte() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readByte() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readBytes(ByteBuffer) - Method in class org.apache.flink.api.avro.DataInputDecoder
 
readBytes(Record, byte[], int) - Method in class org.apache.flink.api.java.record.io.ExternalProcessFixedLengthInputFormat
Reads a record out of the given buffer.
readBytes(Record, byte[], int) - Method in class org.apache.flink.api.java.record.io.FixedLengthInputFormat
Reads a record out of the given buffer.
readBytes(ByteBuffer) - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
readBytes(byte[], int, int) - Method in class org.apache.flink.api.java.typeutils.runtime.NoFetchingInput
 
readChar() - Method in class org.apache.flink.core.memory.InputViewDataInputStreamWrapper
 
readChar() - Method in class org.apache.flink.core.memory.InputViewObjectInputStreamWrapper
 
readChar() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readChar() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readCsvFile(String) - Method in class org.apache.flink.api.java.ExecutionEnvironment
Creates a CSV reader to read a comma separated value (CSV) file.
readDouble() - Method in class org.apache.flink.api.avro.DataInputDecoder
 
readDouble() - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
readDouble() - Method in class org.apache.flink.core.memory.InputViewDataInputStreamWrapper
 
readDouble() - Method in class org.apache.flink.core.memory.InputViewObjectInputStreamWrapper
 
readDouble() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readDouble() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readDualConstantAnnotations(Class<?>) - Static method in class org.apache.flink.api.java.functions.FunctionAnnotation
Reads the annotations of a user defined function with two inputs and returns semantic properties according to the constant fields annotated.
readDualConstantAnnotations(UserCodeWrapper<?>) - Static method in class org.apache.flink.api.java.record.functions.FunctionAnnotation
Deprecated.
 
readEnum() - Method in class org.apache.flink.api.avro.DataInputDecoder
 
readEnum() - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
readEnum(DataInput, Class<T>) - Static method in class org.apache.flink.runtime.util.EnumUtils
Reads a value from the given enumeration from the specified input stream.
reader - Variable in class org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
 
Reader<T extends IOReadableWritable> - Interface in org.apache.flink.runtime.io.network.api
A reader interface to read records from an input.
ReaderBase - Interface in org.apache.flink.runtime.io.network.api
 
ReaderIterator<T> - Class in org.apache.flink.runtime.operators.util
A MutableObjectIterator that wraps a Nephele Reader producing records of a certain type.
ReaderIterator(MutableReader<DeserializationDelegate<T>>, TypeSerializer<T>) - Constructor for class org.apache.flink.runtime.operators.util.ReaderIterator
Creates a new iterator, wrapping the given reader.
readFields(DataInput) - Method in interface org.apache.hadoop.io.Writable
Deserialize the fields of this object from in.
readFile(FileInputFormat<X>, String) - Method in class org.apache.flink.api.java.ExecutionEnvironment
 
readFileInfoFromConfig(Configuration) - Static method in class org.apache.flink.api.common.cache.DistributedCache
 
readFixed(byte[], int, int) - Method in class org.apache.flink.api.avro.DataInputDecoder
 
readFixed(byte[], int, int) - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
readFloat() - Method in class org.apache.flink.api.avro.DataInputDecoder
 
readFloat() - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
readFloat() - Method in class org.apache.flink.core.memory.InputViewDataInputStreamWrapper
 
readFloat() - Method in class org.apache.flink.core.memory.InputViewObjectInputStreamWrapper
 
readFloat() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readFloat() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readFully(byte[]) - Method in class org.apache.flink.core.memory.InputViewDataInputStreamWrapper
 
readFully(byte[], int, int) - Method in class org.apache.flink.core.memory.InputViewDataInputStreamWrapper
 
readFully(byte[]) - Method in class org.apache.flink.core.memory.InputViewObjectInputStreamWrapper
 
readFully(byte[], int, int) - Method in class org.apache.flink.core.memory.InputViewObjectInputStreamWrapper
 
readFully(byte[]) - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readFully(byte[], int, int) - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readFully(byte[]) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readFully(byte[], int, int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readFully(InputStream, byte[], int, int) - Static method in class org.apache.flink.runtime.util.IOUtils
Reads len bytes in a loop.
readIndex() - Method in class org.apache.flink.api.avro.DataInputDecoder
 
readIndex() - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
readInt() - Method in class org.apache.flink.api.avro.DataInputDecoder
 
readInt() - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
readInt() - Method in class org.apache.flink.core.memory.InputViewDataInputStreamWrapper
 
readInt() - Method in class org.apache.flink.core.memory.InputViewObjectInputStreamWrapper
 
readInt() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readInt() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readLine() - Method in class org.apache.flink.api.common.io.DelimitedInputFormat
 
readLine() - Method in class org.apache.flink.core.memory.InputViewDataInputStreamWrapper
 
readLine() - Method in class org.apache.flink.core.memory.InputViewObjectInputStreamWrapper
 
readLine() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readLine() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readLong() - Method in class org.apache.flink.api.avro.DataInputDecoder
 
readLong() - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
readLong() - Method in class org.apache.flink.core.memory.InputViewDataInputStreamWrapper
 
readLong() - Method in class org.apache.flink.core.memory.InputViewObjectInputStreamWrapper
 
readLong() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readLong() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readMapStart() - Method in class org.apache.flink.api.avro.DataInputDecoder
 
readMapStart() - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
readNull() - Method in class org.apache.flink.api.avro.DataInputDecoder
 
readNull() - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
readNullableString(DataInputView) - Static method in class org.apache.flink.util.StringUtils
Reads a String from the given input.
readObjectFromConfig(Configuration, String, ClassLoader) - Static method in class org.apache.flink.util.InstantiationUtil
 
readParametersFromConfig(Configuration, ClassLoader) - Method in class org.apache.flink.api.common.typeutils.record.RecordComparatorFactory
 
readParametersFromConfig(Configuration, ClassLoader) - Method in class org.apache.flink.api.common.typeutils.record.RecordSerializerFactory
 
readParametersFromConfig(Configuration, ClassLoader) - Method in interface org.apache.flink.api.common.typeutils.TypeComparatorFactory
 
readParametersFromConfig(Configuration, ClassLoader) - Method in interface org.apache.flink.api.common.typeutils.TypeSerializerFactory
 
readParametersFromConfig(Configuration, ClassLoader) - Method in class org.apache.flink.api.java.typeutils.runtime.RuntimeComparatorFactory
 
readParametersFromConfig(Configuration, ClassLoader) - Method in class org.apache.flink.api.java.typeutils.runtime.RuntimeStatefulSerializerFactory
 
readParametersFromConfig(Configuration, ClassLoader) - Method in class org.apache.flink.api.java.typeutils.runtime.RuntimeStatelessSerializerFactory
 
readRecord(OT, byte[], int, int) - Method in class org.apache.flink.api.common.io.DelimitedInputFormat
This function parses the given byte array which represents a serialized records.
readRecord(OUT, byte[], int, int) - Method in class org.apache.flink.api.java.io.CsvInputFormat
 
readRecord(String, byte[], int, int) - Method in class org.apache.flink.api.java.io.TextInputFormat
 
readRecord(StringValue, byte[], int, int) - Method in class org.apache.flink.api.java.io.TextValueInputFormat
 
readRecord(Record, byte[], int, int) - Method in class org.apache.flink.api.java.record.io.CsvInputFormat
 
readRecord(Record, byte[], int, int) - Method in class org.apache.flink.api.java.record.io.DelimitedInputFormat
This function parses the given byte array which represents a serialized key/value pair.
readRecord(Record, byte[], int, int) - Method in class org.apache.flink.api.java.record.io.TextInputFormat
 
readRecord(OUT, byte[], int, int) - Method in class org.apache.flink.api.scala.operators.ScalaCsvInputFormat
 
readRecord(T) - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
readRecord(T) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
Reads a record from one of the associated input channels.
readRecordAt(long, T) - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
 
readShort() - Method in class org.apache.flink.core.memory.InputViewDataInputStreamWrapper
 
readShort() - Method in class org.apache.flink.core.memory.InputViewObjectInputStreamWrapper
 
readShort() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readShort() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readSingleConstantAnnotations(Class<?>) - Static method in class org.apache.flink.api.java.functions.FunctionAnnotation
Reads the annotations of a user defined function with one input and returns semantic properties according to the constant fields annotated.
readSingleConstantAnnotations(UserCodeWrapper<?>) - Static method in class org.apache.flink.api.java.record.functions.FunctionAnnotation
Deprecated.
 
readString(Utf8) - Method in class org.apache.flink.api.avro.DataInputDecoder
 
readString() - Method in class org.apache.flink.api.avro.DataInputDecoder
 
readString(Utf8) - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
readString() - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
readString(DataInput) - Static method in class org.apache.flink.core.io.StringRecord
Read a UTF8 encoded string from in
readString(DataInput) - Static method in class org.apache.flink.types.StringValue
 
readStubAnnotations() - Method in class org.apache.flink.compiler.dag.AbstractPartialSolutionNode
 
readStubAnnotations() - Method in class org.apache.flink.compiler.dag.BinaryUnionNode
 
readStubAnnotations() - Method in class org.apache.flink.compiler.dag.BulkIterationNode
 
readStubAnnotations() - Method in class org.apache.flink.compiler.dag.OptimizerNode
Reads all stub annotations, i.e.
readStubAnnotations() - Method in class org.apache.flink.compiler.dag.WorksetIterationNode
 
readTextFile(String) - Method in class org.apache.flink.api.java.ExecutionEnvironment
Creates a DataSet that represents the Strings produced by reading the given file line wise.
readTextFile(String, String) - Method in class org.apache.flink.api.java.ExecutionEnvironment
Creates a DataSet that represents the Strings produced by reading the given file line wise.
readTextFile(String) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Creates a DataStream that represents the Strings produced by reading the given file line wise.
readTextFile(String, int) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
 
readTextFileWithValue(String) - Method in class org.apache.flink.api.java.ExecutionEnvironment
Creates a DataSet that represents the Strings produced by reading the given file line wise.
readTextFileWithValue(String, String, boolean) - Method in class org.apache.flink.api.java.ExecutionEnvironment
Creates a DataSet that represents the Strings produced by reading the given file line wise.
readTextStream(String) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Creates a DataStream that represents the Strings produced by reading the given file line wise multiple times(infinite).
readTextStream(String, int) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
 
readUniqueFieldsAnnotation() - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
readUnsignedByte() - Method in class org.apache.flink.core.memory.InputViewDataInputStreamWrapper
 
readUnsignedByte() - Method in class org.apache.flink.core.memory.InputViewObjectInputStreamWrapper
 
readUnsignedByte() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readUnsignedByte() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readUnsignedShort() - Method in class org.apache.flink.core.memory.InputViewDataInputStreamWrapper
 
readUnsignedShort() - Method in class org.apache.flink.core.memory.InputViewObjectInputStreamWrapper
 
readUnsignedShort() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readUnsignedShort() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readUTF() - Method in class org.apache.flink.core.memory.InputViewDataInputStreamWrapper
 
readUTF() - Method in class org.apache.flink.core.memory.InputViewObjectInputStreamWrapper
 
readUTF() - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
readUTF() - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
readVarLongCount(DataInput) - Static method in class org.apache.flink.api.avro.DataInputDecoder
 
readVarLongCount(DataInput) - Static method in class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
readWithKeyDenormalization(T, DataInputView) - Method in class org.apache.flink.api.common.typeutils.base.BasicTypeComparator
 
readWithKeyDenormalization(Record, DataInputView) - Method in class org.apache.flink.api.common.typeutils.record.RecordComparator
 
readWithKeyDenormalization(T, DataInputView) - Method in class org.apache.flink.api.common.typeutils.TypeComparator
Reads the record back while de-normalizing the key fields.
readWithKeyDenormalization(T, DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueComparator
 
readWithKeyDenormalization(T, DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.GenericTypeComparator
 
readWithKeyDenormalization(T, DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.PojoComparator
 
readWithKeyDenormalization(T, DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleComparatorBase
 
readWithKeyDenormalization(T, DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.ValueComparator
 
readWithKeyDenormalization(T, DataInputView) - Method in class org.apache.flink.api.java.typeutils.runtime.WritableComparator
 
rebalance() - Method in class org.apache.flink.api.java.DataSet
Enforces a rebalancing of the DataSet, i.e., the DataSet is evenly distributed over all parallel instances of the following task.
ReceiverAlreadyClosedException - Exception in org.apache.flink.runtime.io.network.channels
 
ReceiverAlreadyClosedException() - Constructor for exception org.apache.flink.runtime.io.network.channels.ReceiverAlreadyClosedException
 
receiverNotFound() - Method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
receiverNotReady() - Method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
receiverReady() - Method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
RecentJobEvent - Class in org.apache.flink.runtime.event.job
A RecentJobEvent provides a summary of a job which is either currently running or has been running recently.
RecentJobEvent(JobID, String, JobStatus, boolean, long, long) - Constructor for class org.apache.flink.runtime.event.job.RecentJobEvent
Constructs a new event.
RecentJobEvent() - Constructor for class org.apache.flink.runtime.event.job.RecentJobEvent
Constructor for serialization/deserialization.
Record - Class in org.apache.flink.types
The Record represents a multi-valued data record and forms the base of the "Record API" The record is a tuple of arbitrary values.
Record() - Constructor for class org.apache.flink.types.Record
Required nullary constructor for instantiation by serialization logic.
Record(Value) - Constructor for class org.apache.flink.types.Record
Creates a new record containing only a single field, which is the given value.
Record(Value, Value) - Constructor for class org.apache.flink.types.Record
Creates a new record containing exactly two fields, which are the given values.
Record(int) - Constructor for class org.apache.flink.types.Record
Creates a new record, containing the given number of fields.
RECORD_DELIMITER - Static variable in class org.apache.flink.api.common.io.DelimitedInputFormat
The configuration key to set the record delimiter.
RECORD_DELIMITER - Static variable in class org.apache.flink.api.java.record.io.DelimitedOutputFormat
The configuration key for the entry that defines the record delimiter.
RECORD_DELIMITER_PARAMETER - Static variable in class org.apache.flink.api.java.record.io.CsvOutputFormat
 
RECORD_POSITION_PARAMETER_PREFIX - Static variable in class org.apache.flink.api.java.record.io.CsvOutputFormat
 
RecordAPITestBase - Class in org.apache.flink.test.util
 
RecordAPITestBase() - Constructor for class org.apache.flink.test.util.RecordAPITestBase
 
RecordAPITestBase(Configuration) - Constructor for class org.apache.flink.test.util.RecordAPITestBase
 
RecordAvailabilityListener<T extends IOReadableWritable> - Interface in org.apache.flink.runtime.io.network.gates
This interface can be implemented by a class which shall be notified by an input gate when one of the its connected input channels has at least one record available for reading.
RecordComparator - Class in org.apache.flink.api.common.typeutils.record
Implementation of the TypeComparator interface for the pact record.
RecordComparator(int[], Class<? extends Key<?>>[]) - Constructor for class org.apache.flink.api.common.typeutils.record.RecordComparator
Creates a new comparator that compares Pact Records by the subset of fields as described by the given key positions and types.
RecordComparator(int[], Class<? extends Key<?>>[], boolean[]) - Constructor for class org.apache.flink.api.common.typeutils.record.RecordComparator
Creates a new comparator that compares Pact Records by the subset of fields as described by the given key positions and types.
RecordComparatorFactory - Class in org.apache.flink.api.common.typeutils.record
A factory for a TypeComparator for Record.
RecordComparatorFactory() - Constructor for class org.apache.flink.api.common.typeutils.record.RecordComparatorFactory
 
RecordComparatorFactory(int[], Class<? extends Key<?>>[]) - Constructor for class org.apache.flink.api.common.typeutils.record.RecordComparatorFactory
 
RecordComparatorFactory(int[], Class<? extends Key<?>>[], boolean[]) - Constructor for class org.apache.flink.api.common.typeutils.record.RecordComparatorFactory
 
recordDelimiter(char) - Method in class org.apache.flink.api.common.io.DelimitedInputFormat.AbstractConfigBuilder
Sets the delimiter to be a single character, namely the given one.
recordDelimiter(String) - Method in class org.apache.flink.api.common.io.DelimitedInputFormat.AbstractConfigBuilder
Sets the delimiter to be the given string.
recordDelimiter(String, String) - Method in class org.apache.flink.api.common.io.DelimitedInputFormat.AbstractConfigBuilder
Sets the delimiter to be the given string.
recordDelimiter(char) - Method in class org.apache.flink.api.java.record.io.CsvOutputFormat.AbstractConfigBuilder
Sets the delimiter to be a single character, namely the given one.
recordDelimiter(String) - Method in class org.apache.flink.api.java.record.io.CsvOutputFormat.AbstractConfigBuilder
Sets the delimiter to be the given string.
recordDelimiter(String, String) - Method in class org.apache.flink.api.java.record.io.CsvOutputFormat.AbstractConfigBuilder
Sets the delimiter to be the given string.
recordDelimiter(char) - Method in class org.apache.flink.api.java.record.io.DelimitedOutputFormat.AbstractConfigBuilder
Sets the delimiter to be a single character, namely the given one.
recordDelimiter(String) - Method in class org.apache.flink.api.java.record.io.DelimitedOutputFormat.AbstractConfigBuilder
Sets the delimiter to be the given string.
recordDelimiter(String, String) - Method in class org.apache.flink.api.java.record.io.DelimitedOutputFormat.AbstractConfigBuilder
Sets the delimiter to be the given string.
RecordDeserializer<T extends IOReadableWritable> - Interface in org.apache.flink.runtime.io.network.serialization
Interface for turning sequences of memory segments into records.
RecordDeserializer.DeserializationResult - Enum in org.apache.flink.runtime.io.network.serialization
 
recordIterator - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoInvokable
 
recordIterator - Variable in class org.apache.flink.streaming.api.invokable.StreamInvokable
 
recordLength - Variable in class org.apache.flink.api.java.record.io.ExternalProcessFixedLengthInputFormat
fixed length of all records
RECORDLENGTH_PARAMETER_KEY - Static variable in class org.apache.flink.api.java.record.io.ExternalProcessFixedLengthInputFormat
The config parameter which defines the fixed length of a record.
RECORDLENGTH_PARAMETER_KEY - Static variable in class org.apache.flink.api.java.record.io.FixedLengthInputFormat
The config parameter which defines the fixed length of a record.
RecordModelPostPass - Class in org.apache.flink.compiler.postpass
Post pass implementation for the Record data model.
RecordModelPostPass() - Constructor for class org.apache.flink.compiler.postpass.RecordModelPostPass
 
RecordOperator - Interface in org.apache.flink.api.common.operators
Interface marking operators to be referring to the Record data model.
RecordOutputCollector - Class in org.apache.flink.runtime.operators.shipping
The OutputCollector collects Records, and emits the pair to a set of Nephele RecordWriters.
RecordOutputCollector(List<RecordWriter<Record>>) - Constructor for class org.apache.flink.runtime.operators.shipping.RecordOutputCollector
Initializes the output collector with a set of writers.
RecordOutputEmitter - Class in org.apache.flink.runtime.operators.shipping
 
RecordOutputEmitter(ShipStrategyType) - Constructor for class org.apache.flink.runtime.operators.shipping.RecordOutputEmitter
Creates a new channel selector that uses the given strategy (broadcasting, partitioning, ...).
RecordOutputEmitter(ShipStrategyType, TypeComparator<Record>) - Constructor for class org.apache.flink.runtime.operators.shipping.RecordOutputEmitter
Creates a new channel selector that uses the given strategy (broadcasting, partitioning, ...) and uses the supplied comparator to hash / compare records for partitioning them deterministically.
RecordOutputEmitter(ShipStrategyType, TypeComparator<Record>, DataDistribution) - Constructor for class org.apache.flink.runtime.operators.shipping.RecordOutputEmitter
Creates a new channel selector that uses the given strategy (broadcasting, partitioning, ...) and uses the supplied comparator to hash / compare records for partitioning them deterministically.
RecordPairComparator - Class in org.apache.flink.api.common.typeutils.record
Implementation of the TypePairComparator interface for Pact Records.
RecordPairComparator(int[], int[], Class<? extends Key<?>>[]) - Constructor for class org.apache.flink.api.common.typeutils.record.RecordPairComparator
 
RecordPairComparatorFactory - Class in org.apache.flink.api.common.typeutils.record
A factory for a TypePairComparator for Record.
RecordPairComparatorFactory() - Constructor for class org.apache.flink.api.common.typeutils.record.RecordPairComparatorFactory
 
recordReader - Variable in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordInputFormat
 
RecordReader<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.api
A record writer connects an input gate to an application.
RecordReader(AbstractInvokable, Class<T>) - Constructor for class org.apache.flink.runtime.io.network.api.RecordReader
Constructs a new record reader and registers a new input gate with the application's environment.
RecordReaderIterator - Class in org.apache.flink.runtime.operators.util
A MutableObjectIterator that wraps a Nephele Reader producing Records.
RecordReaderIterator(MutableReader<Record>) - Constructor for class org.apache.flink.runtime.operators.util.RecordReaderIterator
Creates a new iterator, wrapping the given reader.
RecordSerializer - Class in org.apache.flink.api.common.typeutils.record
Implementation of the (de)serialization and copying logic for the Record.
RecordSerializer<T extends IOReadableWritable> - Interface in org.apache.flink.runtime.io.network.serialization
Interface for turning records into sequences of memory segments.
RecordSerializer.SerializationResult - Enum in org.apache.flink.runtime.io.network.serialization
 
RecordSerializerFactory - Class in org.apache.flink.api.common.typeutils.record
A factory that create a serializer for the Record data type.
RecordSerializerFactory() - Constructor for class org.apache.flink.api.common.typeutils.record.RecordSerializerFactory
 
RecordTypeInfo - Class in org.apache.flink.api.java.typeutils
Type information for the record API.
RecordTypeInfo() - Constructor for class org.apache.flink.api.java.typeutils.RecordTypeInfo
 
recordWriter - Variable in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordOutputFormat
 
RecordWriter<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.api
A record writer connects the application to an output gate.
RecordWriter(AbstractInvokable) - Constructor for class org.apache.flink.runtime.io.network.api.RecordWriter
 
RecordWriter(AbstractInvokable, ChannelSelector<T>) - Constructor for class org.apache.flink.runtime.io.network.api.RecordWriter
 
recursionLevel - Variable in class org.apache.flink.runtime.operators.hash.HashPartition
 
recycle(MemorySegment) - Method in class org.apache.flink.runtime.io.network.bufferprovider.DiscardBufferPool
 
recycle(MemorySegment) - Method in interface org.apache.flink.runtime.io.network.BufferRecycler
Called by Buffer to return a MemorySegment to its original buffer pool.
recycle(MemorySegment) - Method in class org.apache.flink.runtime.util.BufferPoolConnector
 
recycleBuffer() - Method in class org.apache.flink.runtime.io.network.Buffer
 
RedisState<K extends Serializable,V extends Serializable> - Class in org.apache.flink.streaming.connectors.db
Interface to a Redis key-value cache.
RedisState(DBSerializer<K>, DBSerializer<V>) - Constructor for class org.apache.flink.streaming.connectors.db.RedisState
 
RedisState() - Constructor for class org.apache.flink.streaming.connectors.db.RedisState
 
reduce(Iterable<T>, Collector<O>) - Method in interface org.apache.flink.api.common.functions.GroupReduceFunction
The reduce method.
reduce(T, T) - Method in interface org.apache.flink.api.common.functions.ReduceFunction
The core method of ReduceFunction, combining two values into one value of the same type.
reduce(Iterable<IN>, Collector<OUT>) - Method in class org.apache.flink.api.common.functions.RichGroupReduceFunction
 
reduce(T, T) - Method in class org.apache.flink.api.common.functions.RichReduceFunction
 
reduce(Iterable<Tuple2<User, Integer>>, Collector<Tuple2<Integer, String>>) - Method in class org.apache.flink.api.io.avro.example.AvroTypeExample.ConcatenatingReducer
 
reduce(ReduceFunction<T>) - Method in class org.apache.flink.api.java.DataSet
Applies a Reduce transformation on a non-grouped DataSet.
The transformation consecutively calls a RichReduceFunction until only a single element remains which is the result of the transformation.
reduce(Iterable<T>, Collector<T>) - Method in class org.apache.flink.api.java.functions.FirstReducer
 
reduce(Iterable<IN>, Collector<OUT>) - Method in class org.apache.flink.api.java.functions.GroupReduceIterator
 
reduce(T, T) - Method in class org.apache.flink.api.java.functions.SelectByMaxFunction
Reduce implementation, returns bigger tuple or value1 if both tuples are equal.
reduce(T, T) - Method in class org.apache.flink.api.java.functions.SelectByMinFunction
Reduce implementation, returns smaller tuple or value1 if both tuples are equal.
reduce(Iterable<T>, Collector<T>) - Method in class org.apache.flink.api.java.operators.AggregateOperator.AggregatingUdf
 
reduce(Iterable<T>, Collector<T>) - Method in class org.apache.flink.api.java.operators.DistinctOperator.DistinctFunction
 
reduce(Iterable<Tuple2<K, IN>>, Collector<OUT>) - Method in class org.apache.flink.api.java.operators.translation.PlanUnwrappingReduceGroupOperator.TupleUnwrappingFlatCombinableGroupReducer
 
reduce(Iterable<Tuple2<K, IN>>, Collector<OUT>) - Method in class org.apache.flink.api.java.operators.translation.PlanUnwrappingReduceGroupOperator.TupleUnwrappingNonCombinableGroupReducer
 
reduce(Tuple2<K, T>, Tuple2<K, T>) - Method in class org.apache.flink.api.java.operators.translation.PlanUnwrappingReduceOperator.ReduceWrapper
 
reduce(ReduceFunction<T>) - Method in class org.apache.flink.api.java.operators.UnsortedGrouping
Applies a Reduce transformation on a grouped DataSet.
For each group, the transformation consecutively calls a RichReduceFunction until only a single element for each group remains.
reduce(Iterator<Record>, Collector<Record>) - Method in class org.apache.flink.api.java.record.functions.ReduceFunction
Deprecated.
The central function to be implemented for a reducer.
reduce(Iterable<Record>, Collector<Record>) - Method in class org.apache.flink.api.java.record.operators.ReduceOperator.WrappingReduceFunction
 
reduce(Iterable<T>, Collector<T>) - Method in class org.apache.flink.api.scala.operators.ScalaAggregateOperator.AggregatingUdf
 
reduce(Tuple3<Integer, KMeans.Point, Long>, Tuple3<Integer, KMeans.Point, Long>) - Method in class org.apache.flink.examples.java.clustering.KMeans.CentroidAccumulator
 
reduce(Iterable<Tuple2<Long, Long>>, Collector<Tuple2<Long, Long[]>>) - Method in class org.apache.flink.examples.java.graph.PageRankBasic.BuildOutgoingEdgeList
 
reduce(Long, Long) - Method in class org.apache.flink.examples.java.misc.PiEstimation.SumReducer
 
reduce(Tuple2<LinearRegression.Params, Integer>, Tuple2<LinearRegression.Params, Integer>) - Method in class org.apache.flink.examples.java.ml.LinearRegression.UpdateAccumulator
 
reduce(Text, Iterator<LongWritable>, OutputCollector<Text, LongWritable>, Reporter) - Method in class org.apache.flink.hadoopcompatibility.mapred.example.HadoopMapredCompatWordCount.Counter
 
reduce(Iterable<Tuple2<KEYIN, VALUEIN>>, Collector<Tuple2<KEYOUT, VALUEOUT>>) - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopReduceCombineFunction
 
reduce(Iterable<Tuple2<KEYIN, VALUEIN>>, Collector<Tuple2<KEYOUT, VALUEOUT>>) - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopReduceFunction
 
reduce(Iterator<Record>, Collector<Record>) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.example.WordCount.CountWords
 
reduce(Iterator<Record>, Collector<Record>) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.example.WordCountWithOutputFormat.CountWords
 
reduce(ReduceFunction<OUT>) - Method in class org.apache.flink.streaming.api.datastream.BatchedDataStream
Applies a reduce transformation on every sliding batch/window of the data stream.
reduce(CoReduceFunction<IN1, IN2, OUT>) - Method in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
Applies a reduce transformation on a ConnectedDataStream and maps the outputs to a common type.
reduce(ReduceFunction<OUT>) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Applies a reduce transformation on the data stream.
reduce(ReduceFunction<OUT>) - Method in class org.apache.flink.streaming.api.datastream.GroupedDataStream
Applies a reduce transformation on the grouped data stream grouped on by the given key position.
reduce(T, T) - Method in class org.apache.flink.streaming.api.function.aggregation.ComparableAggregationFunction
 
reduce(T, T) - Method in class org.apache.flink.streaming.api.function.aggregation.SumAggregationFunction
 
reduce(BatchGroupReduceInvokable<IN, OUT>.StreamBatch) - Method in class org.apache.flink.streaming.api.invokable.operator.BatchGroupReduceInvokable
 
reduce(BatchReduceInvokable<OUT>.StreamBatch) - Method in class org.apache.flink.streaming.api.invokable.operator.BatchReduceInvokable
 
reduce() - Method in class org.apache.flink.streaming.api.invokable.operator.GroupedReduceInvokable
 
reduce() - Method in class org.apache.flink.streaming.api.invokable.operator.StreamReduceInvokable
 
reduce(Iterable<Integer>, Collector<Double[]>) - Method in class org.apache.flink.streaming.examples.ml.IncrementalLearningSkeleton.PartialModelBuilder
 
reduce1(IN1, IN1) - Method in interface org.apache.flink.streaming.api.function.co.CoReduceFunction
The core method of CoReduceFunction, combining two values of the first input into one value of the same type.
reduce1(CoBatchReduceInvokable<IN1, IN2, OUT>.StreamBatch<IN1>) - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable
 
reduce2(IN2, IN2) - Method in interface org.apache.flink.streaming.api.function.co.CoReduceFunction
The core method of ReduceFunction, combining two values of the second input into one value of the same type.
reduce2(CoBatchReduceInvokable<IN1, IN2, OUT>.StreamBatch<IN2>) - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable
 
reduceBatch() - Method in class org.apache.flink.streaming.api.invokable.operator.BatchGroupReduceInvokable.StreamBatch
 
reduceBatch() - Method in class org.apache.flink.streaming.api.invokable.operator.BatchReduceInvokable.StreamBatch
 
reduceBatch() - Method in class org.apache.flink.streaming.api.invokable.operator.WindowReduceInvokable.StreamWindow
 
reduceBatch1(CoBatchReduceInvokable<IN1, IN2, OUT>.StreamBatch<IN1>) - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable
 
reduceBatch1(CoBatchReduceInvokable<IN1, IN2, OUT>.StreamBatch<IN1>) - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowReduceInvokable
 
reduceBatch2(CoBatchReduceInvokable<IN1, IN2, OUT>.StreamBatch<IN2>) - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable
 
reduceBatch2(CoBatchReduceInvokable<IN1, IN2, OUT>.StreamBatch<IN2>) - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowReduceInvokable
 
ReduceCombineDriver<T> - Class in org.apache.flink.runtime.operators
Combine operator for Reduce functions, standalone (not chained).
ReduceCombineDriver() - Constructor for class org.apache.flink.runtime.operators.ReduceCombineDriver
 
ReduceDriver<T> - Class in org.apache.flink.runtime.operators
Reduce task which is executed by a Nephele task manager.
ReduceDriver() - Constructor for class org.apache.flink.runtime.operators.ReduceDriver
 
ReduceFunction<T> - Interface in org.apache.flink.api.common.functions
Base interface for Reduce functions.
ReduceFunction - Class in org.apache.flink.api.java.record.functions
Deprecated.
ReduceFunction() - Constructor for class org.apache.flink.api.java.record.functions.ReduceFunction
Deprecated.
 
reduceGroup(GroupReduceFunction<T, R>) - Method in class org.apache.flink.api.java.DataSet
Applies a GroupReduce transformation on a non-grouped DataSet.
The transformation calls a RichGroupReduceFunction once with the full DataSet.
reduceGroup(Iterable<IN>) - Method in class org.apache.flink.api.java.functions.GroupReduceIterator
 
reduceGroup(GroupReduceFunction<T, R>) - Method in class org.apache.flink.api.java.operators.SortedGrouping
Applies a GroupReduce transformation on a grouped and sorted DataSet.
The transformation calls a RichGroupReduceFunction for each group of the DataSet.
reduceGroup(GroupReduceFunction<T, R>) - Method in class org.apache.flink.api.java.operators.UnsortedGrouping
Applies a GroupReduce transformation on a grouped DataSet.
The transformation calls a RichGroupReduceFunction for each group of the DataSet.
reduceGroup(GroupReduceFunction<OUT, R>) - Method in class org.apache.flink.streaming.api.datastream.BatchedDataStream
Applies a reduceGroup transformation on preset batches/windows of the DataStream.
reduceLastBatch() - Method in class org.apache.flink.streaming.api.invokable.operator.BatchGroupReduceInvokable
 
reduceLastBatch() - Method in class org.apache.flink.streaming.api.invokable.operator.BatchGroupReduceInvokable.StreamBatch
 
reduceLastBatch() - Method in class org.apache.flink.streaming.api.invokable.operator.BatchReduceInvokable
 
reduceLastBatch() - Method in class org.apache.flink.streaming.api.invokable.operator.BatchReduceInvokable.StreamBatch
 
reduceLastBatch() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowInvokable.StreamWindow
 
reduceLastBatch() - Method in class org.apache.flink.streaming.api.invokable.operator.GroupedBatchGroupReduceInvokable
 
reduceLastBatch() - Method in class org.apache.flink.streaming.api.invokable.operator.GroupedBatchReduceInvokable
 
reduceLastBatch() - Method in class org.apache.flink.streaming.api.invokable.operator.GroupedWindowGroupReduceInvokable
 
reduceLastBatch() - Method in class org.apache.flink.streaming.api.invokable.operator.GroupedWindowReduceInvokable
 
reduceLastBatch1() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable
 
reduceLastBatch1(CoBatchReduceInvokable<IN1, IN2, OUT>.StreamBatch<IN1>) - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable
 
reduceLastBatch1() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoGroupedBatchReduceInvokable
 
reduceLastBatch1() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoGroupedWindowReduceInvokable
 
reduceLastBatch2() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable
 
reduceLastBatch2(CoBatchReduceInvokable<IN1, IN2, OUT>.StreamBatch<IN2>) - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable
 
reduceLastBatch2() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoGroupedBatchReduceInvokable
 
reduceLastBatch2() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoGroupedWindowReduceInvokable
 
ReduceNode - Class in org.apache.flink.compiler.dag
The Optimizer representation of a Reduce operator.
ReduceNode(ReduceOperatorBase<?, ?>) - Constructor for class org.apache.flink.compiler.dag.ReduceNode
 
ReduceNode(ReduceNode) - Constructor for class org.apache.flink.compiler.dag.ReduceNode
 
ReduceOperator<IN> - Class in org.apache.flink.api.java.operators
This operator represents the application of a "reduce" function on a data set, and the result data set produced by the function.
ReduceOperator(DataSet<IN>, ReduceFunction<IN>) - Constructor for class org.apache.flink.api.java.operators.ReduceOperator
This is the case for a reduce-all case (in contrast to the reduce-per-group case).
ReduceOperator(Grouping<IN>, ReduceFunction<IN>) - Constructor for class org.apache.flink.api.java.operators.ReduceOperator
 
ReduceOperator - Class in org.apache.flink.api.java.record.operators
ReduceOperator evaluating a ReduceFunction over each group of records that share the same key.
ReduceOperator(ReduceOperator.Builder) - Constructor for class org.apache.flink.api.java.record.operators.ReduceOperator
The private constructor that only gets invoked from the Builder.
ReduceOperator.Builder - Class in org.apache.flink.api.java.record.operators
Builder pattern, straight from Joshua Bloch's Effective Java (2nd Edition).
ReduceOperator.Combinable - Annotation Type in org.apache.flink.api.java.record.operators
This annotation marks reduce stubs as eligible for the usage of a combiner.
ReduceOperator.WrappingClassReduceFunction - Class in org.apache.flink.api.java.record.operators
 
ReduceOperator.WrappingClassReduceFunction(Class<? extends ReduceFunction>) - Constructor for class org.apache.flink.api.java.record.operators.ReduceOperator.WrappingClassReduceFunction
 
ReduceOperator.WrappingReduceFunction - Class in org.apache.flink.api.java.record.operators
 
ReduceOperator.WrappingReduceFunction(ReduceFunction) - Constructor for class org.apache.flink.api.java.record.operators.ReduceOperator.WrappingReduceFunction
 
ReduceOperatorBase<T,FT extends ReduceFunction<T>> - Class in org.apache.flink.api.common.operators.base
Base data flow operator for Reduce user-defined functions.
ReduceOperatorBase(UserCodeWrapper<FT>, UnaryOperatorInformation<T, T>, int[], String) - Constructor for class org.apache.flink.api.common.operators.base.ReduceOperatorBase
Creates a grouped reduce data flow operator.
ReduceOperatorBase(FT, UnaryOperatorInformation<T, T>, int[], String) - Constructor for class org.apache.flink.api.common.operators.base.ReduceOperatorBase
Creates a grouped reduce data flow operator.
ReduceOperatorBase(Class<? extends FT>, UnaryOperatorInformation<T, T>, int[], String) - Constructor for class org.apache.flink.api.common.operators.base.ReduceOperatorBase
Creates a grouped reduce data flow operator.
ReduceOperatorBase(UserCodeWrapper<FT>, UnaryOperatorInformation<T, T>, String) - Constructor for class org.apache.flink.api.common.operators.base.ReduceOperatorBase
Creates a non-grouped reduce data flow operator (all-reduce).
ReduceOperatorBase(FT, UnaryOperatorInformation<T, T>, String) - Constructor for class org.apache.flink.api.common.operators.base.ReduceOperatorBase
Creates a non-grouped reduce data flow operator (all-reduce).
ReduceOperatorBase(Class<? extends FT>, UnaryOperatorInformation<T, T>, String) - Constructor for class org.apache.flink.api.common.operators.base.ReduceOperatorBase
Creates a non-grouped reduce data flow operator (all-reduce).
ReduceProperties - Class in org.apache.flink.compiler.operators
 
ReduceProperties(FieldSet) - Constructor for class org.apache.flink.compiler.operators.ReduceProperties
 
reducer - Variable in class org.apache.flink.streaming.api.invokable.operator.BatchGroupReduceInvokable
 
reducer - Variable in class org.apache.flink.streaming.api.invokable.operator.BatchReduceInvokable
 
reducer - Variable in class org.apache.flink.streaming.api.invokable.operator.StreamReduceInvokable
 
reduceToBuffer(OUT) - Method in class org.apache.flink.streaming.api.invokable.operator.BatchReduceInvokable.StreamBatch
 
reduceToBuffer(OUT) - Method in class org.apache.flink.streaming.api.invokable.operator.WindowReduceInvokable.StreamWindow
 
reduceToBuffer1(IN1, CoBatchReduceInvokable<IN1, IN2, OUT>.StreamBatch<IN1>) - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable
 
reduceToBuffer1(IN1, CoBatchReduceInvokable<IN1, IN2, OUT>.StreamBatch<IN1>) - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowReduceInvokable
 
reduceToBuffer2(IN2, CoBatchReduceInvokable<IN1, IN2, OUT>.StreamBatch<IN2>) - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable
 
reduceToBuffer2(IN2, CoBatchReduceInvokable<IN1, IN2, OUT>.StreamBatch<IN2>) - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowReduceInvokable
 
ReflectionUtil - Class in org.apache.flink.util
 
ReflectionUtil() - Constructor for class org.apache.flink.util.ReflectionUtil
 
refresh(long) - Method in class org.apache.flink.streaming.examples.cellinfo.WorkerEngineExact
 
register(JobID, Collection<BlobKey>) - Method in class org.apache.flink.runtime.execution.librarycache.BlobLibraryCacheManager
Registers a job ID with a set of library paths that are required to run the job.
register(JobID, Collection<BlobKey>) - Method in class org.apache.flink.runtime.execution.librarycache.FallbackLibraryCacheManager
 
register(JobID, Collection<BlobKey>) - Method in interface org.apache.flink.runtime.execution.librarycache.LibraryCacheManager
Registers a job with its required jar files.
register(Task) - Method in class org.apache.flink.runtime.io.network.ChannelManager
Registers the given task with the channel manager.
registerAggregationConvergenceCriterion(String, Aggregator<T>, ConvergenceCriterion<T>) - Method in class org.apache.flink.api.common.aggregators.AggregatorRegistry
 
registerAggregationConvergenceCriterion(String, Aggregator<X>, ConvergenceCriterion<X>) - Method in class org.apache.flink.api.java.operators.IterativeDataSet
Registers an Aggregator for the iteration together with a ConvergenceCriterion.
registerAggregator(String, Aggregator<?>) - Method in class org.apache.flink.api.common.aggregators.AggregatorRegistry
 
registerAggregator(String, Aggregator<?>) - Method in class org.apache.flink.api.java.operators.DeltaIteration
Registers an Aggregator for the iteration.
registerAggregator(String, Aggregator<?>) - Method in class org.apache.flink.api.java.operators.IterativeDataSet
Registers an Aggregator for the iteration.
registerAggregator(String, Aggregator<?>) - Method in class org.apache.flink.spargel.java.VertexCentricIteration
Registers a new aggregator.
registerArchivist(ArchiveListener) - Method in class org.apache.flink.runtime.jobmanager.EventCollector
Register Archivist to archive
registerBufferAvailabilityListener(BufferAvailabilityListener) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
registerBufferAvailabilityListener(BufferAvailabilityListener) - Method in interface org.apache.flink.runtime.io.network.bufferprovider.BufferProvider
Registers the given BufferAvailabilityListener with an empty buffer pool.
registerBufferAvailabilityListener(BufferAvailabilityListener) - Method in class org.apache.flink.runtime.io.network.bufferprovider.DiscardBufferPool
 
registerBufferAvailabilityListener(BufferAvailabilityListener) - Method in class org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPool
 
registerBufferAvailabilityListener(BufferAvailabilityListener) - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
registerBufferAvailabilityListener(BufferAvailabilityListener) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
registerCachedFile(String, DistributedCache.DistributedCacheEntry) - Method in class org.apache.flink.api.common.Plan
register cache files in program level
registerCachedFile(String, String) - Method in class org.apache.flink.api.java.ExecutionEnvironment
Registers a file at the distributed cache under the given name.
registerCachedFile(String, String, boolean) - Method in class org.apache.flink.api.java.ExecutionEnvironment
Registers a file at the distributed cache under the given name.
registerCachedFilesWithPlan(Plan) - Method in class org.apache.flink.api.java.ExecutionEnvironment
Registers all files that were registered at this execution environment's cache registry of the given plan's cache registry.
registerChannelToBeRemovedAtShudown(Channel.ID) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
Adds a channel to the list of channels that are to be removed at shutdown.
registerConsumer() - Method in class org.apache.flink.runtime.executiongraph.IntermediateResult
 
registerEnvelopeDispatcher(EnvelopeDispatcher) - Method in class org.apache.flink.runtime.io.network.channels.Channel
Registers an EnvelopeDispatcher with this channel at runtime.
registerExecutionListener(ExecutionListener) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
registerExecutionListener(Task, Configuration) - Method in class org.apache.flink.runtime.profiling.impl.TaskManagerProfilerImpl
 
registerExecutionListener(Task, Configuration) - Method in interface org.apache.flink.runtime.profiling.TaskManagerProfiler
Registers an ExecutionListener object for profiling.
registerExecutionListener(ExecutionListener) - Method in class org.apache.flink.runtime.taskmanager.Task
 
registerForProfilingData(JobID, ProfilingListener) - Method in class org.apache.flink.runtime.profiling.impl.JobManagerProfilerImpl
 
registerForProfilingData(JobID, ProfilingListener) - Method in interface org.apache.flink.runtime.profiling.JobManagerProfiler
Registers the given ProfilingListener object to receive profiling data for the job with the given job ID.
registerGlobalBufferPool(GlobalBufferPool) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
registerGlobalBufferPool(GlobalBufferPool) - Method in interface org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPoolOwner
 
registerGlobalBufferPool(GlobalBufferPool) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
registerInputOutput() - Method in class org.apache.flink.runtime.iterative.task.IterationSynchronizationSinkTask
 
registerInputOutput() - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
Must be overwritten by the concrete task to instantiate the required record reader and record writer.
registerInputOutput() - Method in class org.apache.flink.runtime.operators.DataSinkTask
 
registerInputOutput() - Method in class org.apache.flink.runtime.operators.DataSourceTask
 
registerInputOutput() - Method in class org.apache.flink.runtime.operators.RegularPactTask
Initialization method.
registerInputOutput() - Method in class org.apache.flink.streaming.api.streamvertex.StreamVertex
 
registerJob(ExecutionGraph, boolean, long) - Method in class org.apache.flink.runtime.jobmanager.EventCollector
Registers a job in form of its execution graph representation with the job progress collector.
registerJobStatusListener(JobStatusListener) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
registerMainThreadForCPUProfiling(Environment, Thread, JobVertexID, int, ExecutionAttemptID) - Method in class org.apache.flink.runtime.profiling.impl.TaskManagerProfilerImpl
 
registerOpenChannelToBeRemovedAtShudown(BlockChannelAccess<?, ?>) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
Adds a channel reader/writer to the list of channels that are to be removed at shutdown.
registerProfiler(TaskManagerProfiler, Configuration) - Method in class org.apache.flink.runtime.taskmanager.Task
Registers the task manager profiler with the task.
registerProfilingJob(ExecutionGraph) - Method in class org.apache.flink.runtime.profiling.impl.JobManagerProfilerImpl
 
registerProfilingJob(ExecutionGraph) - Method in interface org.apache.flink.runtime.profiling.JobManagerProfiler
Registers the given ExecutionGraph for profiling.
registerRecordAvailabilityListener(RecordAvailabilityListener<T>) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
Registers a RecordAvailabilityListener with this input gate.
RegisterState(TableState) - Method in class org.apache.flink.streaming.state.manager.StateCheckpointer
 
registerState(Object) - Method in class org.apache.flink.streaming.state.StateManager
 
registerTaskManager(InstanceConnectionInfo, HardwareDescription, int) - Method in class org.apache.flink.runtime.instance.InstanceManager
 
registerTaskManager(InstanceConnectionInfo, HardwareDescription, int) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
registerTaskManager(InstanceConnectionInfo, HardwareDescription, int) - Method in interface org.apache.flink.runtime.protocols.JobManagerProtocol
Registers a task manager at the JobManager.
registerUserThreadForCPUProfiling(Environment, Thread) - Method in class org.apache.flink.runtime.profiling.impl.TaskManagerProfilerImpl
 
RegularPactTask<S extends Function,OT> - Class in org.apache.flink.runtime.operators
The abstract base class for all tasks.
RegularPactTask() - Constructor for class org.apache.flink.runtime.operators.RegularPactTask
 
RegularToMutableObjectIterator<T> - Class in org.apache.flink.runtime.util
 
RegularToMutableObjectIterator(Iterator<T>, TypeSerializer<T>) - Constructor for class org.apache.flink.runtime.util.RegularToMutableObjectIterator
 
release(MemorySegment) - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
 
release(Collection<T>) - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
 
release(MemorySegment) - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
Tries to release the memory for the specified segment.
release(Collection<T>) - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
Tries to release the memory for the specified collection of segments.
releaseAll(AbstractInvokable) - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
 
releaseAll(AbstractInvokable) - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
Releases all memory segments for the given task.
releaseAllChannelResources() - Method in class org.apache.flink.runtime.io.network.gates.Gate
Releases the allocated resources (particularly buffer) of all channels attached to this gate.
releaseAllChannelResources() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
releaseAllChannelResources() - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
releaseAllResources() - Method in class org.apache.flink.runtime.io.network.channels.Channel
 
releaseAllResources() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
releaseAllResources() - Method in class org.apache.flink.runtime.io.network.channels.OutputChannel
 
releaseSlot() - Method in class org.apache.flink.runtime.instance.AllocatedSlot
 
releaseSlot() - Method in class org.apache.flink.runtime.jobmanager.scheduler.SubSlot
 
releaseTable() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
Releases the table (the array of buckets) and returns the occupied memory segments to the list of free segments.
releaseTable() - Method in class org.apache.flink.runtime.operators.hash.ReOpenableMutableHashTable
 
remainingCapacity() - Method in class org.apache.flink.runtime.operators.sort.PartialOrderPriorityQueue
Returns the remaining capacity of the backing array.
remappedKeys - Variable in class org.apache.flink.compiler.dag.OptimizerNode
 
REMOTE - Static variable in class org.apache.flink.api.java.io.RemoteCollectorOutputFormat
Config parameter for the remote's address
RemoteCollector<T> - Interface in org.apache.flink.api.java.io
This interface is the counterpart to the RemoteCollectorOutputFormat and implementations will receive remote results through the collect function.
RemoteCollectorConsumer<T> - Interface in org.apache.flink.api.java.io
This interface describes consumers of RemoteCollector implementations.
RemoteCollectorImpl<T> - Class in org.apache.flink.api.java.io
This class provides a counterpart implementation for the RemoteCollectorOutputFormat.
RemoteCollectorOutputFormat<T> - Class in org.apache.flink.api.java.io
An output format that sends results through JAVA RMI to an RemoteCollector implementation.
RemoteCollectorOutputFormat() - Constructor for class org.apache.flink.api.java.io.RemoteCollectorOutputFormat
Create a new RemoteCollectorOutputFormat instance.
RemoteCollectorOutputFormat(String, int, String) - Constructor for class org.apache.flink.api.java.io.RemoteCollectorOutputFormat
Creates a new RemoteCollectorOutputFormat instance for the specified remote and port.
RemoteCollectorOutputFormatExample - Class in org.apache.flink.examples.java.remotecollectoroutputformat
Implements the "WordCount" program that computes a simple word occurrence histogram over some sample data and collects the results with an implementation of a RemoteCollectorConsumer.
RemoteCollectorOutputFormatExample() - Constructor for class org.apache.flink.examples.java.remotecollectoroutputformat.RemoteCollectorOutputFormatExample
 
RemoteCollectorOutputFormatExample.LineSplitter - Class in org.apache.flink.examples.java.remotecollectoroutputformat
Implements the string tokenizer that splits sentences into words as a user-defined FlatMapFunction.
RemoteCollectorOutputFormatExample.LineSplitter() - Constructor for class org.apache.flink.examples.java.remotecollectoroutputformat.RemoteCollectorOutputFormatExample.LineSplitter
 
RemoteEnvironment - Class in org.apache.flink.api.java
An ExecutionEnvironment that sends programs to a cluster for execution.
RemoteEnvironment(String, int, String...) - Constructor for class org.apache.flink.api.java.RemoteEnvironment
Creates a new RemoteEnvironment that points to the master (JobManager) described by the given host name and port.
RemoteException - Exception in org.apache.flink.runtime.ipc
 
RemoteException(String, String) - Constructor for exception org.apache.flink.runtime.ipc.RemoteException
 
RemoteExecutor - Class in org.apache.flink.client
 
RemoteExecutor(String, int) - Constructor for class org.apache.flink.client.RemoteExecutor
 
RemoteExecutor(String, int, String) - Constructor for class org.apache.flink.client.RemoteExecutor
 
RemoteExecutor(String, String) - Constructor for class org.apache.flink.client.RemoteExecutor
 
RemoteExecutor(String, int, List<String>) - Constructor for class org.apache.flink.client.RemoteExecutor
 
RemoteExecutor(InetSocketAddress, List<String>) - Constructor for class org.apache.flink.client.RemoteExecutor
 
RemoteReceiver - Class in org.apache.flink.runtime.io.network
Objects of this class uniquely identify a connection to a remote TaskManager.
RemoteReceiver(InetSocketAddress, int) - Constructor for class org.apache.flink.runtime.io.network.RemoteReceiver
Constructs a new remote receiver object.
RemoteReceiver() - Constructor for class org.apache.flink.runtime.io.network.RemoteReceiver
Default constructor for serialization/deserialization.
RemoteStreamEnvironment - Class in org.apache.flink.streaming.api.environment
 
RemoteStreamEnvironment(String, int, String...) - Constructor for class org.apache.flink.streaming.api.environment.RemoteStreamEnvironment
Creates a new RemoteStreamEnvironment that points to the master (JobManager) described by the given host name and port.
remove() - Method in class org.apache.flink.api.common.functions.util.CopyingIterator
 
remove() - Method in class org.apache.flink.api.common.operators.util.ListKeyGroupedIterator.ValuesIterator
 
remove() - Method in class org.apache.flink.api.java.operators.translation.TupleUnwrappingIterator
 
remove() - Method in class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopTupleUnwrappingIterator
 
remove(String) - Method in class org.apache.flink.runtime.iterative.concurrent.Broker
blocking retrieval and removal of the object to share
remove() - Method in class org.apache.flink.runtime.jobgraph.tasks.InputSplitIterator
 
remove(Object) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SetQueue
 
remove() - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableIterator
 
remove() - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
 
remove() - Method in class org.apache.flink.runtime.util.EmptyIterator
remove() - Method in class org.apache.flink.runtime.util.KeyGroupedIterator.ValuesIterator
 
remove() - Method in class org.apache.flink.runtime.util.KeyGroupedIteratorImmutable.ValuesIterator
 
remove() - Method in class org.apache.flink.runtime.util.MutableToRegularIteratorWrapper
 
remove() - Method in class org.apache.flink.runtime.util.SingleElementIterator
 
remove() - Method in class org.apache.flink.runtime.util.UnmodifiableIterator
 
remove() - Method in class org.apache.flink.spargel.java.MessageIterator
 
remove() - Method in class org.apache.flink.spargel.java.record.MessageIterator
 
remove(K) - Method in interface org.apache.flink.streaming.connectors.db.DBState
 
remove(K) - Method in class org.apache.flink.streaming.connectors.db.LevelDBState
 
remove(String) - Method in class org.apache.flink.streaming.connectors.db.MemcachedState
 
remove(K) - Method in class org.apache.flink.streaming.connectors.db.RedisState
 
remove() - Method in class org.apache.flink.streaming.state.NullableCircularBuffer
Removes the least recently inserted element from this buffer.
remove() - Method in class org.apache.flink.streaming.state.SlidingWindowStateIterator
 
remove() - Method in class org.apache.flink.streaming.state.StreamIterator
 
remove(int) - Method in class org.apache.flink.types.ListValue
 
remove(Object) - Method in class org.apache.flink.types.ListValue
 
remove(Object) - Method in class org.apache.flink.types.MapValue
 
remove() - Method in class org.apache.flink.util.NumberSequenceIterator
 
removeAll(Collection<?>) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SetQueue
 
removeAll(Collection<?>) - Method in class org.apache.flink.types.ListValue
 
removeClosedBranches(List<OptimizerNode.UnclosedBranchDescriptor>) - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
removeField(int) - Method in class org.apache.flink.types.Record
Removes the field at the given position.
removeInstanceListener(InstanceListener) - Method in class org.apache.flink.runtime.instance.InstanceManager
 
removeInt(int) - Method in class org.apache.flink.runtime.util.IntArrayList
 
removeLong(int) - Method in class org.apache.flink.runtime.util.LongArrayList
 
removeNullElementsFromList(List<R>) - Static method in class org.apache.flink.api.java.operators.Keys.ExpressionKeys
 
removeSlotListener() - Method in class org.apache.flink.runtime.instance.Instance
 
removeUserThread(Thread) - Method in class org.apache.flink.runtime.profiling.impl.EnvironmentThreadSet
 
removeVertexFromGroup(JobVertexID) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroup
 
rename(Path, Path) - Method in class org.apache.flink.core.fs.FileSystem
Renames the file/directory src to dst.
rename(Path, Path) - Method in class org.apache.flink.core.fs.local.LocalFileSystem
 
rename(Path, Path) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedFileSystem
 
rename(Path, Path) - Method in class org.apache.flink.runtime.fs.maprfs.MapRFileSystem
 
rename(Path, Path) - Method in class org.apache.flink.runtime.fs.s3.S3FileSystem
 
reopen(Iterator<T>) - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableIterator
 
ReOpenableHashPartition<BT,PT> - Class in org.apache.flink.runtime.operators.hash
 
ReOpenableMutableHashTable<BT,PT> - Class in org.apache.flink.runtime.operators.hash
 
ReOpenableMutableHashTable(TypeSerializer<BT>, TypeSerializer<PT>, TypeComparator<BT>, TypeComparator<PT>, TypePairComparator<PT, BT>, List<MemorySegment>, IOManager) - Constructor for class org.apache.flink.runtime.operators.hash.ReOpenableMutableHashTable
 
reopenProbe(MutableObjectIterator<V2>) - Method in class org.apache.flink.runtime.operators.hash.BuildFirstReOpenableHashMatchIterator
Set new input for probe side
reopenProbe(MutableObjectIterator<V1>) - Method in class org.apache.flink.runtime.operators.hash.BuildSecondReOpenableHashMatchIterator
Set new input for probe side
reopenProbe(MutableObjectIterator<PT>) - Method in class org.apache.flink.runtime.operators.hash.ReOpenableMutableHashTable
 
replaceNonWordChars(StringValue, char) - Static method in class org.apache.flink.util.SimpleStringUtils
Replaces all non-word characters in a string by a given character.
reportAccumulatorResult(AccumulatorEvent) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
reportAccumulatorResult(AccumulatorEvent) - Method in interface org.apache.flink.runtime.protocols.AccumulatorProtocol
Report accumulators that were collected in a task.
reportAndClearAccumulators(Environment, Map<String, Accumulator<?, ?>>, ArrayList<ChainedDriver<?, ?>>) - Static method in class org.apache.flink.runtime.operators.RegularPactTask
This method is called at the end of a task, receiving the accumulators of the task and the chained tasks.
reportAsynchronousEvent() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
reportAsynchronousEvent() - Method in interface org.apache.flink.runtime.io.network.bufferprovider.BufferProvider
Reports an asynchronous event and interrupts each blocking method of this buffer provider in order to allow the blocked thread to respond to the event.
reportAsynchronousEvent() - Method in class org.apache.flink.runtime.io.network.bufferprovider.DiscardBufferPool
 
reportAsynchronousEvent() - Method in class org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPool
 
reportAsynchronousEvent() - Method in interface org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPoolOwner
Reports an asynchronous event.
reportAsynchronousEvent() - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
reportAsynchronousEvent() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
reportHeartBeat() - Method in class org.apache.flink.runtime.instance.Instance
Updates the time of last received heart beat to the current system time.
reportHeartBeat(InstanceID) - Method in class org.apache.flink.runtime.instance.InstanceManager
 
reportIOException(IOException) - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
reportProfilingData(ProfilingDataContainer) - Method in class org.apache.flink.runtime.profiling.impl.JobManagerProfilerImpl
 
reportProfilingData(ProfilingDataContainer) - Method in interface org.apache.flink.runtime.profiling.impl.ProfilerImplProtocol
 
reportRecordAvailability(InputGate<T>) - Method in class org.apache.flink.runtime.io.network.api.AbstractUnionRecordReader
 
reportRecordAvailability(InputGate<T>) - Method in interface org.apache.flink.runtime.io.network.gates.RecordAvailabilityListener
This method is called by an input gate when one of its connected input channels has at least one record available for reading.
reportRecordAvailability(InputGate) - Method in class org.apache.flink.streaming.io.CoRecordReader
 
requestBuffer(int) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
requestBuffer(int) - Method in interface org.apache.flink.runtime.io.network.bufferprovider.BufferProvider
Requests a buffer with a minimum size of minBufferSize.
requestBuffer(int) - Method in class org.apache.flink.runtime.io.network.bufferprovider.DiscardBufferPool
 
requestBuffer() - Method in class org.apache.flink.runtime.io.network.bufferprovider.GlobalBufferPool
Requests a buffer from the pool.
requestBuffer(int) - Method in class org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPool
 
requestBuffer(int) - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
requestBuffer(int) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
requestBufferBlocking(int) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
requestBufferBlocking(int) - Method in interface org.apache.flink.runtime.io.network.bufferprovider.BufferProvider
Requests a buffer with a minimum size of minBufferSize.
requestBufferBlocking(int) - Method in class org.apache.flink.runtime.io.network.bufferprovider.DiscardBufferPool
 
requestBufferBlocking(int) - Method in class org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPool
 
requestBufferBlocking(int) - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
requestBufferBlocking(int) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
requestClose() - Method in class org.apache.flink.runtime.io.network.channels.OutputChannel
 
requestClose() - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
RequestedGlobalProperties - Class in org.apache.flink.compiler.dataproperties
This class represents global properties of the data that an operator is interested in, because it needs those properties for its contract.
RequestedGlobalProperties() - Constructor for class org.apache.flink.compiler.dataproperties.RequestedGlobalProperties
Initializes the global properties with no partitioning.
RequestedLocalProperties - Class in org.apache.flink.compiler.dataproperties
This class represents local properties of the data.
RequestedLocalProperties() - Constructor for class org.apache.flink.compiler.dataproperties.RequestedLocalProperties
Default constructor for trivial local properties.
RequestedLocalProperties(Ordering) - Constructor for class org.apache.flink.compiler.dataproperties.RequestedLocalProperties
Creates interesting properties for the given ordering.
RequestedLocalProperties(FieldSet) - Constructor for class org.apache.flink.compiler.dataproperties.RequestedLocalProperties
Creates interesting properties for the given grouping.
requestNextInputSplit(JobID, JobVertexID, ExecutionAttemptID) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
requestNextInputSplit(JobID, JobVertexID, ExecutionAttemptID) - Method in interface org.apache.flink.runtime.protocols.InputSplitProviderProtocol
 
requestQueue - Variable in class org.apache.flink.runtime.io.disk.iomanager.ChannelAccess
A request queue for submitting asynchronous requests to the corresponding IO worker thread.
RequestQueue<E> - Class in org.apache.flink.runtime.io.disk.iomanager
A LinkedBlockingQueue that is extended with closing methods.
RequestQueue() - Constructor for class org.apache.flink.runtime.io.disk.iomanager.RequestQueue
 
requestsNotReturned - Variable in class org.apache.flink.runtime.io.disk.iomanager.BlockChannelAccess
An atomic integer that counts the number of buffers we still wait for to return.
requestTermination() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
requestTermination() - Method in class org.apache.flink.runtime.iterative.task.IterationSynchronizationSinkTask
 
requestTermination() - Method in interface org.apache.flink.runtime.iterative.task.Terminable
 
require(int) - Method in class org.apache.flink.api.java.typeutils.runtime.NoFetchingInput
Require makes sure that at least required number of bytes are kept in the buffer.
requiresComparator() - Method in enum org.apache.flink.runtime.operators.shipping.ShipStrategyType
 
requiresComparator() - Method in enum org.apache.flink.runtime.operators.util.LocalStrategy
 
reset() - Method in interface org.apache.flink.api.common.aggregators.Aggregator
Resets the internal state of the aggregator.
reset() - Method in class org.apache.flink.api.common.aggregators.DoubleSumAggregator
 
reset() - Method in class org.apache.flink.api.common.aggregators.LongSumAggregator
 
reset() - Method in class org.apache.flink.api.common.operators.base.BulkIterationBase.TerminationCriterionAggregator
 
reset() - Method in class org.apache.flink.compiler.dataproperties.GlobalProperties
This method resets the properties to a state where no properties are given.
reset() - Method in class org.apache.flink.compiler.dataproperties.RequestedGlobalProperties
This method resets the properties to a state where no properties are given.
reset() - Method in class org.apache.flink.compiler.dataproperties.RequestedLocalProperties
This method resets the local properties to a state where no properties are given.
reset() - Method in class org.apache.flink.runtime.fs.s3.S3DataInputStream
 
reset() - Method in class org.apache.flink.runtime.io.disk.SimpleCollectingOutputView
 
reset() - Method in class org.apache.flink.runtime.operators.AbstractCachedBuildSideMatchDriver
 
reset() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
 
reset() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
 
reset() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable.HashBucketIterator
 
reset() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
 
reset() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
 
reset() - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableIterator
 
reset() - Method in class org.apache.flink.runtime.operators.resettable.BlockResettableMutableObjectIterator
 
reset() - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
 
reset() - Method in class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
 
reset() - Method in interface org.apache.flink.runtime.operators.ResettablePactDriver
 
reset() - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
Resets the sort buffer back to the state where it is empty.
reset() - Method in interface org.apache.flink.runtime.operators.sort.InMemorySorter
Resets the sort buffer back to the state where it is empty.
reset() - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
Resets the sort buffer back to the state where it is empty.
reset() - Method in interface org.apache.flink.runtime.util.ResettableIterator
Resets the iterator.
reset() - Method in interface org.apache.flink.runtime.util.ResettableMutableObjectIterator
Resets the iterator.
reset() - Method in interface org.apache.flink.streaming.api.invokable.operator.BatchIterator
 
reset() - Method in class org.apache.flink.streaming.state.SlidingWindowStateIterator
 
resetAllInputs() - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
resetAndClearAccumulators(Map<String, Accumulator<?, ?>>) - Static method in class org.apache.flink.api.common.accumulators.AccumulatorHelper
 
resetEndOfSuperstep() - Method in class org.apache.flink.runtime.iterative.task.SyncEventHandler
 
resetForNewExecution() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
resetLocal() - Method in interface org.apache.flink.api.common.accumulators.Accumulator
Reset the local value.
resetLocal() - Method in class org.apache.flink.api.common.accumulators.DoubleCounter
 
resetLocal() - Method in class org.apache.flink.api.common.accumulators.Histogram
 
resetLocal() - Method in class org.apache.flink.api.common.accumulators.IntCounter
 
resetLocal() - Method in class org.apache.flink.api.common.accumulators.LongCounter
 
resetLocal() - Method in class org.apache.flink.examples.java.relational.EmptyFieldsCountAccumulator.VectorAccumulator
 
resetOverflowBuckets() - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
resets overflow bucket counters and returns freed memory and should only be used for resizing
resetParameters() - Method in class org.apache.flink.streaming.api.function.sink.WriteSinkFunction
Statements to be executed after writing a batch goes here.
resetParameters() - Method in class org.apache.flink.streaming.api.function.sink.WriteSinkFunctionByBatches
 
resetParameters() - Method in class org.apache.flink.streaming.api.function.sink.WriteSinkFunctionByMillis
 
resetRecordCounter() - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
sets record counter to zero and should only be used on compaction partition
resetReuse() - Method in class org.apache.flink.streaming.api.invokable.StreamInvokable
Re-initializes the object in which the next input record will be read in
resetReuse1() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoInvokable
 
resetReuse2() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoInvokable
 
resetReuseAll() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoInvokable
 
resetRWViews() - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
resets read and write views and should only be used on compaction partition
resettableInputs - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The resettable inputs in the case where no temp barrier is needed.
ResettableIterator<E> - Interface in org.apache.flink.runtime.util
The resettable iterator is a specialization of the iterator, allowing to reset the iterator and re-retrieve elements.
ResettableMutableObjectIterator<E> - Interface in org.apache.flink.runtime.util
The resettable iterator is a specialization of the iterator, allowing to reset the iterator and re-retrieve elements.
ResettablePactDriver<S extends Function,OT> - Interface in org.apache.flink.runtime.operators
This interface marks a PactDriver as resettable, meaning that will reset part of their internal state but otherwise reuse existing data structures.
ResettableValue<T extends Value> - Interface in org.apache.flink.types
 
resolveClassPrimitiveAware(String) - Static method in class org.apache.flink.util.ClassUtils
 
resolveDeadlocks(List<? extends PlanNode>) - Method in class org.apache.flink.compiler.deadlockdetect.DeadlockPreventer
 
ResourceId - Class in org.apache.flink.runtime.jobmanager.scheduler
 
ResourceId() - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.ResourceId
 
restoreState() - Method in class org.apache.flink.streaming.state.StateManager
 
ResultTypeQueryable<T> - Interface in org.apache.flink.api.java.typeutils
This interface can be implemented by functions and input formats to tell the framework about their produced data type.
retainAll(Collection<?>) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SetQueue
 
retainAll(Collection<?>) - Method in class org.apache.flink.types.ListValue
 
rethrow(Throwable) - Static method in class org.apache.flink.util.ExceptionUtils
Throws the given Throwable in scenarios where the signatures do not allow you to throw arbitrary Throwables.
rethrow(Throwable, String) - Static method in class org.apache.flink.util.ExceptionUtils
Throws the given Throwable in scenarios where the signatures do not allow you to throw arbitrary Throwables.
returnAllocatedSlot(AllocatedSlot) - Method in class org.apache.flink.runtime.instance.Instance
 
returnBuffer(MemorySegment) - Method in class org.apache.flink.runtime.io.disk.iomanager.BlockChannelAccess
 
returnBuffer(T) - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelAccess
This method is invoked by the asynchronous I/O thread to return a buffer after the I/O request completed.
returnBuffer(MemorySegment) - Method in class org.apache.flink.runtime.io.network.bufferprovider.GlobalBufferPool
Returns a buffer to the pool.
returnBuffers - Variable in class org.apache.flink.runtime.io.disk.iomanager.BlockChannelAccess
The collection gathering the processed buffers that are ready to be (re)used.
returnTuple - Variable in class org.apache.flink.streaming.api.function.aggregation.AggregationFunction
 
reuse - Variable in class org.apache.flink.streaming.api.invokable.StreamInvokable
 
reuse1 - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoInvokable
 
reuse2 - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoInvokable
 
RichCoFlatMapFunction<IN1,IN2,OUT> - Class in org.apache.flink.streaming.api.function.co
A RichCoFlatMapFunction represents a FlatMap transformation with two different input types.
RichCoFlatMapFunction() - Constructor for class org.apache.flink.streaming.api.function.co.RichCoFlatMapFunction
 
RichCoGroupFunction<IN1,IN2,OUT> - Class in org.apache.flink.api.common.functions
Rich variant of the CoGroupFunction.
RichCoGroupFunction() - Constructor for class org.apache.flink.api.common.functions.RichCoGroupFunction
 
RichCoMapFunction<IN1,IN2,OUT> - Class in org.apache.flink.streaming.api.function.co
A RichCoMapFunction represents a Map transformation with two different input types.
RichCoMapFunction() - Constructor for class org.apache.flink.streaming.api.function.co.RichCoMapFunction
 
RichCoReduceFunction<IN1,IN2,OUT> - Class in org.apache.flink.streaming.api.function.co
A RichCoReduceFunction represents a Reduce transformation with two different input types.
RichCoReduceFunction() - Constructor for class org.apache.flink.streaming.api.function.co.RichCoReduceFunction
 
RichCoWindowFunction<IN1,IN2,O> - Class in org.apache.flink.streaming.api.function.co
 
RichCoWindowFunction() - Constructor for class org.apache.flink.streaming.api.function.co.RichCoWindowFunction
 
RichCrossFunction<IN1,IN2,OUT> - Class in org.apache.flink.api.common.functions
Rich variant of the CrossFunction.
RichCrossFunction() - Constructor for class org.apache.flink.api.common.functions.RichCrossFunction
 
RichFilterFunction<T> - Class in org.apache.flink.api.common.functions
Rich variant of the FilterFunction.
RichFilterFunction() - Constructor for class org.apache.flink.api.common.functions.RichFilterFunction
 
RichFlatCombineFunction<T> - Class in org.apache.flink.api.common.functions
Rich variant of the FlatCombineFunction.
RichFlatCombineFunction() - Constructor for class org.apache.flink.api.common.functions.RichFlatCombineFunction
 
RichFlatJoinFunction<IN1,IN2,OUT> - Class in org.apache.flink.api.common.functions
Rich variant of the FlatJoinFunction.
RichFlatJoinFunction() - Constructor for class org.apache.flink.api.common.functions.RichFlatJoinFunction
 
RichFlatMapFunction<IN,OUT> - Class in org.apache.flink.api.common.functions
Rich variant of the FlatMapFunction.
RichFlatMapFunction() - Constructor for class org.apache.flink.api.common.functions.RichFlatMapFunction
 
RichFunction - Interface in org.apache.flink.api.common.functions
An base interface for all rich user-defined functions.
RichGroupReduceFunction<IN,OUT> - Class in org.apache.flink.api.common.functions
Rich variant of the GroupReduceFunction.
RichGroupReduceFunction() - Constructor for class org.apache.flink.api.common.functions.RichGroupReduceFunction
 
RichGroupReduceFunction.Combinable - Annotation Type in org.apache.flink.api.common.functions
This annotation can be added to classes that extend RichGroupReduceFunction, in oder to mark them as "combinable".
RichJoinFunction<IN1,IN2,OUT> - Class in org.apache.flink.api.common.functions
Rich variant of the JoinFunction.
RichJoinFunction() - Constructor for class org.apache.flink.api.common.functions.RichJoinFunction
 
RichMapFunction<IN,OUT> - Class in org.apache.flink.api.common.functions
Rich variant of the MapFunction.
RichMapFunction() - Constructor for class org.apache.flink.api.common.functions.RichMapFunction
 
RichMapPartitionFunction<I,O> - Class in org.apache.flink.api.common.functions
Rich variant of the MapPartitionFunction.
RichMapPartitionFunction() - Constructor for class org.apache.flink.api.common.functions.RichMapPartitionFunction
 
RichReduceFunction<T> - Class in org.apache.flink.api.common.functions
Rich variant of the ReduceFunction.
RichReduceFunction() - Constructor for class org.apache.flink.api.common.functions.RichReduceFunction
 
RichSinkFunction<IN> - Class in org.apache.flink.streaming.api.function.sink
 
RichSinkFunction() - Constructor for class org.apache.flink.streaming.api.function.sink.RichSinkFunction
 
RichSourceFunction<OUT> - Class in org.apache.flink.streaming.api.function.source
 
RichSourceFunction() - Constructor for class org.apache.flink.streaming.api.function.source.RichSourceFunction
 
RMI_ID - Static variable in class org.apache.flink.api.java.io.RemoteCollectorOutputFormat
An id used necessary for Java RMI
RMQSink<IN> - Class in org.apache.flink.streaming.connectors.rabbitmq
 
RMQSink(String, String) - Constructor for class org.apache.flink.streaming.connectors.rabbitmq.RMQSink
 
RMQSource<OUT> - Class in org.apache.flink.streaming.connectors.rabbitmq
 
RMQSource(String, String) - Constructor for class org.apache.flink.streaming.connectors.rabbitmq.RMQSource
 
RMQTopology - Class in org.apache.flink.streaming.connectors.rabbitmq
 
RMQTopology() - Constructor for class org.apache.flink.streaming.connectors.rabbitmq.RMQTopology
 
RMQTopology.MyRMQPrintSink - Class in org.apache.flink.streaming.connectors.rabbitmq
 
RMQTopology.MyRMQPrintSink() - Constructor for class org.apache.flink.streaming.connectors.rabbitmq.RMQTopology.MyRMQPrintSink
 
RMQTopology.MyRMQSink - Class in org.apache.flink.streaming.connectors.rabbitmq
 
RMQTopology.MyRMQSink(String, String) - Constructor for class org.apache.flink.streaming.connectors.rabbitmq.RMQTopology.MyRMQSink
 
RMQTopology.MyRMQSource - Class in org.apache.flink.streaming.connectors.rabbitmq
 
RMQTopology.MyRMQSource(String, String) - Constructor for class org.apache.flink.streaming.connectors.rabbitmq.RMQTopology.MyRMQSource
 
roundDownToPageSizeMultiple(long) - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
 
roundDownToPageSizeMultiple(long) - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
Rounds the given value down to a multiple of the memory manager's page size.
roundDownToPowerOf2(int) - Static method in class org.apache.flink.runtime.util.MathUtils
Decrements the given number down to the closest power of two.
RoundRobinChannelSelector<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.api
This is the default implementation of the ChannelSelector interface.
RoundRobinChannelSelector() - Constructor for class org.apache.flink.runtime.io.network.api.RoundRobinChannelSelector
Constructs a new default channel selector.
RPC - Class in org.apache.flink.runtime.ipc
 
RPC.Server - Class in org.apache.flink.runtime.ipc
An RPC Server.
RPC.Server(Object, String, int) - Constructor for class org.apache.flink.runtime.ipc.RPC.Server
Construct an RPC server.
RPC.Server(Object, String, int, int) - Constructor for class org.apache.flink.runtime.ipc.RPC.Server
Construct an RPC server.
run() - Method in class org.apache.flink.api.common.io.FileInputFormat.InputSplitOpenThread
 
run(String[]) - Method in class org.apache.flink.client.CliFrontend
Executions the run action.
run(PackagedProgram, int, boolean) - Method in class org.apache.flink.client.program.Client
 
run(PackagedProgram, OptimizedPlan, boolean) - Method in class org.apache.flink.client.program.Client
 
run(JobWithJars, int, boolean) - Method in class org.apache.flink.client.program.Client
Runs a program on the nephele system whose job-manager is configured in this client's configuration.
run(OptimizedPlan, List<File>, boolean) - Method in class org.apache.flink.client.program.Client
 
run(JobGraph, boolean) - Method in class org.apache.flink.client.program.Client
 
run() - Method in class org.apache.flink.runtime.blob.BlobServer
 
run() - Method in class org.apache.flink.runtime.client.JobClient.JobCleanUp
 
run() - Method in class org.apache.flink.runtime.execution.librarycache.BlobLibraryCacheManager
Cleans up blobs which are not referenced anymore
run() - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
run() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
run() - Method in class org.apache.flink.runtime.iterative.task.IterationHeadPactTask
 
run() - Method in class org.apache.flink.runtime.iterative.task.IterationIntermediatePactTask
 
run() - Method in class org.apache.flink.runtime.iterative.task.IterationTailPactTask
 
run() - Method in class org.apache.flink.runtime.jobmanager.EventCollector
This method will periodically be called to clean up expired collected events.
run() - Method in class org.apache.flink.runtime.operators.AbstractCachedBuildSideMatchDriver
 
run() - Method in class org.apache.flink.runtime.operators.AllGroupReduceDriver
 
run() - Method in class org.apache.flink.runtime.operators.AllReduceDriver
 
run() - Method in class org.apache.flink.runtime.operators.CoGroupDriver
 
run() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
 
run() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
 
run() - Method in class org.apache.flink.runtime.operators.CollectorMapDriver
 
run() - Method in class org.apache.flink.runtime.operators.CrossDriver
 
run() - Method in class org.apache.flink.runtime.operators.FlatMapDriver
 
run() - Method in class org.apache.flink.runtime.operators.GroupReduceCombineDriver
 
run() - Method in class org.apache.flink.runtime.operators.GroupReduceDriver
 
run() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
 
run() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
 
run() - Method in class org.apache.flink.runtime.operators.MapDriver
 
run() - Method in class org.apache.flink.runtime.operators.MapPartitionDriver
 
run() - Method in class org.apache.flink.runtime.operators.MatchDriver
 
run() - Method in class org.apache.flink.runtime.operators.NoOpDriver
 
run() - Method in interface org.apache.flink.runtime.operators.PactDriver
The main operation method of the task.
run() - Method in class org.apache.flink.runtime.operators.ReduceCombineDriver
 
run() - Method in class org.apache.flink.runtime.operators.ReduceDriver
 
run() - Method in class org.apache.flink.runtime.operators.RegularPactTask
 
run() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ThreadBase
Implements exception handling and delegates to go().
run() - Method in class org.apache.flink.runtime.profiling.impl.TaskManagerProfilerImpl
 
run() - Method in class org.apache.flink.streaming.state.StateManager
 
running - Variable in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
 
running - Variable in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
 
running - Variable in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
 
running - Variable in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
 
running - Variable in class org.apache.flink.runtime.operators.MatchDriver
 
running - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The flag that tags the task as still running.
runOnMiniCluster(JobGraph, int, long) - Static method in class org.apache.flink.streaming.util.ClusterUtil
Executes the given JobGraph locally, on a NepheleMiniCluster
runOnMiniCluster(JobGraph, int) - Static method in class org.apache.flink.streaming.util.ClusterUtil
 
runOperation(CustomUnaryOperation<T, X>) - Method in class org.apache.flink.api.java.DataSet
Runs a CustomUnaryOperation on the data set.
RuntimeAggregatorRegistry - Class in org.apache.flink.runtime.iterative.task
 
RuntimeAggregatorRegistry(Collection<AggregatorWithName<?>>) - Constructor for class org.apache.flink.runtime.iterative.task.RuntimeAggregatorRegistry
 
RuntimeComparatorFactory<T> - Class in org.apache.flink.api.java.typeutils.runtime
 
RuntimeComparatorFactory() - Constructor for class org.apache.flink.api.java.typeutils.runtime.RuntimeComparatorFactory
 
RuntimeComparatorFactory(TypeComparator<T>) - Constructor for class org.apache.flink.api.java.typeutils.runtime.RuntimeComparatorFactory
 
RuntimeContext - Interface in org.apache.flink.api.common.functions
A RuntimeContext contains information about the context in which functions are executed.
RuntimeEnvironment - Class in org.apache.flink.runtime.execution
 
RuntimeEnvironment(Task, TaskDeploymentDescriptor, ClassLoader, MemoryManager, IOManager, InputSplitProvider, AccumulatorProtocol) - Constructor for class org.apache.flink.runtime.execution.RuntimeEnvironment
 
RuntimePairComparatorFactory<T1,T2> - Class in org.apache.flink.api.java.typeutils.runtime
 
RuntimePairComparatorFactory() - Constructor for class org.apache.flink.api.java.typeutils.runtime.RuntimePairComparatorFactory
 
RuntimeStatefulSerializerFactory<T> - Class in org.apache.flink.api.java.typeutils.runtime
 
RuntimeStatefulSerializerFactory() - Constructor for class org.apache.flink.api.java.typeutils.runtime.RuntimeStatefulSerializerFactory
 
RuntimeStatefulSerializerFactory(TypeSerializer<T>, Class<T>) - Constructor for class org.apache.flink.api.java.typeutils.runtime.RuntimeStatefulSerializerFactory
 
RuntimeStatelessSerializerFactory<T> - Class in org.apache.flink.api.java.typeutils.runtime
 
RuntimeStatelessSerializerFactory() - Constructor for class org.apache.flink.api.java.typeutils.runtime.RuntimeStatelessSerializerFactory
 
RuntimeStatelessSerializerFactory(TypeSerializer<T>, Class<T>) - Constructor for class org.apache.flink.api.java.typeutils.runtime.RuntimeStatelessSerializerFactory
 
RuntimeUDFContext - Class in org.apache.flink.api.common.functions.util
Implementation of the RuntimeContext, created by runtime UDF operators.
RuntimeUDFContext(String, int, int, ClassLoader) - Constructor for class org.apache.flink.api.common.functions.util.RuntimeUDFContext
 
RuntimeUDFContext(String, int, int, ClassLoader, Map<String, FutureTask<Path>>) - Constructor for class org.apache.flink.api.common.functions.util.RuntimeUDFContext
 
runtimeUdfContext - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The udf's runtime context.

S

S3_ACCESS_KEY_KEY - Static variable in class org.apache.flink.runtime.fs.s3.S3FileSystem
The configuration key to access the S3 access key.
S3_HOST_KEY - Static variable in class org.apache.flink.runtime.fs.s3.S3FileSystem
The configuration key to access the S3 host.
S3_PORT_KEY - Static variable in class org.apache.flink.runtime.fs.s3.S3FileSystem
The configuration key to access the S3 port.
S3_RRS_KEY - Static variable in class org.apache.flink.runtime.fs.s3.S3FileSystem
The configuration key to access the S3 Reduced Redundancy Storage setting.
S3_SCHEME - Static variable in class org.apache.flink.runtime.fs.s3.S3FileSystem
The scheme which is used by this file system.
S3_SECRET_KEY_KEY - Static variable in class org.apache.flink.runtime.fs.s3.S3FileSystem
The configuration key to access the S3 secret key.
S3BlockLocation - Class in org.apache.flink.runtime.fs.s3
 
S3BucketObjectPair - Class in org.apache.flink.runtime.fs.s3
An S3 bucket-object pair identifies either a bucket in S3 or an object.
S3DataInputStream - Class in org.apache.flink.runtime.fs.s3
This class implements an FSDataInputStream that downloads its data from Amazon S3 in the background.
S3DataOutputStream - Class in org.apache.flink.runtime.fs.s3
 
S3DirectoryStructure - Class in org.apache.flink.runtime.fs.s3
 
S3FileStatus - Class in org.apache.flink.runtime.fs.s3
 
S3FileSystem - Class in org.apache.flink.runtime.fs.s3
This class provides a FileSystem implementation which is backed by Amazon's Simple Storage Service (S3).
S3FileSystem() - Constructor for class org.apache.flink.runtime.fs.s3.S3FileSystem
 
SalarySource - Class in org.apache.flink.streaming.examples.join
 
SalarySource() - Constructor for class org.apache.flink.streaming.examples.join.SalarySource
 
SalarySource - Class in org.apache.flink.streaming.examples.window.join
 
SalarySource() - Constructor for class org.apache.flink.streaming.examples.window.join.SalarySource
 
ScalaAggregateOperator<IN> - Class in org.apache.flink.api.scala.operators
This operator represents the application of a "aggregate" operation on a data set, and the result data set produced by the function.
ScalaAggregateOperator(DataSet<IN>, Aggregations, int) - Constructor for class org.apache.flink.api.scala.operators.ScalaAggregateOperator
Non grouped aggregation
ScalaAggregateOperator(Grouping<IN>, Aggregations, int) - Constructor for class org.apache.flink.api.scala.operators.ScalaAggregateOperator
Grouped aggregation
ScalaAggregateOperator.AggregatingUdf<T extends scala.Product> - Class in org.apache.flink.api.scala.operators
 
ScalaAggregateOperator.AggregatingUdf(TypeSerializerFactory<T>, AggregationFunction<Object>[], int[]) - Constructor for class org.apache.flink.api.scala.operators.ScalaAggregateOperator.AggregatingUdf
 
ScalaCsvInputFormat<OUT extends scala.Product> - Class in org.apache.flink.api.scala.operators
 
ScalaCsvInputFormat(Path, TypeInformation<OUT>) - Constructor for class org.apache.flink.api.scala.operators.ScalaCsvInputFormat
 
ScalaCsvOutputFormat<T extends scala.Product> - Class in org.apache.flink.api.scala.operators
This is an OutputFormat to serialize Scala Tuples to text.
ScalaCsvOutputFormat(Path) - Constructor for class org.apache.flink.api.scala.operators.ScalaCsvOutputFormat
Creates an instance of CsvOutputFormat.
ScalaCsvOutputFormat(Path, String) - Constructor for class org.apache.flink.api.scala.operators.ScalaCsvOutputFormat
Creates an instance of CsvOutputFormat.
ScalaCsvOutputFormat(Path, String, String) - Constructor for class org.apache.flink.api.scala.operators.ScalaCsvOutputFormat
Creates an instance of CsvOutputFormat.
scheduleAll(Scheduler, boolean) - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
 
ScheduledUnit - Class in org.apache.flink.runtime.jobmanager.scheduler
 
ScheduledUnit(Execution) - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.ScheduledUnit
 
ScheduledUnit(Execution, SlotSharingGroup) - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.ScheduledUnit
 
ScheduledUnit(Execution, SlotSharingGroup, CoLocationConstraint) - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.ScheduledUnit
 
scheduleForExecution(Scheduler, boolean) - Method in class org.apache.flink.runtime.executiongraph.Execution
NOTE: This method only throws exceptions if it is in an illegal state to be scheduled, or if the tasks needs to be scheduled immediately and no resource is available.
scheduleForExecution(Scheduler) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
scheduleForExecution(Scheduler, boolean) - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
scheduleImmediately(ScheduledUnit) - Method in class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
 
scheduleQueued(ScheduledUnit) - Method in class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
 
Scheduler - Class in org.apache.flink.runtime.jobmanager.scheduler
The scheduler is responsible for distributing the ready-to-run tasks and assigning them to instances and slots.
Scheduler() - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
 
Scheduler(ExecutorService) - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
 
SCHEMA$ - Static variable in class org.apache.flink.api.io.avro.example.User
 
secondaryOrder(Ordering) - Method in class org.apache.flink.api.java.record.operators.ReduceOperator.Builder
Sets the order of the elements within a group.
secondaryOrder1(Ordering) - Method in class org.apache.flink.api.java.record.operators.CoGroupOperator.Builder
Deprecated.
Sets the order of the elements within a group for the first input.
secondaryOrder2(Ordering) - Method in class org.apache.flink.api.java.record.operators.CoGroupOperator.Builder
Deprecated.
Sets the order of the elements within a group for the second input.
secondDam() - Method in enum org.apache.flink.runtime.operators.DriverStrategy
 
seek(long) - Method in class org.apache.flink.api.avro.FSDataInputStreamWrapper
 
seek(long) - Method in class org.apache.flink.api.common.io.InflaterInputStreamFSInputWrapper
 
seek(long) - Method in class org.apache.flink.core.fs.FSDataInputStream
Seek to the given offset from the start of the file.
seek(long) - Method in class org.apache.flink.core.fs.local.LocalDataInputStream
 
seek(long) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedDataInputStream
 
seek(long) - Method in class org.apache.flink.runtime.fs.s3.S3DataInputStream
 
SeekableDataInputView - Interface in org.apache.flink.core.memory
Interface marking a DataInputView as seekable.
SeekableDataOutputView - Interface in org.apache.flink.core.memory
Interface marking a DataOutputView as seekable.
seekInput(MemorySegment, int, int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
Sets the internal state of the view such that the next bytes will be read from the given memory segment, starting at the given position.
seekOutput(MemorySegment, int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
Sets the internal state to the given memory segment and the given position within the segment.
segmentSize - Variable in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
segmentSize - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
The size of the segments used by the hash join buckets.
select(OUT, Collection<String>) - Method in class org.apache.flink.streaming.api.collector.OutputSelector
Method for selecting output names for the emitted objects when using the SingleOutputStreamOperator.split(org.apache.flink.streaming.api.collector.OutputSelector<OUT>) method.
select(String...) - Method in class org.apache.flink.streaming.api.datastream.SplitDataStream
Sets the output names for which the next operator will receive values.
select(Tuple2<Double, Integer>, Collection<String>) - Method in class org.apache.flink.streaming.examples.iteration.IterateExample.MySelector
 
SELECT_ALL_CHAR - Static variable in class org.apache.flink.api.java.operators.Keys.ExpressionKeys
 
SELECT_ALL_CHAR_SCALA - Static variable in class org.apache.flink.api.java.operators.Keys.ExpressionKeys
 
selectAll - Variable in class org.apache.flink.streaming.api.datastream.DataStream
 
selectAll() - Method in class org.apache.flink.streaming.api.datastream.SplitDataStream
Selects all output names from a split data stream.
SelectByMaxFunction<T extends Tuple> - Class in org.apache.flink.api.java.functions
 
SelectByMaxFunction(TupleTypeInfo<T>, int...) - Constructor for class org.apache.flink.api.java.functions.SelectByMaxFunction
Constructor which is overwriting the default constructor.
SelectByMinFunction<T extends Tuple> - Class in org.apache.flink.api.java.functions
 
SelectByMinFunction(TupleTypeInfo<T>, int...) - Constructor for class org.apache.flink.api.java.functions.SelectByMinFunction
Constructor which is overwriting the default constructor.
selectChannels(T, int) - Method in interface org.apache.flink.runtime.io.network.api.ChannelSelector
Called to determine to which attached OutputChannel objects the given record shall be forwarded.
selectChannels(T, int) - Method in class org.apache.flink.runtime.io.network.api.RoundRobinChannelSelector
 
selectChannels(Record, int, int[]) - Method in class org.apache.flink.runtime.operators.shipping.HistogramPartitionFunction
 
selectChannels(SerializationDelegate<T>, int) - Method in class org.apache.flink.runtime.operators.shipping.OutputEmitter
 
selectChannels(Record, int, int[]) - Method in interface org.apache.flink.runtime.operators.shipping.PartitionFunction
 
selectChannels(Record, int) - Method in class org.apache.flink.runtime.operators.shipping.RecordOutputEmitter
 
selectChannels(SerializationDelegate<StreamRecord<T>>, int) - Method in class org.apache.flink.streaming.partitioner.BroadcastPartitioner
 
selectChannels(SerializationDelegate<StreamRecord<T>>, int) - Method in class org.apache.flink.streaming.partitioner.DistributePartitioner
 
selectChannels(SerializationDelegate<StreamRecord<T>>, int) - Method in class org.apache.flink.streaming.partitioner.FieldsPartitioner
 
selectChannels(SerializationDelegate<StreamRecord<T>>, int) - Method in class org.apache.flink.streaming.partitioner.ForwardPartitioner
 
selectChannels(SerializationDelegate<StreamRecord<T>>, int) - Method in class org.apache.flink.streaming.partitioner.GlobalPartitioner
 
selectChannels(SerializationDelegate<StreamRecord<T>>, int) - Method in class org.apache.flink.streaming.partitioner.ShufflePartitioner
 
SemanticProperties - Class in org.apache.flink.api.common.operators
Container for the semantic properties associated to an operator.
SemanticProperties() - Constructor for class org.apache.flink.api.common.operators.SemanticProperties
 
SemanticPropUtil - Class in org.apache.flink.api.java.functions
 
SemanticPropUtil() - Constructor for class org.apache.flink.api.java.functions.SemanticPropUtil
 
sendAndClose() - Method in class org.apache.flink.streaming.connectors.flume.FlumeSink
Closes the connection only when the next message is sent after this call.
sendAndClose() - Method in class org.apache.flink.streaming.connectors.flume.FlumeSource
Closes the connection only when the next message is sent after this call.
sendAndClose() - Method in class org.apache.flink.streaming.connectors.kafka.KafkaSink
Closes the connection only when the next message is sent after this call.
sendAndClose() - Method in class org.apache.flink.streaming.connectors.kafka.KafkaSource
Closes the connection only when the next message is sent after this call.
sendAndClose() - Method in class org.apache.flink.streaming.connectors.rabbitmq.RMQSink
Closes the connection only when the next message is sent after this call.
sendAndClose() - Method in class org.apache.flink.streaming.connectors.rabbitmq.RMQSource
Closes the connection only when the next message is sent after this call.
sendBuffer(Buffer, int) - Method in class org.apache.flink.runtime.io.network.api.BufferWriter
 
sendBuffer(Buffer) - Method in class org.apache.flink.runtime.io.network.channels.OutputChannel
 
sendBuffer(Buffer, int) - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
sendBufferAndEvent(Buffer, AbstractEvent, int) - Method in class org.apache.flink.runtime.io.network.api.BufferWriter
 
sendBufferAndEvent(Buffer, AbstractEvent) - Method in class org.apache.flink.runtime.io.network.channels.OutputChannel
 
sendBufferAndEvent(Buffer, AbstractEvent, int) - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
sendEndOfSuperstep() - Method in class org.apache.flink.runtime.io.network.api.BufferWriter
 
sendEndOfSuperstep() - Method in class org.apache.flink.runtime.io.network.api.RecordWriter
 
SenderHintEvent - Class in org.apache.flink.runtime.io.network
 
SenderHintEvent() - Constructor for class org.apache.flink.runtime.io.network.SenderHintEvent
 
sendEvent(AbstractEvent, int) - Method in class org.apache.flink.runtime.io.network.api.BufferWriter
 
sendEvent(AbstractEvent) - Method in class org.apache.flink.runtime.io.network.channels.OutputChannel
 
sendEvent(AbstractEvent, int) - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
sendHeartbeat(InstanceID) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
sendHeartbeat(InstanceID) - Method in interface org.apache.flink.runtime.protocols.JobManagerProtocol
Sends a heart beat to the job manager.
sendMessages(Long, Long) - Method in class org.apache.flink.spargel.java.examples.SpargelConnectedComponents.CCMessager
 
sendMessages(Long, Double) - Method in class org.apache.flink.spargel.java.examples.SpargelPageRank.RankMessenger
 
sendMessages(Long, Double) - Method in class org.apache.flink.spargel.java.examples.SpargelPageRankCountingVertices.RankMessenger
 
sendMessages(VertexKey, VertexValue) - Method in class org.apache.flink.spargel.java.MessagingFunction
This method is invoked once per superstep for each vertex that was changed in that superstep.
sendMessages(VertexKey, VertexValue) - Method in class org.apache.flink.spargel.java.record.MessagingFunction
 
sendMessageTo(VertexKey, Message) - Method in class org.apache.flink.spargel.java.MessagingFunction
Sends the given message to the vertex identified by the given key.
sendMessageTo(VertexKey, Message) - Method in class org.apache.flink.spargel.java.record.MessagingFunction
 
sendMessageToAllNeighbors(Message) - Method in class org.apache.flink.spargel.java.MessagingFunction
Sends the given message to all vertices that are targets of an outgoing edge of the changed vertex.
sendMessageToAllNeighbors(Message) - Method in class org.apache.flink.spargel.java.record.MessagingFunction
 
sendReadRequest(MemorySegment) - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
Sends a new read requests, if further requests remain.
SEPARATOR - Static variable in class org.apache.flink.core.fs.Path
The directory separator, a slash.
SEPARATOR_CHAR - Static variable in class org.apache.flink.core.fs.Path
The directory separator, a slash (character).
SerializableArrayList<E extends IOReadableWritable> - Class in org.apache.flink.runtime.util
This class extends a standard ArrayList by implementing the IOReadableWritable interface.
SerializableArrayList() - Constructor for class org.apache.flink.runtime.util.SerializableArrayList
Constructs an empty list with an initial capacity of ten.
SerializableArrayList(int) - Constructor for class org.apache.flink.runtime.util.SerializableArrayList
Constructs an empty list with the specified initial capacity.
SerializableHashMap<K extends IOReadableWritable,V extends IOReadableWritable> - Class in org.apache.flink.runtime.util
This class extends a standard HashMap by implementing the IOReadableWritable interface.
SerializableHashMap() - Constructor for class org.apache.flink.runtime.util.SerializableHashMap
 
SerializableHashSet<T extends IOReadableWritable> - Class in org.apache.flink.runtime.util
This class extends a standard HashSet by implementing the IOReadableWritable interface.
SerializableHashSet() - Constructor for class org.apache.flink.runtime.util.SerializableHashSet
 
SerializationDelegate<T> - Class in org.apache.flink.runtime.plugable
 
SerializationDelegate(TypeSerializer<T>) - Constructor for class org.apache.flink.runtime.plugable.SerializationDelegate
 
serializationDelegate - Variable in class org.apache.flink.streaming.api.collector.StreamCollector
 
serialize(T, DataOutputView) - Method in class org.apache.flink.api.common.io.BinaryOutputFormat
 
serialize(IOReadableWritable, DataOutputView) - Method in class org.apache.flink.api.common.io.SerializedOutputFormat
 
serialize(boolean[], DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.array.BooleanPrimitiveArraySerializer
 
serialize(byte[], DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.array.BytePrimitiveArraySerializer
 
serialize(char[], DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.array.CharPrimitiveArraySerializer
 
serialize(double[], DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.array.DoublePrimitiveArraySerializer
 
serialize(float[], DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.array.FloatPrimitiveArraySerializer
 
serialize(int[], DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.array.IntPrimitiveArraySerializer
 
serialize(long[], DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.array.LongPrimitiveArraySerializer
 
serialize(short[], DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.array.ShortPrimitiveArraySerializer
 
serialize(String[], DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.array.StringArraySerializer
 
serialize(Boolean, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.BooleanSerializer
 
serialize(BooleanValue, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.BooleanValueSerializer
 
serialize(Byte, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.ByteSerializer
 
serialize(ByteValue, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.ByteValueSerializer
 
serialize(Character, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.CharSerializer
 
serialize(CharValue, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.CharValueSerializer
 
serialize(Double, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.DoubleSerializer
 
serialize(DoubleValue, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.DoubleValueSerializer
 
serialize(Float, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.FloatSerializer
 
serialize(FloatValue, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.FloatValueSerializer
 
serialize(C[], DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.GenericArraySerializer
 
serialize(Integer, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.IntSerializer
 
serialize(IntValue, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.IntValueSerializer
 
serialize(Long, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.LongSerializer
 
serialize(LongValue, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.LongValueSerializer
 
serialize(Short, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.ShortSerializer
 
serialize(ShortValue, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.ShortValueSerializer
 
serialize(String, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.StringSerializer
 
serialize(StringValue, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.StringValueSerializer
 
serialize(Record, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.record.RecordSerializer
 
serialize(T, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.TypeSerializer
Serializes the given record to the given target output view.
serialize(T, DataOutputView) - Method in class org.apache.flink.api.java.typeutils.runtime.AvroSerializer
 
serialize(T, DataOutputView) - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueSerializer
 
serialize(T, DataOutputView) - Method in class org.apache.flink.api.java.typeutils.runtime.KryoSerializer
 
serialize(T, DataOutputView) - Method in class org.apache.flink.api.java.typeutils.runtime.PojoSerializer
 
serialize(T, DataOutputView) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleSerializer
 
serialize(T, DataOutputView) - Method in class org.apache.flink.api.java.typeutils.runtime.ValueSerializer
 
serialize(T, DataOutputView) - Method in class org.apache.flink.api.java.typeutils.runtime.WritableSerializer
 
serialize(StreamRecord<T>, DataOutputView) - Method in class org.apache.flink.streaming.api.streamrecord.StreamRecordSerializer
 
serialize(IN) - Method in class org.apache.flink.streaming.connectors.flume.FlumeSink
Serializes tuples into byte arrays.
serialize(String) - Method in class org.apache.flink.streaming.connectors.flume.FlumeTopology.MyFlumeSink
 
serialize(IN) - Method in class org.apache.flink.streaming.connectors.kafka.KafkaSink
Serializes tuples into byte arrays.
serialize(String) - Method in class org.apache.flink.streaming.connectors.kafka.KafkaTopology.MyKafkaSink
 
serialize(IN) - Method in class org.apache.flink.streaming.connectors.rabbitmq.RMQSink
Serializes tuples into byte arrays.
serialize(String) - Method in class org.apache.flink.streaming.connectors.rabbitmq.RMQTopology.MyRMQSink
 
serialize(DataOutputView) - Method in class org.apache.flink.types.Record
Writes this record to the given output view.
SerializedInputFormat<T extends IOReadableWritable> - Class in org.apache.flink.api.common.io
Reads elements by deserializing them with their regular serialization/deserialization functionality.
SerializedInputFormat() - Constructor for class org.apache.flink.api.common.io.SerializedInputFormat
 
SerializedOutputFormat - Class in org.apache.flink.api.common.io
Stores elements by serializing them with their regular serialization/deserialization functionality.
SerializedOutputFormat() - Constructor for class org.apache.flink.api.common.io.SerializedOutputFormat
 
SerializedUpdateBuffer - Class in org.apache.flink.runtime.iterative.io
 
SerializedUpdateBuffer() - Constructor for class org.apache.flink.runtime.iterative.io.SerializedUpdateBuffer
 
SerializedUpdateBuffer(List<MemorySegment>, int, IOManager) - Constructor for class org.apache.flink.runtime.iterative.io.SerializedUpdateBuffer
 
serializeEventList(List<? extends AbstractEvent>) - Method in class org.apache.flink.runtime.io.network.Envelope
 
serializeObject(Object) - Static method in class org.apache.flink.util.InstantiationUtil
 
serializer - Variable in class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
 
serializer - Variable in class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
 
serializer - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
 
serializer - Variable in class org.apache.flink.streaming.api.invokable.operator.BatchReduceInvokable
 
serializer1 - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoInvokable
 
serializer2 - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoInvokable
 
serializeRecord(Record, byte[]) - Method in class org.apache.flink.api.java.record.io.DelimitedOutputFormat
This method is called for every record so serialize itself into the given target array.
serializerFactories - Variable in class org.apache.flink.api.java.typeutils.runtime.TupleComparatorBase
serializer factories to duplicate non thread-safe serializers
serializers - Variable in class org.apache.flink.api.java.typeutils.runtime.TupleComparatorBase
serializers to deserialize the first n fields for comparison
Server - Class in org.apache.flink.runtime.ipc
 
Server(String, int, Class<? extends IOReadableWritable>, int) - Constructor for class org.apache.flink.runtime.ipc.Server
 
Server(String, int, Class<? extends IOReadableWritable>, int, String) - Constructor for class org.apache.flink.runtime.ipc.Server
Constructs a server listening on the named port and address.
ServiceDiscoveryProtocol - Interface in org.apache.flink.runtime.protocols
The service discovery protocols enables different components of the Flink distributed runtime to query and discover the network location auxiliary services.
set(Iterator<Tuple2<K, T>>) - Method in class org.apache.flink.api.java.operators.translation.TupleUnwrappingIterator
 
set(Collector<Tuple2<K, IN>>) - Method in class org.apache.flink.api.java.operators.translation.TupleWrappingCollector
 
set(String) - Method in class org.apache.flink.core.io.StringRecord
Set to contain the contents of a string.
set(byte[]) - Method in class org.apache.flink.core.io.StringRecord
Set to a utf8 byte array
set(StringRecord) - Method in class org.apache.flink.core.io.StringRecord
copy a text.
set(byte[], int, int) - Method in class org.apache.flink.core.io.StringRecord
Set the Text to range of bytes
set(Iterator<Tuple2<KEY, VALUE>>) - Method in class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopTupleUnwrappingIterator
Set the Flink iterator to wrap.
set(E) - Method in class org.apache.flink.runtime.util.SingleElementIterator
Resets the element.
set(boolean) - Method in class org.apache.flink.types.BooleanValue
 
set(int, V) - Method in class org.apache.flink.types.ListValue
 
setAccumulatedRecordCount(long) - Method in class org.apache.flink.api.common.io.BlockInfo
Sets the accumulatedRecordCount to the specified value.
setAllowNullValues(boolean) - Method in class org.apache.flink.api.java.io.CsvOutputFormat
Configures the format to either allow null values (writing an empty field), or to throw an exception when encountering a null field.
setAllowNullValues(boolean) - Method in class org.apache.flink.api.scala.operators.ScalaCsvOutputFormat
Configures the format to either allow null values (writing an empty field), or to throw an exception when encountering a null field.
setAllowQueuedScheduling(boolean) - Method in class org.apache.flink.runtime.jobgraph.JobGraph
 
setAnyPartitioning(FieldList) - Method in class org.apache.flink.compiler.dataproperties.GlobalProperties
 
setAnyPartitioning(FieldSet) - Method in class org.apache.flink.compiler.dataproperties.RequestedGlobalProperties
 
setAsContext() - Method in class org.apache.flink.client.program.ContextEnvironment
 
setAsContext() - Method in class org.apache.flink.client.program.PackagedProgram.PreviewPlanEnvironment
 
setAvgOutputRecordSize(float) - Method in class org.apache.flink.api.common.operators.CompilerHints
 
setBatchInterval(int) - Method in class org.apache.flink.api.java.io.jdbc.JDBCOutputFormat.JDBCOutputFormatBuilder
 
setBoolean(String, boolean) - Method in class org.apache.flink.configuration.Configuration
Adds the given key/value pair to the configuration object.
setBoolean(String, boolean) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
setBroadcastGateIterativeWithNumberOfEventsUntilInterrupt(int, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setBroadcastInputName(String, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setBroadcastInputs(Map<Operator<?>, OptimizerNode>) - Method in class org.apache.flink.compiler.dag.OptimizerNode
This function is for plan translation purposes.
setBroadcastInputs(List<NamedChannel>) - Method in class org.apache.flink.compiler.plan.PlanNode
Sets a list of all broadcast inputs attached to this node.
setBroadcastInputSerializer(TypeSerializerFactory<?>, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setBroadcastVariable(String, List<?>) - Method in class org.apache.flink.api.common.functions.util.RuntimeUDFContext
 
setBroadcastVariable(String, Operator<?>) - Method in class org.apache.flink.api.common.operators.AbstractUdfOperator
Binds the result produced by a plan rooted at root to a variable used by the UDF wrapped in this operator.
setBroadcastVariable(String, Operator<?>) - Method in class org.apache.flink.api.common.operators.base.BulkIterationBase
The BulkIteration meta operator cannot have broadcast inputs.
setBroadcastVariable(String, Operator<?>) - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase
The DeltaIteration meta operator cannot have broadcast inputs.
setBroadcastVariable(String, Operator<Record>) - Method in class org.apache.flink.api.java.record.operators.CoGroupOperator.Builder
Deprecated.
Binds the result produced by a plan rooted at root to a variable used by the UDF wrapped in this operator.
setBroadcastVariable(String, Operator<Record>) - Method in class org.apache.flink.api.java.record.operators.CrossOperator.Builder
Deprecated.
Binds the result produced by a plan rooted at root to a variable used by the UDF wrapped in this operator.
setBroadcastVariable(String, Operator<Record>) - Method in class org.apache.flink.api.java.record.operators.JoinOperator.Builder
Deprecated.
Binds the result produced by a plan rooted at root to a variable used by the UDF wrapped in this operator.
setBroadcastVariable(String, Operator<Record>) - Method in class org.apache.flink.api.java.record.operators.MapOperator.Builder
Deprecated.
Binds the result produced by a plan rooted at root to a variable used by the UDF wrapped in this operator.
setBroadcastVariable(String, Operator<Record>) - Method in class org.apache.flink.api.java.record.operators.MapPartitionOperator.Builder
Deprecated.
Binds the result produced by a plan rooted at root to a variable used by the UDF wrapped in this operator.
setBroadcastVariable(String, Operator<Record>) - Method in class org.apache.flink.api.java.record.operators.ReduceOperator.Builder
Binds the result produced by a plan rooted at root to a variable used by the UDF wrapped in this operator.
setBroadcastVariables(Map<String, Operator<T>>) - Method in class org.apache.flink.api.common.operators.AbstractUdfOperator
Clears all previous broadcast inputs and binds the given inputs as broadcast variables of this operator.
setBroadcastVariables(Map<String, Operator<X>>) - Method in class org.apache.flink.api.common.operators.base.BulkIterationBase
The BulkIteration meta operator cannot have broadcast inputs.
setBroadcastVariables(Map<String, Operator<X>>) - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase
The DeltaIteration meta operator cannot have broadcast inputs.
setBroadcastVariables(Map<String, Operator<Record>>) - Method in class org.apache.flink.api.java.record.operators.CoGroupOperator.Builder
Deprecated.
Binds multiple broadcast variables.
setBroadcastVariables(Map<String, Operator<Record>>) - Method in class org.apache.flink.api.java.record.operators.CrossOperator.Builder
Deprecated.
Binds multiple broadcast variables.
setBroadcastVariables(Map<String, Operator<Record>>) - Method in class org.apache.flink.api.java.record.operators.JoinOperator.Builder
Deprecated.
Binds multiple broadcast variables.
setBroadcastVariables(Map<String, Operator<Record>>) - Method in class org.apache.flink.api.java.record.operators.MapOperator.Builder
Deprecated.
Binds multiple broadcast variables.
setBroadcastVariables(Map<String, Operator<Record>>) - Method in class org.apache.flink.api.java.record.operators.MapPartitionOperator.Builder
Deprecated.
Binds multiple broadcast variables.
setBroadcastVariables(Map<String, Operator<Record>>) - Method in class org.apache.flink.api.java.record.operators.ReduceOperator.Builder
Binds multiple broadcast variables.
setBuffer(Buffer) - Method in class org.apache.flink.runtime.io.network.Envelope
 
setBuffer(ByteBuffer) - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
setBuffer(byte[], int, int) - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
setBufferedMemory(long) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
setBufferSize(int) - Method in class org.apache.flink.api.common.io.DelimitedInputFormat
 
setBufferTimeout(long) - Method in class org.apache.flink.streaming.api.datastream.SingleOutputStreamOperator
Sets the maximum time frequency (ms) for the flushing of the output buffer.
setBufferTimeout(long) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Sets the maximum time frequency (ms) for the flushing of the output buffers.
setBufferTimeout(String, long) - Method in class org.apache.flink.streaming.api.JobGraphBuilder
 
setBufferTimeout(long) - Method in class org.apache.flink.streaming.api.StreamConfig
 
setBytes(String, byte[]) - Method in class org.apache.flink.configuration.Configuration
Adds the given byte array to the configuration object.
setBytes(String, byte[]) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
setBytesFrom(String, String) - Method in class org.apache.flink.streaming.api.JobGraphBuilder
Sets udf operator and TypeSerializerWrapper from one vertex to another, used with some sinks.
setCachedMemory(long) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
setCachedSwapMemory(long) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
setCandidateProperties(GlobalProperties, LocalProperties, Channel) - Method in class org.apache.flink.compiler.dag.BulkPartialSolutionNode
 
setCandidateProperties(GlobalProperties, LocalProperties, Channel) - Method in class org.apache.flink.compiler.dag.SolutionSetNode
 
setCandidateProperties(GlobalProperties, LocalProperties, Channel) - Method in class org.apache.flink.compiler.dag.WorksetNode
 
setChannelType(ChannelType) - Method in class org.apache.flink.runtime.io.network.gates.Gate
 
setCharsetName(String) - Method in class org.apache.flink.api.java.io.CsvOutputFormat
Sets the charset with which the CSV strings are written to the file.
setCharsetName(String) - Method in class org.apache.flink.api.java.io.TextInputFormat
 
setCharsetName(String) - Method in class org.apache.flink.api.java.io.TextOutputFormat
 
setCharsetName(String) - Method in class org.apache.flink.api.java.io.TextValueInputFormat
 
setCharsetName(String) - Method in class org.apache.flink.api.scala.operators.ScalaCsvOutputFormat
Sets the charset with which the CSV strings are written to the file.
setClass(Class<? extends Value>) - Method in class org.apache.flink.api.java.record.io.jdbc.JDBCOutputFormat.AbstractConfigBuilder
Sets the type of a column.
setClass(String, Class<?>) - Method in class org.apache.flink.configuration.Configuration
Adds the given key/value pair to the configuration object.
setClass(String, Class<?>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
setCombinable(boolean) - Method in class org.apache.flink.api.common.operators.base.GroupReduceOperatorBase
Marks the group reduce operation as combinable.
setCombinable(boolean) - Method in class org.apache.flink.api.java.operators.GroupReduceOperator
 
setCombinableFirst(boolean) - Method in class org.apache.flink.api.common.operators.base.CoGroupOperatorBase
 
setCombinableSecond(boolean) - Method in class org.apache.flink.api.common.operators.base.CoGroupOperatorBase
 
setCompaction(boolean) - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
sets compaction status (should only be set true directly after compaction and false when garbage was created)
setComparator(TypeComparatorFactory<?>, int) - Method in class org.apache.flink.compiler.plan.SingleInputPlanNode
Sets the specified comparator for this PlanNode.
setComparator1(TypeComparatorFactory<?>) - Method in class org.apache.flink.compiler.plan.DualInputPlanNode
 
setComparator2(TypeComparatorFactory<?>) - Method in class org.apache.flink.compiler.plan.DualInputPlanNode
 
setConfigDir(String) - Method in class org.apache.flink.client.LocalExecutor
 
setConfigDir(String) - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
setConfigInputs() - Method in class org.apache.flink.streaming.api.streamvertex.CoStreamVertex
 
setConfigInputs() - Method in class org.apache.flink.streaming.api.streamvertex.InputHandler
 
setConfiguration(Configuration) - Method in class org.apache.flink.hadoopcompatibility.mapreduce.HadoopInputFormat
 
setConfiguration(Configuration) - Method in class org.apache.flink.hadoopcompatibility.mapreduce.HadoopOutputFormat
 
setConnectionType(StreamPartitioner<OUT>) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Internal function for setting the partitioner for the DataStream
setConnectionType(StreamPartitioner<OUT>) - Method in class org.apache.flink.streaming.api.datastream.GroupedDataStream
 
setConsoleStreamForReporting(PrintStream) - Method in class org.apache.flink.runtime.client.JobClient
 
setConsumer(RemoteCollectorConsumer<T>) - Method in interface org.apache.flink.api.java.io.RemoteCollector
 
setConsumer(RemoteCollectorConsumer<T>) - Method in class org.apache.flink.api.java.io.RemoteCollectorImpl
 
setContainingIterationNode(BulkIterationPlanNode) - Method in class org.apache.flink.compiler.plan.BulkPartialSolutionPlanNode
 
setContainingIterationNode(WorksetIterationPlanNode) - Method in class org.apache.flink.compiler.plan.SolutionSetPlanNode
 
setContainingIterationNode(WorksetIterationPlanNode) - Method in class org.apache.flink.compiler.plan.WorksetPlanNode
 
setConvergenceCriterion(String, ConvergenceCriterion<?>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setCopyTasks(Map<String, FutureTask<Path>>) - Method in class org.apache.flink.api.common.cache.DistributedCache
 
setCosts(Costs) - Method in class org.apache.flink.compiler.plan.BulkIterationPlanNode
 
setCosts(Costs) - Method in class org.apache.flink.compiler.plan.PlanNode
Sets the basic cost for this node to the given value, and sets the cumulative costs to those costs plus the cost shares of all inputs (regular and broadcast).
setCosts(Costs) - Method in class org.apache.flink.compiler.plan.SinkJoinerPlanNode
 
setCosts(Costs) - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
setCpuCost(double) - Method in class org.apache.flink.compiler.costs.Costs
Sets the cost for the CPU.
setData(Collection<?>) - Method in class org.apache.flink.api.java.record.io.CollectionInputFormat
 
setDataDistribution(DataDistribution) - Method in class org.apache.flink.compiler.plan.Channel
 
setDBUrl(String) - Method in class org.apache.flink.api.java.io.jdbc.JDBCInputFormat.JDBCInputFormatBuilder
 
setDBUrl(String) - Method in class org.apache.flink.api.java.io.jdbc.JDBCOutputFormat.JDBCOutputFormatBuilder
 
setDefaultAlwaysCreateDirectory(boolean) - Method in class org.apache.flink.client.LocalExecutor
 
setDefaultAlwaysCreateDirectory(boolean) - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
setDefaultDegreeOfParallelism(int) - Method in class org.apache.flink.compiler.PactCompiler
 
setDefaultLocalParallelism(int) - Static method in class org.apache.flink.api.java.ExecutionEnvironment
Sets the default parallelism that will be used for the local execution environment created by ExecutionEnvironment.createLocalEnvironment().
setDefaultOverwriteFiles(boolean) - Method in class org.apache.flink.client.LocalExecutor
 
setDefaultOverwriteFiles(boolean) - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
setDefaultParallelism(int) - Method in class org.apache.flink.api.common.Plan
Sets the default degree of parallelism for this plan.
setDefaultParallelism(int) - Method in class org.apache.flink.streaming.api.JobGraphBuilder
 
setDegreeOfParallelism(int) - Method in class org.apache.flink.api.common.operators.Operator
Sets the degree of parallelism for this contract instance.
setDegreeOfParallelism(int) - Method in class org.apache.flink.api.java.ExecutionEnvironment
Sets the degree of parallelism (DOP) for operations executed through this environment.
setDegreeOfParallelism(int) - Method in class org.apache.flink.compiler.dag.DataSourceNode
 
setDegreeOfParallelism(int) - Method in class org.apache.flink.compiler.dag.OptimizerNode
Sets the degree of parallelism for the contract represented by this optimizer node.
setDegreeOfParallelism(int) - Method in class org.apache.flink.compiler.plan.PlanNode
 
setDegreeOfParallelism(int) - Method in class org.apache.flink.spargel.java.record.SpargelIteration
 
setDegreeOfParallelism(int) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Sets the degree of parallelism (DOP) for operations executed through this environment.
setDegreeOfParallelism(int) - Method in class org.apache.flink.test.util.JavaProgramTestBase
 
setDelimiter(byte[]) - Method in class org.apache.flink.api.common.io.DelimitedInputFormat
 
setDelimiter(char) - Method in class org.apache.flink.api.common.io.DelimitedInputFormat
 
setDelimiter(String) - Method in class org.apache.flink.api.common.io.DelimitedInputFormat
 
setDelimiter(String, String) - Method in class org.apache.flink.api.common.io.DelimitedInputFormat
 
setDelimiter(String, Charset) - Method in class org.apache.flink.api.common.io.DelimitedInputFormat
 
setDesignatedNumberOfBuffers(int) - Method in class org.apache.flink.runtime.execution.RuntimeEnvironment
 
setDesignatedNumberOfBuffers(int) - Method in interface org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPoolOwner
Sets the designated number of buffers the local buffer pool owner is allowed to fetch from the global buffer pool and manage locally by means of the LocalBufferPool.
setDesignatedNumberOfBuffers(int) - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
setDestination(DeadlockVertex) - Method in class org.apache.flink.compiler.deadlockdetect.DeadlockEdge
 
setDirectedEmit(boolean) - Method in class org.apache.flink.streaming.api.StreamConfig
 
setDiskCost(double) - Method in class org.apache.flink.compiler.costs.Costs
Sets the costs for disk for this Costs object.
setDouble(String, double) - Method in class org.apache.flink.configuration.Configuration
Adds the given key/value pair to the configuration object.
setDouble(String, double) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
setDriver(String) - Method in class org.apache.flink.api.java.record.io.jdbc.JDBCOutputFormat.AbstractConfigBuilder
Sets the driver field.
setDriver(Class<? extends PactDriver>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setDriverComparator(TypeComparatorFactory<?>, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setDriverKeyInfo(FieldList, int) - Method in class org.apache.flink.compiler.plan.SingleInputPlanNode
Sets the key field indexes for the specified driver comparator.
setDriverKeyInfo(FieldList, boolean[], int) - Method in class org.apache.flink.compiler.plan.SingleInputPlanNode
Sets the key field information for the specified driver comparator.
setDrivername(String) - Method in class org.apache.flink.api.java.io.jdbc.JDBCInputFormat.JDBCInputFormatBuilder
 
setDrivername(String) - Method in class org.apache.flink.api.java.io.jdbc.JDBCOutputFormat.JDBCOutputFormatBuilder
 
setDriverPairComparator(TypePairComparatorFactory<?, ?>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setDriverStrategy(DriverStrategy) - Method in class org.apache.flink.compiler.plan.PlanNode
Sets the driver strategy for this node.
setDriverStrategy(DriverStrategy) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setEdge(String, String, StreamPartitioner<?>, int, List<String>, boolean) - Method in class org.apache.flink.streaming.api.JobGraphBuilder
Connects two vertices in the JobGraph using the selected partitioner settings
setEdgesInput(Operator<Record>) - Method in class org.apache.flink.spargel.java.record.SpargelIteration
 
setEnvironment(Environment) - Method in class org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable
Sets the environment of this task.
setEnvironment(RuntimeEnvironment) - Method in class org.apache.flink.runtime.taskmanager.Task
 
setErrorState(FieldParser.ParseErrorState) - Method in class org.apache.flink.types.parser.FieldParser
Sets the error state of the parser.
setEstimatedNumRecords(long) - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
setEstimatedOutputSize(long) - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
setEventsSerialized(ByteBuffer) - Method in class org.apache.flink.runtime.io.network.Envelope
 
setExecutedVertex(Execution) - Method in class org.apache.flink.runtime.instance.AllocatedSlot
 
setExecutionParallelism(int) - Method in class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Sets the number of hardware contexts (CPU cores / threads) used when executed in LocalStreamEnvironment.
setExecutionParallelism(int) - Method in class org.apache.flink.streaming.api.JobGraphBuilder
 
setFavoriteColor(CharSequence) - Method in class org.apache.flink.api.io.avro.example.User.Builder
Sets the value of the 'favorite_color' field
setFavoriteColor(CharSequence) - Method in class org.apache.flink.api.io.avro.example.User
Sets the value of the 'favorite_color' field.
setFavoriteNumber(Integer) - Method in class org.apache.flink.api.io.avro.example.User.Builder
Sets the value of the 'favorite_number' field
setFavoriteNumber(Integer) - Method in class org.apache.flink.api.io.avro.example.User
Sets the value of the 'favorite_number' field.
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple
Sets the field at the specified position.
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple1
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple10
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple11
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple12
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple13
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple14
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple15
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple16
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple17
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple18
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple19
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple2
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple20
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple21
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple22
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple23
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple24
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple25
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple3
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple4
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple5
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple6
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple7
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple8
 
setField(T, int) - Method in class org.apache.flink.api.java.tuple.Tuple9
 
setField(int, Value) - Method in class org.apache.flink.types.Record
Sets the field at the given position to the given value.
setFieldDelimiter(char) - Method in class org.apache.flink.api.common.io.GenericCsvInputFormat
 
setFields(int[], Class<?>[]) - Method in class org.apache.flink.api.java.io.CsvInputFormat
 
setFields(boolean[], Class<?>[]) - Method in class org.apache.flink.api.java.io.CsvInputFormat
 
setFields(int[], Class<? extends Value>[]) - Method in class org.apache.flink.api.java.record.io.CsvInputFormat
 
setFields(T0) - Method in class org.apache.flink.api.java.tuple.Tuple1
Sets new values to all fields of the tuple.
setFields(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in class org.apache.flink.api.java.tuple.Tuple10
Sets new values to all fields of the tuple.
setFields(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) - Method in class org.apache.flink.api.java.tuple.Tuple11
Sets new values to all fields of the tuple.
setFields(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) - Method in class org.apache.flink.api.java.tuple.Tuple12
Sets new values to all fields of the tuple.
setFields(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) - Method in class org.apache.flink.api.java.tuple.Tuple13
Sets new values to all fields of the tuple.
setFields(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) - Method in class org.apache.flink.api.java.tuple.Tuple14
Sets new values to all fields of the tuple.
setFields(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) - Method in class org.apache.flink.api.java.tuple.Tuple15
Sets new values to all fields of the tuple.
setFields(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) - Method in class org.apache.flink.api.java.tuple.Tuple16
Sets new values to all fields of the tuple.
setFields(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) - Method in class org.apache.flink.api.java.tuple.Tuple17
Sets new values to all fields of the tuple.
setFields(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) - Method in class org.apache.flink.api.java.tuple.Tuple18
Sets new values to all fields of the tuple.
setFields(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) - Method in class org.apache.flink.api.java.tuple.Tuple19
Sets new values to all fields of the tuple.
setFields(T0, T1) - Method in class org.apache.flink.api.java.tuple.Tuple2
Sets new values to all fields of the tuple.
setFields(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) - Method in class org.apache.flink.api.java.tuple.Tuple20
Sets new values to all fields of the tuple.
setFields(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) - Method in class org.apache.flink.api.java.tuple.Tuple21
Sets new values to all fields of the tuple.
setFields(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) - Method in class org.apache.flink.api.java.tuple.Tuple22
Sets new values to all fields of the tuple.
setFields(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22) - Method in class org.apache.flink.api.java.tuple.Tuple23
Sets new values to all fields of the tuple.
setFields(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23) - Method in class org.apache.flink.api.java.tuple.Tuple24
Sets new values to all fields of the tuple.
setFields(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24) - Method in class org.apache.flink.api.java.tuple.Tuple25
Sets new values to all fields of the tuple.
setFields(T0, T1, T2) - Method in class org.apache.flink.api.java.tuple.Tuple3
Sets new values to all fields of the tuple.
setFields(T0, T1, T2, T3) - Method in class org.apache.flink.api.java.tuple.Tuple4
Sets new values to all fields of the tuple.
setFields(T0, T1, T2, T3, T4) - Method in class org.apache.flink.api.java.tuple.Tuple5
Sets new values to all fields of the tuple.
setFields(T0, T1, T2, T3, T4, T5) - Method in class org.apache.flink.api.java.tuple.Tuple6
Sets new values to all fields of the tuple.
setFields(T0, T1, T2, T3, T4, T5, T6) - Method in class org.apache.flink.api.java.tuple.Tuple7
Sets new values to all fields of the tuple.
setFields(T0, T1, T2, T3, T4, T5, T6, T7) - Method in class org.apache.flink.api.java.tuple.Tuple8
Sets new values to all fields of the tuple.
setFields(T0, T1, T2, T3, T4, T5, T6, T7, T8) - Method in class org.apache.flink.api.java.tuple.Tuple9
Sets new values to all fields of the tuple.
setFields(int[], Class<?>[]) - Method in class org.apache.flink.api.scala.operators.ScalaCsvInputFormat
 
setFieldsGeneric(int[], Class<?>[]) - Method in class org.apache.flink.api.common.io.GenericCsvInputFormat
 
setFieldsGeneric(boolean[], Class<?>[]) - Method in class org.apache.flink.api.common.io.GenericCsvInputFormat
 
setFieldTypes(Class<?>...) - Method in class org.apache.flink.api.java.io.CsvInputFormat
 
setFieldTypes(Class<? extends Value>...) - Method in class org.apache.flink.api.java.record.io.CsvInputFormat
 
setFieldTypes(Class<?>[]) - Method in class org.apache.flink.api.scala.operators.ScalaCsvInputFormat
 
setFieldTypesArray(Class<? extends Value>[]) - Method in class org.apache.flink.api.java.record.io.CsvInputFormat
 
setFieldTypesGeneric(Class<?>...) - Method in class org.apache.flink.api.common.io.GenericCsvInputFormat
 
setFilehandlesDriver(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setFilehandlesInput(int, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setFileName(String) - Method in class org.apache.flink.runtime.types.FileRecord
 
setFilePath(String) - Method in class org.apache.flink.api.common.io.FileInputFormat
 
setFilePath(Path) - Method in class org.apache.flink.api.common.io.FileInputFormat
 
setFilterFactor(float) - Method in class org.apache.flink.api.common.operators.CompilerHints
 
setFirst(U) - Method in class org.apache.flink.types.Pair
Sets the first encapsulated pair element to the specified value.
setFirstDegree(Integer) - Method in class org.apache.flink.examples.java.graph.util.EnumTrianglesDataTypes.EdgeWithDegrees
 
setFirstInput(Operator<IN1>) - Method in class org.apache.flink.api.common.operators.DualInputOperator
Clears all previous connections and connects the first input to the task wrapped in this contract
setFirstInput(Operator<IN1>...) - Method in class org.apache.flink.api.common.operators.DualInputOperator
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
setFirstInputs(List<Operator<IN1>>) - Method in class org.apache.flink.api.common.operators.DualInputOperator
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
setFirstRecordStart(long) - Method in class org.apache.flink.api.common.io.BlockInfo
Sets the firstRecordStart to the specified value.
setFirstVertex(Integer) - Method in class org.apache.flink.examples.java.graph.util.EnumTrianglesDataTypes.Edge
 
setFirstVertex(Integer) - Method in class org.apache.flink.examples.java.graph.util.EnumTrianglesDataTypes.EdgeWithDegrees
 
setFirstVertex(Integer) - Method in class org.apache.flink.examples.java.graph.util.EnumTrianglesDataTypes.Triad
 
setFlinkCollector(Collector<Tuple2<KEY, VALUE>>) - Method in class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopOutputCollector
Set the wrapped Flink collector.
setFloat(String, float) - Method in class org.apache.flink.configuration.Configuration
Adds the given key/value pair to the configuration object.
setFloat(String, float) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
setForcedRebalanced() - Method in class org.apache.flink.compiler.dataproperties.GlobalProperties
 
setForceRebalancing() - Method in class org.apache.flink.compiler.dataproperties.RequestedGlobalProperties
 
setForwardedField(int, FieldSet) - Method in class org.apache.flink.api.common.operators.SingleInputSemanticProperties
Sets a field that is forwarded directly from the source record(s) to multiple fields in the destination record(s).
setForwardedField1(int, FieldSet) - Method in class org.apache.flink.api.common.operators.DualInputSemanticProperties
Sets a field that is forwarded directly from the source record(s) in the first input to multiple fields in the destination record(s).
setForwardedField2(int, FieldSet) - Method in class org.apache.flink.api.common.operators.DualInputSemanticProperties
Sets a field that is forwarded directly from the source record(s) in the second input to multiple fields in the destination record(s).
setFreeMemory(long) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
setFrequency(Integer) - Method in class org.apache.flink.examples.java.wordcount.PojoExample.Word
 
setFullyReplicated() - Method in class org.apache.flink.compiler.dataproperties.GlobalProperties
 
setFullyReplicated() - Method in class org.apache.flink.compiler.dataproperties.RequestedGlobalProperties
 
setFunction(byte[], String) - Method in class org.apache.flink.streaming.api.StreamConfig
 
setFunctionClass(Class<? extends AbstractRichFunction>) - Method in class org.apache.flink.streaming.api.StreamConfig
 
setFunctionRuntimeContext(Function, RuntimeContext) - Static method in class org.apache.flink.api.common.functions.util.FunctionUtils
 
setFurtherPatitioning(boolean) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
 
setFutureAction(SlotAllocationFutureAction) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotAllocationFuture
 
setGateIterativeWithNumberOfEventsUntilInterrupt(int, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setGlobalOrder(Ordering) - Method in class org.apache.flink.api.common.operators.GenericDataSinkBase
Sets the order in which the sink must write its data.
setGlobalOrder(Ordering, DataDistribution) - Method in class org.apache.flink.api.common.operators.GenericDataSinkBase
Sets the order in which the sink must write its data.
setGroupedFields(FieldSet) - Method in class org.apache.flink.compiler.dataproperties.RequestedLocalProperties
Sets the fields that are grouped in these data properties.
setGroupOrder(int, Ordering) - Method in class org.apache.flink.api.common.operators.base.CoGroupOperatorBase
Sets the order of the elements within a group for the given input.
setGroupOrder(Ordering) - Method in class org.apache.flink.api.common.operators.base.GroupReduceOperatorBase
Sets the order of the elements within a reduce group.
setGroupOrderForInputOne(Ordering) - Method in class org.apache.flink.api.common.operators.base.CoGroupOperatorBase
Sets the order of the elements within a group for the first input.
setGroupOrderForInputTwo(Ordering) - Method in class org.apache.flink.api.common.operators.base.CoGroupOperatorBase
Sets the order of the elements within a group for the second input.
setHadoopInputFormat(InputFormat<K, V>) - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopInputFormat
 
setHadoopInputFormat(InputFormat<K, V>) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordInputFormat
 
setHadoopInputFormat(InputFormat<K, V>) - Method in class org.apache.flink.hadoopcompatibility.mapreduce.HadoopInputFormat
 
setHadoopInputSplit(InputSplit) - Method in class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopInputSplit
 
setHadoopOutputFormat(OutputFormat<K, V>) - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopOutputFormat
 
setHadoopOutputFormat(OutputFormat<K, V>) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordOutputFormat
 
setHadoopOutputFormat(OutputFormat<K, V>) - Method in class org.apache.flink.hadoopcompatibility.mapreduce.HadoopOutputFormat
 
setHardIrqCPU(int) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
setHashPartitioned(FieldList) - Method in class org.apache.flink.compiler.dataproperties.GlobalProperties
Sets the partitioning property for the global properties.
setHashPartitioned(FieldSet) - Method in class org.apache.flink.compiler.dataproperties.RequestedGlobalProperties
Sets the partitioning property for the global properties.
setHdfsConfig(String) - Method in class org.apache.flink.client.LocalExecutor
 
setHdfsConfigFile(String) - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
setHeuristicCpuCost(double) - Method in class org.apache.flink.compiler.costs.Costs
Sets the heuristic cost for the CPU.
setHeuristicDiskCost(double) - Method in class org.apache.flink.compiler.costs.Costs
Sets the heuristic costs for disk for this Costs object.
setHeuristicNetworkCost(double) - Method in class org.apache.flink.compiler.costs.Costs
Sets the heuristic network cost for this Costs object.
setId(UID) - Method in class org.apache.flink.streaming.api.streamrecord.StreamRecord
Sets the ID of the StreamRecord
setIdleCPU(int) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
setImmediateSolutionSetUpdate(boolean) - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
setIn(DataInput) - Method in class org.apache.flink.api.avro.DataInputDecoder
 
setIn(DataInput) - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
setIncomingConnection(PactConnection) - Method in class org.apache.flink.compiler.dag.SingleInputNode
Sets the PactConnection through which this node receives its input.
setInDegree(int) - Method in class org.apache.flink.compiler.deadlockdetect.DeadlockVertex
 
setInitialSolutionSet(Operator<ST>) - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase
Sets the given input as the initial solution set.
setInitialWorkset(Operator<WT>) - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase
Sets the given input as the initial workset.
setInput(Operator<IN>) - Method in class org.apache.flink.api.common.operators.GenericDataSinkBase
Sets the given operator as the input to this operator.
setInput(Operator<IN>) - Method in class org.apache.flink.api.common.operators.SingleInputOperator
Sets the given operator as the input to this operator.
setInput(Operator<IN>...) - Method in class org.apache.flink.api.common.operators.SingleInputOperator
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
setInput(DataSet<IN>) - Method in interface org.apache.flink.api.java.operators.CustomUnaryOperation
 
setInput(Map<Operator<?>, OptimizerNode>) - Method in class org.apache.flink.compiler.dag.AbstractPartialSolutionNode
 
setInput(Map<Operator<?>, OptimizerNode>) - Method in class org.apache.flink.compiler.dag.DataSinkNode
 
setInput(Map<Operator<?>, OptimizerNode>) - Method in class org.apache.flink.compiler.dag.DataSourceNode
 
setInput(Map<Operator<?>, OptimizerNode>) - Method in class org.apache.flink.compiler.dag.OptimizerNode
This function is for plan translation purposes.
setInput(Map<Operator<?>, OptimizerNode>) - Method in class org.apache.flink.compiler.dag.SingleInputNode
 
setInput(Map<Operator<?>, OptimizerNode>) - Method in class org.apache.flink.compiler.dag.TwoInputNode
 
setInput(DataSet<Tuple2<VertexKey, VertexValue>>) - Method in class org.apache.flink.spargel.java.VertexCentricIteration
Sets the input data set for this operator.
setInputAsynchronouslyMaterialized(int, boolean) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setInputCached(int, boolean) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setInputComparator(TypeComparatorFactory<?>, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setInputLocalStrategy(int, LocalStrategy) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setInputs(Operator<IN>...) - Method in class org.apache.flink.api.common.operators.GenericDataSinkBase
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
setInputs(List<Operator<IN>>) - Method in class org.apache.flink.api.common.operators.GenericDataSinkBase
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
setInputs(List<Operator<IN>>) - Method in class org.apache.flink.api.common.operators.SingleInputOperator
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
setInputs(Operator<?>, List<List<Operator>>) - Static method in class org.apache.flink.api.common.operators.util.OperatorUtil
Sets the inputs of the given Operator.
Currently, the list can have 0, 1, or 2 elements and the number of elements must match the type of the contract.
setInputs(Operator<Record>...) - Method in class org.apache.flink.api.java.record.operators.GenericDataSink
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
setInputs(List<Operator<Record>>) - Method in class org.apache.flink.api.java.record.operators.GenericDataSink
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
setInputs(PactConnection, PactConnection) - Method in class org.apache.flink.compiler.dag.WorksetIterationNode.SingleRootJoiner
 
setInputSerializer(TypeSerializerFactory<?>, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setInputsOutputs() - Method in class org.apache.flink.streaming.api.streamvertex.CoStreamVertex
 
setInputsOutputs() - Method in class org.apache.flink.streaming.api.streamvertex.StreamIterationHead
 
setInputsOutputs() - Method in class org.apache.flink.streaming.api.streamvertex.StreamIterationTail
 
setInputsOutputs() - Method in class org.apache.flink.streaming.api.streamvertex.StreamVertex
 
setInputSplitSource(InputSplitSource<?>) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
 
setInputType(TypeInformation<?>) - Method in class org.apache.flink.api.java.io.CsvOutputFormat
The purpose of this method is solely to check whether the data type to be processed is in fact a tuple type.
setInputType(TypeInformation<?>) - Method in class org.apache.flink.api.java.io.LocalCollectionOutputFormat
 
setInputType(TypeInformation<?>) - Method in interface org.apache.flink.api.java.typeutils.InputTypeConfigurable
Method that is called on an OutputFormat when it is passed to the DataSet's output method.
setInputType(TypeInformation<?>) - Method in class org.apache.flink.api.scala.operators.ScalaCsvOutputFormat
The purpose of this method is solely to check whether the data type to be processed is in fact a tuple type.
setInputType(int, Integer) - Method in class org.apache.flink.streaming.api.StreamConfig
 
setInstance(T) - Method in class org.apache.flink.runtime.plugable.DeserializationDelegate
 
setInstance(T) - Method in class org.apache.flink.runtime.plugable.SerializationDelegate
 
setInstanceTypeName(String) - Method in class org.apache.flink.compiler.plan.OptimizedPlan
Sets the name of the instance type that should be used for this PACT job.
setInteger(String, int) - Method in class org.apache.flink.configuration.Configuration
Adds the given key/value pair to the configuration object.
setInteger(String, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
setInterestingProperties(InterestingProperties) - Method in class org.apache.flink.compiler.dag.PactConnection
Sets the interesting properties for this pact connection.
setInvokable() - Method in class org.apache.flink.streaming.api.streamvertex.CoStreamVertex
 
setInvokable() - Method in class org.apache.flink.streaming.api.streamvertex.StreamIterationHead
 
setInvokable() - Method in class org.apache.flink.streaming.api.streamvertex.StreamIterationTail
 
setInvokable() - Method in class org.apache.flink.streaming.api.streamvertex.StreamVertex
 
setInvokableClass(Class<? extends AbstractInvokable>) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
 
setIoWaitCPU(int) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
setIsSolutionSetUpdate() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setIsSolutionSetUpdateWithoutReprobe() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setIsWorksetIteration() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setIsWorksetUpdate() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setItemCount(long) - Method in class org.apache.flink.api.avro.DataOutputEncoder
 
setItemCount(long) - Method in class org.apache.flink.api.java.typeutils.runtime.DataOutputEncoder
 
setIter(T) - Method in class org.apache.flink.api.java.record.io.CollectionInputFormat
 
setIterationHeadFinalOutputConfig(TaskConfig) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setIterationHeadIndexOfSyncOutput(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setIterationHeadPartialSolutionOrWorksetInputIndex(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setIterationHeadSolutionSetInputIndex(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setIterationId(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setIterationId(String) - Method in class org.apache.flink.streaming.api.StreamConfig
 
setIterationSourceSettings(String, String) - Method in class org.apache.flink.streaming.api.JobGraphBuilder
Sets the parallelism and buffertimeout of the iteration head of the given iteration id to the parallelism given.
setIterationWaitTime(long) - Method in class org.apache.flink.streaming.api.StreamConfig
 
setIterative(int) - Method in class org.apache.flink.runtime.io.network.api.AbstractRecordReader
 
setIterative(int) - Method in class org.apache.flink.runtime.io.network.api.MutableRecordReader
 
setIterative(int) - Method in interface org.apache.flink.runtime.io.network.api.ReaderBase
 
setJobConf(JobConf) - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopInputFormat
 
setJobConf(JobConf) - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopOutputFormat
 
setJobConf(JobConf) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordInputFormat
 
setJobConf(JobConf) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordOutputFormat
 
setJobManagerRpcPort(int) - Method in class org.apache.flink.client.LocalExecutor
 
setJobManagerRpcPort(int) - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
setJobName(String) - Method in class org.apache.flink.api.common.Plan
Sets the jobName for this Plan.
setJoinHint(JoinOperatorBase.JoinHint) - Method in class org.apache.flink.api.common.operators.base.JoinOperatorBase
 
setLastOutputCollector(Collector<OT>) - Method in class org.apache.flink.runtime.operators.RegularPactTask
Sets the last output Collector of the collector chain of this RegularPactTask.
setLazyMemoryAllocation(boolean) - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
setLength(int) - Method in class org.apache.flink.types.StringValue
Sets a new length for the string.
setLenient(boolean) - Method in class org.apache.flink.api.common.io.GenericCsvInputFormat
 
setLenient(boolean) - Method in class org.apache.flink.api.java.record.io.CsvOutputFormat
 
setLineLengthLimit(int) - Method in class org.apache.flink.api.common.io.DelimitedInputFormat
 
setLocality(Locality) - Method in class org.apache.flink.runtime.instance.AllocatedSlot
 
setLocalOrder(Ordering) - Method in class org.apache.flink.api.common.operators.GenericDataSinkBase
Sets the order in which the sink must write its data within each fragment in the distributed file system.
setLocalStrategy(LocalStrategy) - Method in class org.apache.flink.compiler.plan.Channel
 
setLocalStrategy(LocalStrategy, FieldList) - Method in class org.apache.flink.compiler.plan.Channel
 
setLocalStrategy(LocalStrategy, FieldList, boolean[]) - Method in class org.apache.flink.compiler.plan.Channel
 
setLocalStrategyComparator(TypeComparatorFactory<?>) - Method in class org.apache.flink.compiler.plan.Channel
Sets the local strategy comparator for this Channel.
setLong(String, long) - Method in class org.apache.flink.configuration.Configuration
Adds the given key/value pair to the configuration object.
setLong(String, long) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
setMaterializationMode(TempMode) - Method in class org.apache.flink.compiler.dag.PactConnection
 
setMaximumNumberOfIterations(int) - Method in class org.apache.flink.api.common.operators.base.BulkIterationBase
 
setMaximumNumberOfIterations(int) - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase
 
setMaxWaitTime(long) - Method in class org.apache.flink.streaming.api.datastream.IterativeDataStream
Sets the max waiting time for the next record before shutting down the stream.
setMemorySize(long) - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
setMinSplitSize(long) - Method in class org.apache.flink.api.common.io.FileInputFormat
 
setMutability(boolean) - Method in class org.apache.flink.streaming.api.datastream.SingleOutputStreamOperator
Sets the mutability of the operator.
setMutability(String, boolean) - Method in class org.apache.flink.streaming.api.JobGraphBuilder
 
setMutability(boolean) - Method in class org.apache.flink.streaming.api.StreamConfig
 
setMutableObjectMode(boolean) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setName(String) - Method in class org.apache.flink.api.common.operators.Operator
Sets the name of the contract instance.
setName(CharSequence) - Method in class org.apache.flink.api.io.avro.example.User.Builder
Sets the value of the 'name' field
setName(CharSequence) - Method in class org.apache.flink.api.io.avro.example.User
Sets the value of the 'name' field.
setName(String) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Sets the name of the vertex
setName(String) - Method in class org.apache.flink.spargel.java.VertexCentricIteration
Sets the name for the vertex-centric iteration.
setNameIfUnset() - Method in class org.apache.flink.api.java.record.operators.CrossOperator.Builder
Deprecated.
 
setNetworkCost(double) - Method in class org.apache.flink.compiler.costs.Costs
Sets the network cost for this Costs object.
setNewVertexValue(VertexValue) - Method in class org.apache.flink.spargel.java.record.VertexUpdateFunction
 
setNewVertexValue(VertexValue) - Method in class org.apache.flink.spargel.java.VertexUpdateFunction
Sets the new value of this vertex.
setNextBuffer(Buffer) - Method in interface org.apache.flink.runtime.io.network.serialization.RecordSerializer
 
setNextBuffer(Buffer) - Method in class org.apache.flink.runtime.io.network.serialization.SpanningRecordSerializer
 
setNextMemorySegment(MemorySegment, int) - Method in class org.apache.flink.runtime.io.network.serialization.AdaptiveSpanningRecordDeserializer
 
setNextMemorySegment(MemorySegment, int) - Method in interface org.apache.flink.runtime.io.network.serialization.RecordDeserializer
 
setNextPartialSolution(Operator<T>) - Method in class org.apache.flink.api.common.operators.base.BulkIterationBase
 
setNextPartialSolution(OptimizerNode, OptimizerNode) - Method in class org.apache.flink.compiler.dag.BulkIterationNode
Sets the nextPartialSolution for this BulkIterationNode.
setNextPartialSolution(OptimizerNode, OptimizerNode) - Method in class org.apache.flink.compiler.dag.WorksetIterationNode
 
setNextWorkset(Operator<WT>) - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase
Sets the contract of the step function that represents the next workset.
setNull(int) - Method in class org.apache.flink.types.Record
Sets the field at the given position to null.
setNull(long) - Method in class org.apache.flink.types.Record
Sets the fields to null using the given bit mask.
setNull(long[]) - Method in class org.apache.flink.types.Record
Sets the fields to null using the given bit mask.
setNumberOfInputs(int) - Method in class org.apache.flink.streaming.api.StreamConfig
 
setNumberOfIterations(int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setNumberOfIterations(int) - Method in class org.apache.flink.spargel.java.record.SpargelIteration
 
setNumberOfOutputChannels(int, Integer) - Method in class org.apache.flink.streaming.api.StreamConfig
 
setNumberOfOutputs(int) - Method in class org.apache.flink.streaming.api.StreamConfig
 
setNumDesignatedBuffers(int) - Method in class org.apache.flink.runtime.io.network.bufferprovider.LocalBufferPool
Sets the designated number of buffers for this local buffer pool and returns excess buffers to the global buffer pool.
setNumFields(int) - Method in class org.apache.flink.compiler.postpass.DenseValueSchema
 
setNumFields(int) - Method in class org.apache.flink.types.Record
Sets the number of fields in the record.
setNumLineSamples(int) - Method in class org.apache.flink.api.common.io.DelimitedInputFormat
 
setNumSplits(int) - Method in class org.apache.flink.api.common.io.FileInputFormat
 
setNumTaskManager(int) - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
setNumTaskManager(int) - Method in class org.apache.flink.test.util.AbstractTestBase
 
setObject(T) - Method in class org.apache.flink.streaming.api.streamrecord.StreamRecord
Sets the object stored
setOpenTimeout(long) - Method in class org.apache.flink.api.common.io.FileInputFormat
 
setOrdering(Ordering) - Method in class org.apache.flink.compiler.dataproperties.RequestedLocalProperties
Sets the order for these interesting local properties.
setOrderkey(Integer) - Method in class org.apache.flink.examples.java.relational.TPCHQuery3.ShippingPriorityItem
 
setOriginal(PlanNode) - Method in class org.apache.flink.compiler.deadlockdetect.DeadlockVertex
 
setOut(DataOutput) - Method in class org.apache.flink.api.avro.DataOutputEncoder
 
setOut(DataOutput) - Method in class org.apache.flink.api.java.typeutils.runtime.DataOutputEncoder
 
setOutEdges(List<DeadlockEdge>) - Method in class org.apache.flink.compiler.deadlockdetect.DeadlockVertex
 
setOutputCardinality(long) - Method in class org.apache.flink.api.common.operators.CompilerHints
 
setOutputCollector(Collector<?>) - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
setOutputComparator(TypeComparatorFactory<?>, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setOutputDataDistribution(DataDistribution, int) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setOutputDirectoryMode(FileOutputFormat.OutputDirectoryMode) - Method in class org.apache.flink.api.common.io.FileOutputFormat
 
setOutputFilePath(Path) - Method in class org.apache.flink.api.common.io.FileOutputFormat
 
setOutputName(int, List<String>) - Method in class org.apache.flink.streaming.api.StreamConfig
 
setOutputSelector(String, byte[]) - Method in class org.apache.flink.streaming.api.JobGraphBuilder
Sets a user defined OutputSelector for the given vertex.
setOutputSelector(byte[]) - Method in class org.apache.flink.streaming.api.StreamConfig
 
setOutputSerializer(TypeSerializerFactory<?>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setOutputSize(long) - Method in class org.apache.flink.api.common.operators.CompilerHints
 
setOverwriteFilesByDefault(boolean) - Static method in class org.apache.flink.client.LocalExecutor
By default, local environments do not overwrite existing files.
setPairComparator(TypePairComparatorFactory<?, ?>) - Method in class org.apache.flink.compiler.plan.DualInputPlanNode
 
setParallelism(int) - Method in class org.apache.flink.api.java.operators.DataSink
Sets the degree of parallelism for this data sink.
setParallelism(int) - Method in class org.apache.flink.api.java.operators.Operator
Sets the degree of parallelism for this operator.
setParallelism(int) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Sets the degree of parallelism for the task.
setParallelism(int) - Method in class org.apache.flink.spargel.java.VertexCentricIteration
Sets the degree of parallelism for the iteration.
setParallelism(int) - Method in class org.apache.flink.streaming.api.datastream.SingleOutputStreamOperator
Sets the degree of parallelism for this operator.
setParallelism(String, int) - Method in class org.apache.flink.streaming.api.JobGraphBuilder
Sets the number of parallel instances created for the given vertex.
setParameter(String, String) - Method in class org.apache.flink.api.common.operators.Operator
Sets a stub parameters in the configuration of this contract.
setParameter(String, int) - Method in class org.apache.flink.api.common.operators.Operator
Sets a stub parameters in the configuration of this contract.
setParameter(String, boolean) - Method in class org.apache.flink.api.common.operators.Operator
Sets a stub parameters in the configuration of this contract.
setPartialSolution(BulkPartialSolutionNode) - Method in class org.apache.flink.compiler.dag.BulkIterationNode
Sets the partialSolution for this BulkIterationNode.
setPartialSolution(SolutionSetNode, WorksetNode) - Method in class org.apache.flink.compiler.dag.WorksetIterationNode
 
setPartition(int, IntermediateResultPartition) - Method in class org.apache.flink.runtime.executiongraph.IntermediateResult
 
setPartitioner(int, StreamPartitioner<T>) - Method in class org.apache.flink.streaming.api.StreamConfig
 
setPartitionNumber(int) - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
overwrites partition number and should only be used on compaction partition
setPassword(String) - Method in class org.apache.flink.api.java.io.jdbc.JDBCInputFormat.JDBCInputFormatBuilder
 
setPassword(String) - Method in class org.apache.flink.api.java.io.jdbc.JDBCOutputFormat.JDBCOutputFormatBuilder
 
setPassword(String) - Method in class org.apache.flink.api.java.record.io.jdbc.JDBCOutputFormat.AbstractConfigBuilder
Sets the password field.
setPrintStatusDuringExecution(boolean) - Method in class org.apache.flink.client.program.Client
 
setPropagateParentSchemaDown(boolean) - Method in class org.apache.flink.compiler.postpass.GenericFlatTypePostPass
 
setPruningMarker() - Method in class org.apache.flink.compiler.plan.PlanNode
Sets the pruning marker to true.
setQuery(String) - Method in class org.apache.flink.api.java.io.jdbc.JDBCInputFormat.JDBCInputFormatBuilder
 
setQuery(String) - Method in class org.apache.flink.api.java.io.jdbc.JDBCOutputFormat.JDBCOutputFormatBuilder
 
setQuery(String) - Method in class org.apache.flink.api.java.record.io.jdbc.JDBCOutputFormat.AbstractConfigBuilder
Sets the query field.
SetQueue<E> - Class in org.apache.flink.runtime.jobmanager.scheduler
A queue that maintains set characteristics, i.e., elements that are already in the queue may not be added another time.
SetQueue() - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.SetQueue
 
setQueuedSchedulingAllowed(boolean) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
setQueueSize(int) - Method in class org.apache.flink.streaming.connectors.twitter.TwitterSource
Set the size of the queue in which the tweets are contained temporarily.
setQuoteStrings(boolean) - Method in class org.apache.flink.api.java.io.CsvOutputFormat
Configures whether the output format should quote string values.
setQuoteStrings(boolean) - Method in class org.apache.flink.api.scala.operators.ScalaCsvOutputFormat
Configures whether the output format should quote string values.
setRandomDistribution() - Method in class org.apache.flink.compiler.dataproperties.GlobalProperties
 
setRandomDistribution() - Method in class org.apache.flink.compiler.dataproperties.RequestedGlobalProperties
 
setRangePartitioned(Ordering) - Method in class org.apache.flink.api.common.operators.GenericDataSinkBase
Sets the sink to partition the records into ranges over the given ordering.
setRangePartitioned(Ordering, DataDistribution) - Method in class org.apache.flink.api.common.operators.GenericDataSinkBase
Sets the sink to partition the records into ranges over the given ordering.
setRangePartitioned(Ordering) - Method in class org.apache.flink.compiler.dataproperties.GlobalProperties
 
setRangePartitioned(Ordering) - Method in class org.apache.flink.compiler.dataproperties.RequestedGlobalProperties
 
setRangePartitioned(Ordering, DataDistribution) - Method in class org.apache.flink.compiler.dataproperties.RequestedGlobalProperties
 
setReadFields(FieldSet) - Method in class org.apache.flink.api.common.operators.SingleInputSemanticProperties
Sets the field(s) that are read in the source record(s).
setReadFields1(FieldSet) - Method in class org.apache.flink.api.common.operators.DualInputSemanticProperties
Sets the field(s) that are read in the source record(s) from the first input.
setReadFields2(FieldSet) - Method in class org.apache.flink.api.common.operators.DualInputSemanticProperties
Sets the field(s) that are read in the source record(s) from the second input.
setReadPosition(long) - Method in interface org.apache.flink.core.memory.SeekableDataInputView
Sets the read pointer to the given position.
setReadPosition(long) - Method in class org.apache.flink.runtime.io.disk.RandomAccessInputView
 
setReadPosition(long) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
 
setReceivedBytes(long) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
setRecordCount(long) - Method in class org.apache.flink.api.common.io.BlockInfo
Sets the recordCount to the specified value.
setReference(T) - Method in class org.apache.flink.api.common.typeutils.base.BasicTypeComparator
 
setReference(T1) - Method in class org.apache.flink.api.common.typeutils.GenericPairComparator
 
setReference(Record) - Method in class org.apache.flink.api.common.typeutils.record.RecordComparator
 
setReference(Record) - Method in class org.apache.flink.api.common.typeutils.record.RecordPairComparator
 
setReference(T) - Method in class org.apache.flink.api.common.typeutils.TypeComparator
Sets the given element as the comparison reference for future calls to TypeComparator.equalToReference(Object) and TypeComparator.compareToReference(TypeComparator).
setReference(T1) - Method in class org.apache.flink.api.common.typeutils.TypePairComparator
Sets the reference for comparisons.
setReference(T) - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueComparator
 
setReference(T) - Method in class org.apache.flink.api.java.typeutils.runtime.GenericTypeComparator
 
setReference(T) - Method in class org.apache.flink.api.java.typeutils.runtime.PojoComparator
 
setReference(T) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleComparator
 
setReference(T) - Method in class org.apache.flink.api.java.typeutils.runtime.ValueComparator
 
setReference(T) - Method in class org.apache.flink.api.java.typeutils.runtime.WritableComparator
 
setRelativeBackChannelMemory(double) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setRelativeInputMaterializationMemory(int, double) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setRelativeMemoryDriver(double) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setRelativeMemoryGlobalStrategy(double) - Method in class org.apache.flink.compiler.plan.Channel
 
setRelativeMemoryInput(int, double) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setRelativeMemoryLocalStrategy(double) - Method in class org.apache.flink.compiler.plan.Channel
 
setRelativeMemoryPerSubtask(double) - Method in class org.apache.flink.compiler.plan.PlanNode
Sets the memory dedicated to each task for this node.
setRelativeSolutionSetMemory(double) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setRelativeTempMemory(double) - Method in class org.apache.flink.compiler.plan.Channel
Sets the memory for materializing the channel's result from this Channel.
setReplicationFactor(int) - Method in class org.apache.flink.compiler.plan.Channel
Sets the replication factor of the connection.
setRequiredGlobalProps(RequestedGlobalProperties) - Method in class org.apache.flink.compiler.plan.Channel
 
setRequiredLocalProps(RequestedLocalProperties) - Method in class org.apache.flink.compiler.plan.Channel
 
setResultIterator(MutableObjectIterator<E>) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
Sets the result iterator.
setResultIteratorException(IOException) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
Reports an exception to all threads that are waiting for the result iterator.
setReuseAvroValue(boolean) - Method in class org.apache.flink.api.java.io.AvroInputFormat
Sets the flag whether to reuse the Avro value instance for all records.
setRevenue(Double) - Method in class org.apache.flink.examples.java.relational.TPCHQuery3.ShippingPriorityItem
 
setRuntimeContext(RuntimeContext) - Method in class org.apache.flink.api.common.functions.AbstractRichFunction
 
setRuntimeContext(RuntimeContext) - Method in interface org.apache.flink.api.common.functions.RichFunction
Sets the function's runtime context.
setRuntimeContext(RuntimeContext) - Method in class org.apache.flink.api.java.operators.translation.WrappingFunction
 
setSchema(Schema) - Method in class org.apache.flink.api.java.io.AvroOutputFormat
 
setSecond(V) - Method in class org.apache.flink.types.Pair
Sets the second encapsulated pair element to the specified value.
setSecondDegree(Integer) - Method in class org.apache.flink.examples.java.graph.util.EnumTrianglesDataTypes.EdgeWithDegrees
 
setSecondInput(Operator<IN2>) - Method in class org.apache.flink.api.common.operators.DualInputOperator
Clears all previous connections and connects the second input to the task wrapped in this contract
setSecondInput(Operator<IN2>...) - Method in class org.apache.flink.api.common.operators.DualInputOperator
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
setSecondInputs(List<Operator<IN2>>) - Method in class org.apache.flink.api.common.operators.DualInputOperator
Deprecated.
This method will be removed in future versions. Use the Union operator instead.
setSecondVertex(Integer) - Method in class org.apache.flink.examples.java.graph.util.EnumTrianglesDataTypes.Edge
 
setSecondVertex(Integer) - Method in class org.apache.flink.examples.java.graph.util.EnumTrianglesDataTypes.EdgeWithDegrees
 
setSecondVertex(Integer) - Method in class org.apache.flink.examples.java.graph.util.EnumTrianglesDataTypes.Triad
 
setSelectAll(int, Boolean) - Method in class org.apache.flink.streaming.api.StreamConfig
 
setSemanticProperties(DualInputSemanticProperties) - Method in class org.apache.flink.api.common.operators.DualInputOperator
 
setSemanticProperties(SingleInputSemanticProperties) - Method in class org.apache.flink.api.common.operators.SingleInputOperator
 
setSemanticProperties(SingleInputSemanticProperties) - Method in class org.apache.flink.api.java.operators.SingleInputUdfOperator
Sets the semantic properties for the user-defined function (UDF).
setSemanticProperties(DualInputSemanticProperties) - Method in class org.apache.flink.api.java.operators.TwoInputUdfOperator
Sets the semantic properties for the user-defined function (UDF).
setSerializer(TypeSerializerFactory<?>) - Method in class org.apache.flink.compiler.plan.Channel
Sets the serializer for this Channel.
setSerializer(TypeSerializerFactory<?>) - Method in class org.apache.flink.compiler.plan.SourcePlanNode
Sets the serializer for this PlanNode.
setSerializerForIterationChannel(TypeSerializerFactory<?>) - Method in class org.apache.flink.compiler.plan.BulkIterationPlanNode
 
setSerializerForIterationChannel(TypeSerializerFactory<?>) - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
setSharedSlot(SharedSlot) - Method in class org.apache.flink.runtime.jobmanager.scheduler.CoLocationConstraint
 
setShipStrategy(ShipStrategyType) - Method in class org.apache.flink.compiler.dag.PactConnection
Sets the shipping strategy for this connection.
setShipStrategy(ShipStrategyType) - Method in class org.apache.flink.compiler.plan.Channel
 
setShipStrategy(ShipStrategyType, FieldList) - Method in class org.apache.flink.compiler.plan.Channel
 
setShipStrategy(ShipStrategyType, FieldList, boolean[]) - Method in class org.apache.flink.compiler.plan.Channel
 
setShipStrategyComparator(TypeComparatorFactory<?>) - Method in class org.apache.flink.compiler.plan.Channel
Sets the ship strategy comparator for this Channel.
setSkipFirstLineAsHeader(boolean) - Method in class org.apache.flink.api.common.io.GenericCsvInputFormat
 
setSkipInvalidLines(boolean) - Method in class org.apache.flink.api.java.io.TextValueInputFormat
 
setSlot(AllocatedSlot) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotAllocationFuture
 
setSlotAvailabilityListener(SlotAvailablilityListener) - Method in class org.apache.flink.runtime.instance.Instance
 
setSlotSharingGroup(SlotSharingGroup) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Associates this vertex with a slot sharing group for scheduling.
setSocketSendBufSize(int) - Method in class org.apache.flink.runtime.ipc.Server
Sets the socket buffer size used for responding to RPCs
setSoftIrqCPU(int) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
setSolutionSetComparator(TypeComparatorFactory<?>) - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
setSolutionSetComparator(TypeComparatorFactory<?>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setSolutionSetDelta(Operator<ST>) - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase
Sets the contract of the step function that represents the solution set delta.
setSolutionSetSerializer(TypeSerializerFactory<?>) - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
setSolutionSetSerializer(TypeSerializerFactory<?>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setSolutionSetUnManaged(boolean) - Method in class org.apache.flink.api.common.operators.base.DeltaIterationBase
Sets whether to keep the solution set in managed memory (safe against heap exhaustion) or unmanaged memory (objects on heap).
setSolutionSetUnManaged(boolean) - Method in class org.apache.flink.api.java.operators.DeltaIteration
Sets whether to keep the solution set in managed memory (safe against heap exhaustion) or unmanaged memory (objects on heap).
setSolutionSetUnmanaged(boolean) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setSolutionSetUnmanagedMemory(boolean) - Method in class org.apache.flink.spargel.java.VertexCentricIteration
Defines whether the solution set is kept in managed memory (Flink's internal way of keeping object in serialized form) or as a simple object map.
setSource(Iterator<Record>) - Method in class org.apache.flink.spargel.java.record.MessageIterator
 
setSourceStatistics(GenericDataSourceBase<?, ?>, long, float) - Method in class org.apache.flink.test.compiler.util.CompilerTestBase
 
setSourceStatistics(GenericDataSourceBase<?, ?>, FileInputFormat.FileBaseStatistics) - Method in class org.apache.flink.test.compiler.util.CompilerTestBase
 
setSpillingThresholdDriver(float) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setSpillingThresholdInput(int, float) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setSplitNumber(int) - Method in class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopInputSplit
 
setSplitNumber(int) - Method in class org.apache.flink.hadoopcompatibility.mapreduce.wrapper.HadoopInputSplit
 
setStatisticsKey(String) - Method in class org.apache.flink.api.common.operators.GenericDataSourceBase
Sets the key under which statistics about this data source may be obtained from the statistics cache.
setStatus(String) - Method in class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopDummyReporter
 
setStrictlyCoLocatedWith(AbstractJobVertex) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
Tells this vertex to strictly co locate its subtasks with the subtasks of the given vertex.
setString(String, String) - Method in class org.apache.flink.configuration.Configuration
Adds the given key/value pair to the configuration object.
setString(String, String) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
setStringToTokenize(StringValue) - Method in class org.apache.flink.util.SimpleStringUtils.WhitespaceTokenizer
Sets the string to be tokenized and resets the state of the tokenizer.
setStubParameter(String, String) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setStubParameters(Configuration) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setStubWrapper(UserCodeWrapper<?>) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setSystemCPU(int) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
setTarget(PlanNode) - Method in class org.apache.flink.compiler.plan.Channel
Sets the target of this Channel.
setTargetReadBufferSize(int) - Method in class org.apache.flink.api.java.record.io.ExternalProcessFixedLengthInputFormat
Sets the target size of the buffer to be used to read from the stdout stream.
setTargetToStandardErr() - Method in class org.apache.flink.api.java.io.PrintingOutputFormat
 
setTargetToStandardOut() - Method in class org.apache.flink.api.java.io.PrintingOutputFormat
 
setTaskManagerDataPort(int) - Method in class org.apache.flink.client.LocalExecutor
 
setTaskManagerDataPort(int) - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
setTaskManagerNumSlots(int) - Method in class org.apache.flink.client.LocalExecutor
 
setTaskManagerNumSlots(int) - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
setTaskManagerNumSlots(int) - Method in class org.apache.flink.test.util.AbstractTestBase
 
setTaskManagerRpcPort(int) - Method in class org.apache.flink.client.LocalExecutor
 
setTaskManagerRpcPort(int) - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
setTaskName(String) - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setTempMode(TempMode) - Method in class org.apache.flink.compiler.plan.Channel
Sets the temp mode of the connection.
setTerminationCriterion(Operator<X>) - Method in class org.apache.flink.api.common.operators.base.BulkIterationBase
 
setTheta0(double) - Method in class org.apache.flink.examples.java.ml.LinearRegression.Params
 
setTheta1(double) - Method in class org.apache.flink.examples.java.ml.LinearRegression.Params
 
setThirdVertex(Integer) - Method in class org.apache.flink.examples.java.graph.util.EnumTrianglesDataTypes.Triad
 
setTotalMemory(long) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
setTransmittedBytes(long) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
setTypeInfo() - Method in class org.apache.flink.streaming.util.serialization.FunctionTypeWrapper
 
setTypeInfo() - Method in class org.apache.flink.streaming.util.serialization.ObjectTypeWrapper
 
setTypeInfo() - Method in class org.apache.flink.streaming.util.serialization.ProjectTypeWrapper
 
setTypeInfo() - Method in class org.apache.flink.streaming.util.serialization.TypeWrapper
 
setTypes(Class<? extends Value>...) - Method in class org.apache.flink.api.java.record.io.CsvOutputFormat
 
setTypeWrapperIn1(TypeWrapper<?>) - Method in class org.apache.flink.streaming.api.StreamConfig
 
setTypeWrapperIn2(TypeWrapper<?>) - Method in class org.apache.flink.streaming.api.StreamConfig
 
setTypeWrapperOut1(TypeWrapper<?>) - Method in class org.apache.flink.streaming.api.StreamConfig
 
setTypeWrapperOut2(TypeWrapper<?>) - Method in class org.apache.flink.streaming.api.StreamConfig
 
setUdfConfiguration(Configuration) - Method in class org.apache.flink.runtime.operators.sort.CombiningUnilateralSortMerger
 
setup() - Method in class org.apache.flink.runtime.iterative.concurrent.SolutionSetUpdateBarrier
 
setup() - Method in class org.apache.flink.runtime.iterative.concurrent.SuperstepBarrier
setup the barrier, has to be called at the beginning of each superstep
setup(PactTaskContext<GroupReduceFunction<IT, OT>, OT>) - Method in class org.apache.flink.runtime.operators.AllGroupReduceDriver
 
setup(PactTaskContext<ReduceFunction<T>, T>) - Method in class org.apache.flink.runtime.operators.AllReduceDriver
 
setup(AbstractInvokable) - Method in class org.apache.flink.runtime.operators.chaining.ChainedCollectorMapDriver
 
setup(TaskConfig, String, Collector<OT>, AbstractInvokable, ClassLoader) - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
setup(AbstractInvokable) - Method in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
setup(AbstractInvokable) - Method in class org.apache.flink.runtime.operators.chaining.ChainedFlatMapDriver
 
setup(AbstractInvokable) - Method in class org.apache.flink.runtime.operators.chaining.ChainedMapDriver
 
setup(AbstractInvokable) - Method in class org.apache.flink.runtime.operators.chaining.ChainedTerminationCriterionDriver
 
setup(AbstractInvokable) - Method in class org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
 
setup(PactTaskContext<CoGroupFunction<IT1, IT2, OT>, OT>) - Method in class org.apache.flink.runtime.operators.CoGroupDriver
 
setup(PactTaskContext<CoGroupFunction<IT1, IT2, OT>, OT>) - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
 
setup(PactTaskContext<CoGroupFunction<IT1, IT2, OT>, OT>) - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
 
setup(PactTaskContext<GenericCollectorMap<IT, OT>, OT>) - Method in class org.apache.flink.runtime.operators.CollectorMapDriver
 
setup(PactTaskContext<CrossFunction<T1, T2, OT>, OT>) - Method in class org.apache.flink.runtime.operators.CrossDriver
 
setup(PactTaskContext<FlatMapFunction<IT, OT>, OT>) - Method in class org.apache.flink.runtime.operators.FlatMapDriver
 
setup(PactTaskContext<FlatCombineFunction<T>, T>) - Method in class org.apache.flink.runtime.operators.GroupReduceCombineDriver
 
setup(PactTaskContext<GroupReduceFunction<IT, OT>, OT>) - Method in class org.apache.flink.runtime.operators.GroupReduceDriver
 
setup(PactTaskContext<FlatJoinFunction<IT1, IT2, OT>, OT>) - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
 
setup(PactTaskContext<FlatJoinFunction<IT1, IT2, OT>, OT>) - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
 
setup(PactTaskContext<MapFunction<IT, OT>, OT>) - Method in class org.apache.flink.runtime.operators.MapDriver
 
setup(PactTaskContext<MapPartitionFunction<IT, OT>, OT>) - Method in class org.apache.flink.runtime.operators.MapPartitionDriver
 
setup(PactTaskContext<FlatJoinFunction<IT1, IT2, OT>, OT>) - Method in class org.apache.flink.runtime.operators.MatchDriver
 
setup(PactTaskContext<AbstractRichFunction, T>) - Method in class org.apache.flink.runtime.operators.NoOpDriver
 
setup(PactTaskContext<S, OT>) - Method in interface org.apache.flink.runtime.operators.PactDriver
 
setup(PactTaskContext<ReduceFunction<T>, T>) - Method in class org.apache.flink.runtime.operators.ReduceCombineDriver
 
setup(PactTaskContext<ReduceFunction<T>, T>) - Method in class org.apache.flink.runtime.operators.ReduceDriver
 
setup(Configuration) - Method in class org.apache.flink.spargel.java.record.MessagingFunction
 
setup(Configuration) - Method in class org.apache.flink.spargel.java.record.VertexUpdateFunction
 
setup() - Method in class org.apache.flink.test.compiler.util.CompilerTestBase
 
SetupInfoServlet - Class in org.apache.flink.runtime.jobmanager.web
A Servlet that displays the Configuration in the web interface.
SetupInfoServlet(JobManager) - Constructor for class org.apache.flink.runtime.jobmanager.web.SetupInfoServlet
 
setupJob(JobConf) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.datatypes.HadoopFileOutputCommitter
 
setUrl(String) - Method in class org.apache.flink.api.java.record.io.jdbc.JDBCOutputFormat.AbstractConfigBuilder
Sets the url field.
setUserCPU(int) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
setUserInvokable(StreamInvokable<?, ?>) - Method in class org.apache.flink.streaming.api.StreamConfig
 
setUsername(String) - Method in class org.apache.flink.api.java.io.jdbc.JDBCInputFormat.JDBCInputFormatBuilder
 
setUsername(String) - Method in class org.apache.flink.api.java.io.jdbc.JDBCOutputFormat.JDBCOutputFormatBuilder
 
setUsername(String) - Method in class org.apache.flink.api.java.record.io.jdbc.JDBCOutputFormat.AbstractConfigBuilder
Sets the username field.
setValue(int) - Method in class org.apache.flink.runtime.types.IntegerRecord
Set the value of this integer record.
setValue(boolean) - Method in class org.apache.flink.types.BooleanValue
 
setValue(BooleanValue) - Method in class org.apache.flink.types.BooleanValue
 
setValue(byte) - Method in class org.apache.flink.types.ByteValue
Sets the encapsulated byte to the specified value.
setValue(ByteValue) - Method in class org.apache.flink.types.ByteValue
 
setValue(char) - Method in class org.apache.flink.types.CharValue
Sets the encapsulated char to the specified value.
setValue(CharValue) - Method in class org.apache.flink.types.CharValue
 
setValue(double) - Method in class org.apache.flink.types.DoubleValue
Sets the value of the encapsulated primitive double.
setValue(DoubleValue) - Method in class org.apache.flink.types.DoubleValue
 
setValue(float) - Method in class org.apache.flink.types.FloatValue
Sets the value of the encapsulated primitive float.
setValue(FloatValue) - Method in class org.apache.flink.types.FloatValue
 
setValue(int) - Method in class org.apache.flink.types.IntValue
Sets the encapsulated int to the specified value.
setValue(IntValue) - Method in class org.apache.flink.types.IntValue
 
setValue(long) - Method in class org.apache.flink.types.LongValue
Sets the value of the encapsulated long to the specified value.
setValue(LongValue) - Method in class org.apache.flink.types.LongValue
 
setValue(T) - Method in interface org.apache.flink.types.ResettableValue
Sets the encapsulated value to another value
setValue(short) - Method in class org.apache.flink.types.ShortValue
Sets the encapsulated short to the specified value.
setValue(ShortValue) - Method in class org.apache.flink.types.ShortValue
 
setValue(CharSequence) - Method in class org.apache.flink.types.StringValue
Sets the value of the StringValue to the given string.
setValue(StringValue) - Method in class org.apache.flink.types.StringValue
Sets the value of the StringValue to the given string.
setValue(StringValue, int, int) - Method in class org.apache.flink.types.StringValue
Sets the value of the StringValue to a substring of the given string.
setValue(CharSequence, int, int) - Method in class org.apache.flink.types.StringValue
Sets the value of the StringValue to a substring of the given string.
setValue(CharBuffer) - Method in class org.apache.flink.types.StringValue
Sets the contents of this string to the contents of the given CharBuffer.
setValue(char[], int, int) - Method in class org.apache.flink.types.StringValue
Sets the value of the StringValue to a substring of the given value.
setValueAscii(byte[], int, int) - Method in class org.apache.flink.types.StringValue
Sets the value of this StringValue, assuming that the binary data is ASCII coded.
setVertexInput(Operator<Record>) - Method in class org.apache.flink.spargel.java.record.SpargelIteration
 
setVertexName(String) - Method in class org.apache.flink.streaming.api.StreamConfig
 
setWaitForSolutionSetUpdate() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
setWaitSec(int) - Method in class org.apache.flink.streaming.connectors.twitter.TwitterSource
This function sets how long TwitterSource should wait for the tweets.
setWord(String) - Method in class org.apache.flink.examples.java.wordcount.PojoExample.Word
 
setWorksetSerializer(TypeSerializerFactory<?>) - Method in class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
setWriteMode(FileSystem.WriteMode) - Method in class org.apache.flink.api.common.io.FileOutputFormat
 
setWritePosition(long) - Method in interface org.apache.flink.core.memory.SeekableDataOutputView
Sets the write pointer to the given position.
setWritePosition(long) - Method in class org.apache.flink.runtime.io.disk.RandomAccessOutputView
 
setWrittenFields(FieldSet) - Method in class org.apache.flink.api.common.operators.SemanticProperties
Sets the field(s) that are written in the destination record(s).
shiftWindow() - Method in class org.apache.flink.streaming.state.CircularFifoList
 
shiftWindow(int) - Method in class org.apache.flink.streaming.state.CircularFifoList
 
ShipStrategyType - Enum in org.apache.flink.runtime.operators.shipping
Enumeration defining the different shipping types of the output, such as local forward, re-partitioning by hash, or re-partitioning by range.
SHORT_ARRAY_TYPE_INFO - Static variable in class org.apache.flink.api.common.typeinfo.BasicArrayTypeInfo
 
SHORT_PRIMITIVE_ARRAY_TYPE_INFO - Static variable in class org.apache.flink.api.common.typeinfo.PrimitiveArrayTypeInfo
 
SHORT_TYPE_INFO - Static variable in class org.apache.flink.api.common.typeinfo.BasicTypeInfo
 
ShortComparator - Class in org.apache.flink.api.common.typeutils.base
 
ShortComparator(boolean) - Constructor for class org.apache.flink.api.common.typeutils.base.ShortComparator
 
ShortParser - Class in org.apache.flink.types.parser
Parses a decimal text field into a Short.
ShortParser() - Constructor for class org.apache.flink.types.parser.ShortParser
 
ShortPrimitiveArraySerializer - Class in org.apache.flink.api.common.typeutils.base.array
A serializer for short arrays.
ShortPrimitiveArraySerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.array.ShortPrimitiveArraySerializer
 
ShortSerializer - Class in org.apache.flink.api.common.typeutils.base
 
ShortSerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.ShortSerializer
 
ShortValue - Class in org.apache.flink.types
Boxed serializable and comparable short integer type, representing the primitive type short.
ShortValue() - Constructor for class org.apache.flink.types.ShortValue
Initializes the encapsulated short with 0.
ShortValue(short) - Constructor for class org.apache.flink.types.ShortValue
Initializes the encapsulated short with the provided value.
ShortValueParser - Class in org.apache.flink.types.parser
Parses a decimal text field into a ShortValue.
ShortValueParser() - Constructor for class org.apache.flink.types.parser.ShortValueParser
 
ShortValueSerializer - Class in org.apache.flink.api.common.typeutils.base
 
ShortValueSerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.ShortValueSerializer
 
showControlCharacters(String) - Static method in class org.apache.flink.util.StringUtils
Replaces control characters by their escape-coded version.
shuffle() - Method in class org.apache.flink.streaming.api.datastream.DataStream
Sets the partitioning of the DataStream so that the output tuples are shuffled to the next component.
shuffle() - Method in class org.apache.flink.streaming.api.datastream.SingleOutputStreamOperator
 
ShufflePartitioner<T> - Class in org.apache.flink.streaming.partitioner
Partitioner that distributes the data equally by selecting one output channel randomly.
ShufflePartitioner() - Constructor for class org.apache.flink.streaming.partitioner.ShufflePartitioner
 
shutdown() - Method in class org.apache.flink.runtime.blob.BlobCache
 
shutdown() - Method in class org.apache.flink.runtime.blob.BlobServer
Shuts down the BLOB server.
shutdown() - Method in interface org.apache.flink.runtime.blob.BlobService
Shutdown method which is called to terminate the blob service.
shutdown() - Method in class org.apache.flink.runtime.execution.librarycache.BlobLibraryCacheManager
 
shutdown() - Method in class org.apache.flink.runtime.execution.librarycache.FallbackLibraryCacheManager
 
shutdown() - Method in interface org.apache.flink.runtime.execution.librarycache.LibraryCacheManager
Shutdown method
shutdown() - Method in class org.apache.flink.runtime.filecache.FileCache
 
shutdown() - Method in class org.apache.flink.runtime.instance.InstanceManager
 
shutdown() - Method in class org.apache.flink.runtime.instance.LocalInstanceManager
 
shutdown() - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
Close method.
shutdown() - Method in class org.apache.flink.runtime.io.network.ChannelManager
 
shutdown() - Method in class org.apache.flink.runtime.io.network.LocalConnectionManager
 
shutdown() - Method in class org.apache.flink.runtime.io.network.netty.NettyConnectionManager
 
shutdown() - Method in interface org.apache.flink.runtime.io.network.NetworkConnectionManager
 
shutdown() - Method in class org.apache.flink.runtime.jobmanager.EventCollector
Stops the timer thread and cleans up the data structure which stores the collected events.
shutdown() - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
shutdown() - Method in class org.apache.flink.runtime.jobmanager.scheduler.Scheduler
Shuts the scheduler down.
shutdown() - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
 
shutdown() - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
Shuts the memory manager down, trying to release all the memory it managed.
shutdown() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ThreadBase
Forces an immediate shutdown of the thread.
shutdown() - Method in class org.apache.flink.runtime.profiling.impl.JobManagerProfilerImpl
 
shutdown() - Method in class org.apache.flink.runtime.profiling.impl.TaskManagerProfilerImpl
 
shutdown() - Method in interface org.apache.flink.runtime.profiling.JobManagerProfiler
Shuts done the job manager's profiling component and stops all its internal processes.
shutdown() - Method in interface org.apache.flink.runtime.profiling.TaskManagerProfiler
Shuts done the task manager's profiling component and stops all its internal processes.
shutdown() - Method in class org.apache.flink.runtime.taskmanager.TaskManager
Shuts the task manager down.
shutdownAll() - Static method in class org.apache.flink.api.java.io.RemoteCollectorImpl
This method unbinds and unexports all exposed Remote objects
signalTermination() - Method in class org.apache.flink.runtime.iterative.concurrent.SuperstepKickoffLatch
 
SimpleAccumulator<T> - Interface in org.apache.flink.api.common.accumulators
Similar to Accumulator, but the type of items to add and the result value must be the same.
SimpleCloseableInputProvider<E> - Class in org.apache.flink.runtime.operators.util
A simple iterator provider that returns a supplied iterator and does nothing when closed.
SimpleCloseableInputProvider(MutableObjectIterator<E>) - Constructor for class org.apache.flink.runtime.operators.util.SimpleCloseableInputProvider
Creates a new simple input provider that will return the given iterator.
SimpleCollectingOutputView - Class in org.apache.flink.runtime.io.disk
The list with the full segments contains at any point all completely full segments, plus the segment that is currently filled.
SimpleCollectingOutputView(List<MemorySegment>, MemorySegmentSource, int) - Constructor for class org.apache.flink.runtime.io.disk.SimpleCollectingOutputView
 
SimpleDistribution - Class in org.apache.flink.api.common.distributions
 
SimpleDistribution() - Constructor for class org.apache.flink.api.common.distributions.SimpleDistribution
 
SimpleDistribution(Key<?>[]) - Constructor for class org.apache.flink.api.common.distributions.SimpleDistribution
 
SimpleDistribution(Key<?>[][]) - Constructor for class org.apache.flink.api.common.distributions.SimpleDistribution
 
SimpleIntegerDistribution - Class in org.apache.flink.api.common.distributions
 
SimpleIntegerDistribution() - Constructor for class org.apache.flink.api.common.distributions.SimpleIntegerDistribution
 
SimpleIntegerDistribution(int[]) - Constructor for class org.apache.flink.api.common.distributions.SimpleIntegerDistribution
 
SimpleIntegerDistribution(IntValue[]) - Constructor for class org.apache.flink.api.common.distributions.SimpleIntegerDistribution
 
SimpleIntegerDistribution(IntValue[][]) - Constructor for class org.apache.flink.api.common.distributions.SimpleIntegerDistribution
 
SimpleMemorySegment - Class in org.apache.flink.runtime.memorymanager
This class represents a piece of memory allocated from the memory manager.
SimpleMemorySegment(byte[]) - Constructor for class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
Creates a new memory segment of given size with the provided views.
SimpleStringUtils - Class in org.apache.flink.util
Utility class for efficient string operations on strings.
SimpleStringUtils.WhitespaceTokenizer - Class in org.apache.flink.util
A tokenizer for string values that uses whitespace characters as token delimiters.
SimpleStringUtils.WhitespaceTokenizer() - Constructor for class org.apache.flink.util.SimpleStringUtils.WhitespaceTokenizer
Creates a new tokenizer with an undefined internal state.
SingleElementIterator<E> - Class in org.apache.flink.runtime.util
An Iterator that contains only a single element.
SingleElementIterator() - Constructor for class org.apache.flink.runtime.util.SingleElementIterator
 
SingleInputNode - Class in org.apache.flink.compiler.dag
A node in the optimizer's program representation for a PACT with a single input.
SingleInputNode(SingleInputOperator<?, ?, ?>) - Constructor for class org.apache.flink.compiler.dag.SingleInputNode
Creates a new node with a single input for the optimizer plan.
SingleInputNode(FieldSet) - Constructor for class org.apache.flink.compiler.dag.SingleInputNode
 
SingleInputNode() - Constructor for class org.apache.flink.compiler.dag.SingleInputNode
 
SingleInputNode(SingleInputNode) - Constructor for class org.apache.flink.compiler.dag.SingleInputNode
 
SingleInputOperator<IN,OUT,FT extends Function> - Class in org.apache.flink.api.common.operators
Abstract superclass for for all operators that have one input like "map" or "reduce".
SingleInputOperator(UserCodeWrapper<FT>, UnaryOperatorInformation<IN, OUT>, int[], String) - Constructor for class org.apache.flink.api.common.operators.SingleInputOperator
Creates a new abstract single-input operator with the given name wrapping the given user function.
SingleInputOperator(UserCodeWrapper<FT>, UnaryOperatorInformation<IN, OUT>, String) - Constructor for class org.apache.flink.api.common.operators.SingleInputOperator
Creates a new abstract single-input operator with the given name wrapping the given user function.
SingleInputOperator<IN,OUT,O extends SingleInputOperator<IN,OUT,O>> - Class in org.apache.flink.api.java.operators
Base class for operations that operates on a single input data set.
SingleInputOperator(DataSet<IN>, TypeInformation<OUT>) - Constructor for class org.apache.flink.api.java.operators.SingleInputOperator
 
SingleInputPlanNode - Class in org.apache.flink.compiler.plan
 
SingleInputPlanNode(OptimizerNode, String, Channel, DriverStrategy) - Constructor for class org.apache.flink.compiler.plan.SingleInputPlanNode
 
SingleInputPlanNode(OptimizerNode, String, Channel, DriverStrategy, FieldList) - Constructor for class org.apache.flink.compiler.plan.SingleInputPlanNode
 
SingleInputPlanNode(OptimizerNode, String, Channel, DriverStrategy, FieldList, boolean[]) - Constructor for class org.apache.flink.compiler.plan.SingleInputPlanNode
 
SingleInputSemanticProperties - Class in org.apache.flink.api.common.operators
Container for the semantic properties associated to a single input operator.
SingleInputSemanticProperties() - Constructor for class org.apache.flink.api.common.operators.SingleInputSemanticProperties
 
SingleInputUdfOperator<IN,OUT,O extends SingleInputUdfOperator<IN,OUT,O>> - Class in org.apache.flink.api.java.operators
The SingleInputUdfOperator is the base class of all unary operators that execute user-defined functions (UDFs).
SingleInputUdfOperator(DataSet<IN>, TypeInformation<OUT>) - Constructor for class org.apache.flink.api.java.operators.SingleInputUdfOperator
Creates a new operators with the given data set as input.
SingleInstanceProfilingEvent - Class in org.apache.flink.runtime.profiling.types
A single instance profiling event encapsulates profiling information for one particular instance.
SingleInstanceProfilingEvent(int, int, int, int, int, int, int, long, long, long, long, long, long, long, JobID, long, long, String) - Constructor for class org.apache.flink.runtime.profiling.types.SingleInstanceProfilingEvent
Constructs a new instance profiling event.
SingleInstanceProfilingEvent() - Constructor for class org.apache.flink.runtime.profiling.types.SingleInstanceProfilingEvent
Default constructor for serialization/deserialization.
SingleOutputStreamOperator<OUT,O extends SingleOutputStreamOperator<OUT,O>> - Class in org.apache.flink.streaming.api.datastream
The SingleOutputStreamOperator represents a user defined transformation applied on a DataStream with one predefined output type.
SingleOutputStreamOperator(StreamExecutionEnvironment, String, TypeWrapper<OUT>) - Constructor for class org.apache.flink.streaming.api.datastream.SingleOutputStreamOperator
 
SingleOutputStreamOperator(DataStream<OUT>) - Constructor for class org.apache.flink.streaming.api.datastream.SingleOutputStreamOperator
 
SinkFunction<IN> - Interface in org.apache.flink.streaming.api.function.sink
 
SinkInvokable<IN> - Class in org.apache.flink.streaming.api.invokable
 
SinkInvokable(SinkFunction<IN>) - Constructor for class org.apache.flink.streaming.api.invokable.SinkInvokable
 
SinkJoiner - Class in org.apache.flink.compiler.dag
This class represents a utility node that is not part of the actual plan.
SinkJoiner(OptimizerNode, OptimizerNode) - Constructor for class org.apache.flink.compiler.dag.SinkJoiner
 
SinkJoinerPlanNode - Class in org.apache.flink.compiler.plan
 
SinkJoinerPlanNode(SinkJoiner, Channel, Channel) - Constructor for class org.apache.flink.compiler.plan.SinkJoinerPlanNode
 
SinkPlanNode - Class in org.apache.flink.compiler.plan
Plan candidate node for data flow sinks.
SinkPlanNode(DataSinkNode, String, Channel) - Constructor for class org.apache.flink.compiler.plan.SinkPlanNode
Constructs a new sink candidate node that uses NONE as its local strategy.
sinks - Variable in class org.apache.flink.api.common.Plan
A collection of all sinks in the plan.
size() - Method in class org.apache.flink.api.common.operators.util.FieldSet
 
size() - Method in class org.apache.flink.compiler.deadlockdetect.DeadlockGraph
 
size() - Method in class org.apache.flink.core.memory.MemorySegment
Gets the size of the memory segment, in bytes.
SIZE - Static variable in class org.apache.flink.runtime.AbstractID
The size of the ID in byte
size() - Method in class org.apache.flink.runtime.io.network.Buffer
 
size() - Method in class org.apache.flink.runtime.jobmanager.scheduler.LifoSetQueue
 
size() - Method in class org.apache.flink.runtime.jobmanager.scheduler.SetQueue
 
size - Variable in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
The size of the memory segment.
size() - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
size() - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
Gets the size of the memory segment, in bytes.
size() - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
Gets the size of the memory segment, in bytes.
size() - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
 
size() - Method in interface org.apache.flink.runtime.operators.sort.IndexedSortable
Gets the number of elements in the sortable.
size() - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
 
size() - Method in class org.apache.flink.runtime.operators.sort.PartialOrderPriorityQueue
Returns the number of elements currently stored in the PriorityQueue.
size() - Method in class org.apache.flink.runtime.profiling.impl.types.ProfilingDataContainer
 
size() - Method in class org.apache.flink.runtime.util.IntArrayList
 
size() - Method in class org.apache.flink.runtime.util.LongArrayList
 
size() - Method in class org.apache.flink.streaming.state.NullableCircularBuffer
Returns the number of elements stored in the buffer.
size() - Method in class org.apache.flink.types.ListValue
 
size() - Method in class org.apache.flink.types.MapValue
 
SIZE_MISMATCH_MESSAGE - Static variable in exception org.apache.flink.api.java.operators.Keys.IncompatibleKeysException
 
SIZE_UNKNOWN - Static variable in interface org.apache.flink.api.common.io.statistics.BaseStatistics
Constant indicating that the input size is unknown.
skip(long) - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputViewStream
 
skip(int) - Method in class org.apache.flink.api.java.typeutils.runtime.NoFetchingInput
 
skip(long) - Method in class org.apache.flink.core.fs.local.LocalDataInputStream
 
skip(DataInput) - Static method in class org.apache.flink.core.io.StringRecord
Skips over one Text in the input.
skip(long) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedDataInputStream
 
skipArray() - Method in class org.apache.flink.api.avro.DataInputDecoder
 
skipArray() - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
skipBytes() - Method in class org.apache.flink.api.avro.DataInputDecoder
 
skipBytes() - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
skipBytes(int) - Method in class org.apache.flink.core.memory.InputViewDataInputStreamWrapper
 
skipBytes(int) - Method in class org.apache.flink.core.memory.InputViewObjectInputStreamWrapper
 
skipBytes(int) - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
skipBytes(int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
skipBytesToRead(int) - Method in interface org.apache.flink.core.memory.DataInputView
Skips numBytes bytes of memory.
skipBytesToRead(int) - Method in class org.apache.flink.core.memory.InputViewDataInputStreamWrapper
 
skipBytesToRead(int) - Method in class org.apache.flink.core.memory.InputViewObjectInputStreamWrapper
 
skipBytesToRead(int) - Method in class org.apache.flink.runtime.io.network.serialization.DataInputDeserializer
 
skipBytesToRead(int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedInputView
 
skipBytesToWrite(int) - Method in interface org.apache.flink.core.memory.DataOutputView
Skips numBytes bytes memory.
skipBytesToWrite(int) - Method in class org.apache.flink.core.memory.OutputViewDataOutputStreamWrapper
 
skipBytesToWrite(int) - Method in class org.apache.flink.core.memory.OutputViewObjectOutputStreamWrapper
 
skipBytesToWrite(int) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
skipBytesToWrite(int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
skipCollectionExecution() - Method in class org.apache.flink.test.util.JavaProgramTestBase
 
skipFields(byte[], int, int, char) - Method in class org.apache.flink.api.common.io.GenericCsvInputFormat
 
skipFirstLineAsHeader - Variable in class org.apache.flink.api.java.io.CsvReader
 
skipFixed(int) - Method in class org.apache.flink.api.avro.DataInputDecoder
 
skipFixed(int) - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
skipFully(DataInput, int) - Static method in class org.apache.flink.core.io.StringRecord
 
skipFully(InputStream, long) - Static method in class org.apache.flink.runtime.util.IOUtils
Similar to readFully().
skipMap() - Method in class org.apache.flink.api.avro.DataInputDecoder
 
skipMap() - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
skipString() - Method in class org.apache.flink.api.avro.DataInputDecoder
 
skipString() - Method in class org.apache.flink.api.java.typeutils.runtime.DataInputDecoder
 
slideSize - Variable in class org.apache.flink.streaming.api.datastream.BatchedDataStream
 
slideSize - Variable in class org.apache.flink.streaming.api.invokable.operator.BatchGroupReduceInvokable
 
slideSize - Variable in class org.apache.flink.streaming.api.invokable.operator.BatchReduceInvokable
 
slideSize - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable.StreamBatch
 
slideSize - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowInvokable
 
slideSize1 - Variable in class org.apache.flink.streaming.api.datastream.CoBatchedDataStream
 
slideSize1 - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable
 
slideSize2 - Variable in class org.apache.flink.streaming.api.datastream.CoBatchedDataStream
 
slideSize2 - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoBatchReduceInvokable
 
SlidingWindowState<T> - Class in org.apache.flink.streaming.state
The window state for window operator.
SlidingWindowState(long, long, long) - Constructor for class org.apache.flink.streaming.state.SlidingWindowState
 
SlidingWindowStateIterator<T> - Class in org.apache.flink.streaming.state
 
SlidingWindowStateIterator(CircularFifoBuffer) - Constructor for class org.apache.flink.streaming.state.SlidingWindowStateIterator
 
slotAllocated(AllocatedSlot) - Method in interface org.apache.flink.runtime.jobmanager.scheduler.SlotAllocationFutureAction
This method is called as soon as the SlotAllocationFuture is triggered.
SlotAllocationFuture - Class in org.apache.flink.runtime.jobmanager.scheduler
 
SlotAllocationFuture() - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.SlotAllocationFuture
 
SlotAllocationFuture(AllocatedSlot) - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.SlotAllocationFuture
 
SlotAllocationFutureAction - Interface in org.apache.flink.runtime.jobmanager.scheduler
An action that is invoked once a SlotAllocationFuture is triggered.
SlotAvailablilityListener - Interface in org.apache.flink.runtime.jobmanager.scheduler
A SlotAvailablilityListener can be notified when new AllocatedSlots become available on an Instance.
SlotSharingGroup - Class in org.apache.flink.runtime.jobmanager.scheduler
A slot sharing units defines which different task (from different job vertices) can be deployed together within a slot.
SlotSharingGroup() - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroup
 
SlotSharingGroup(JobVertexID...) - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroup
 
SlotSharingGroupAssignment - Class in org.apache.flink.runtime.jobmanager.scheduler
 
SlotSharingGroupAssignment() - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroupAssignment
 
SocketInputStream - Class in org.apache.flink.runtime.net
This implements an input stream that can have a timeout while reading.
SocketInputStream(ReadableByteChannel, long) - Constructor for class org.apache.flink.runtime.net.SocketInputStream
Create a new input stream with the given timeout.
SocketInputStream(Socket, long) - Constructor for class org.apache.flink.runtime.net.SocketInputStream
Same as SocketInputStream(socket.getChannel(), timeout):

Create a new input stream with the given timeout.
SocketInputStream(Socket) - Constructor for class org.apache.flink.runtime.net.SocketInputStream
Same as SocketInputStream(socket.getChannel(), socket.getSoTimeout()) :

Create a new input stream with the given timeout.
SocketOutputStream - Class in org.apache.flink.runtime.net
This implements an output stream that can have a timeout while writing.
SocketOutputStream(WritableByteChannel, long) - Constructor for class org.apache.flink.runtime.net.SocketOutputStream
Create a new ouput stream with the given timeout.
SocketOutputStream(Socket, long) - Constructor for class org.apache.flink.runtime.net.SocketOutputStream
Same as SocketOutputStream(socket.getChannel(), timeout):

Create a new ouput stream with the given timeout.
SolutionSetBroker - Class in org.apache.flink.runtime.iterative.concurrent
Used to hand over the hash-join from the iteration head to the solution-set match.
SolutionSetDeltaOperator - Class in org.apache.flink.compiler.operators
 
SolutionSetDeltaOperator(FieldList) - Constructor for class org.apache.flink.compiler.operators.SolutionSetDeltaOperator
 
SolutionSetFastUpdateOutputCollector<T> - Class in org.apache.flink.runtime.iterative.io
A Collector to update the solution set of a workset iteration.
SolutionSetFastUpdateOutputCollector(CompactingHashTable<T>, TypeSerializer<T>) - Constructor for class org.apache.flink.runtime.iterative.io.SolutionSetFastUpdateOutputCollector
 
SolutionSetFastUpdateOutputCollector(CompactingHashTable<T>, TypeSerializer<T>, Collector<T>) - Constructor for class org.apache.flink.runtime.iterative.io.SolutionSetFastUpdateOutputCollector
 
SolutionSetNode - Class in org.apache.flink.compiler.dag
The optimizer's internal representation of the solution set of a workset iteration.
SolutionSetNode(DeltaIterationBase.SolutionSetPlaceHolder<?>, WorksetIterationNode) - Constructor for class org.apache.flink.compiler.dag.SolutionSetNode
 
SolutionSetObjectsUpdateOutputCollector<T> - Class in org.apache.flink.runtime.iterative.io
A Collector to update the solution set of a workset iteration.
SolutionSetObjectsUpdateOutputCollector(JoinHashMap<T>) - Constructor for class org.apache.flink.runtime.iterative.io.SolutionSetObjectsUpdateOutputCollector
 
SolutionSetObjectsUpdateOutputCollector(JoinHashMap<T>, Collector<T>) - Constructor for class org.apache.flink.runtime.iterative.io.SolutionSetObjectsUpdateOutputCollector
 
SolutionSetPlanNode - Class in org.apache.flink.compiler.plan
Plan candidate node for partial solution of a bulk iteration.
SolutionSetPlanNode(SolutionSetNode, String, GlobalProperties, LocalProperties, Channel) - Constructor for class org.apache.flink.compiler.plan.SolutionSetPlanNode
 
SolutionSetUpdateBarrier - Class in org.apache.flink.runtime.iterative.concurrent
Resettable barrier to synchronize the IterationHeadPactTask and the IterationTailPactTask in case of iterations that contain a separate solution set tail.
SolutionSetUpdateBarrier() - Constructor for class org.apache.flink.runtime.iterative.concurrent.SolutionSetUpdateBarrier
 
SolutionSetUpdateBarrierBroker - Class in org.apache.flink.runtime.iterative.concurrent
SolutionSetUpdateOutputCollector<T> - Class in org.apache.flink.runtime.iterative.io
A Collector to update the solution set of a workset iteration.
SolutionSetUpdateOutputCollector(CompactingHashTable<T>, TypeSerializer<T>) - Constructor for class org.apache.flink.runtime.iterative.io.SolutionSetUpdateOutputCollector
 
SolutionSetUpdateOutputCollector(CompactingHashTable<T>, TypeSerializer<T>, Collector<T>) - Constructor for class org.apache.flink.runtime.iterative.io.SolutionSetUpdateOutputCollector
 
sort(IndexedSortable, int, int) - Method in class org.apache.flink.runtime.operators.sort.HeapSort
 
sort(IndexedSortable) - Method in class org.apache.flink.runtime.operators.sort.HeapSort
 
sort(IndexedSortable, int, int) - Method in interface org.apache.flink.runtime.operators.sort.IndexedSorter
Sort the items accessed through the given IndexedSortable over the given range of logical indices.
sort(IndexedSortable) - Method in interface org.apache.flink.runtime.operators.sort.IndexedSorter
 
sort(IndexedSortable, int, int) - Method in class org.apache.flink.runtime.operators.sort.QuickSort
Sort the given range of items using quick sort.
sort(IndexedSortable) - Method in class org.apache.flink.runtime.operators.sort.QuickSort
 
SortedGrouping<T> - Class in org.apache.flink.api.java.operators
SortedGrouping is an intermediate step for a transformation on a grouped and sorted DataSet.
The following transformation can be applied on sorted groups: SortedGrouping.reduceGroup(org.apache.flink.api.common.functions.GroupReduceFunction),
SortedGrouping(DataSet<T>, Keys<T>, int, Order) - Constructor for class org.apache.flink.api.java.operators.SortedGrouping
 
SortedGrouping(DataSet<T>, Keys<T>, String, Order) - Constructor for class org.apache.flink.api.java.operators.SortedGrouping
 
Sorter<E> - Interface in org.apache.flink.runtime.operators.sort
The SortMerger interface representing the public interface to all specific Sort-Merge implementations.
sortGroup(int, Order) - Method in class org.apache.flink.api.java.operators.SortedGrouping
Sorts Tuple elements within a group on the specified field in the specified Order.
Note: Only groups of Tuple or Pojo elements can be sorted.
Groups can be sorted by multiple fields by chaining SortedGrouping.sortGroup(int, Order) calls.
sortGroup(String, Order) - Method in class org.apache.flink.api.java.operators.SortedGrouping
Sorts Tuple or POJO elements within a group on the specified field in the specified Order.
Note: Only groups of Tuple or Pojo elements can be sorted.
Groups can be sorted by multiple fields by chaining SortedGrouping.sortGroup(String, Order) calls.
sortGroup(int, Order) - Method in class org.apache.flink.api.java.operators.UnsortedGrouping
Sorts Tuple elements within a group on the specified field in the specified Order.
Note: Only groups of Tuple elements and Pojos can be sorted.
Groups can be sorted by multiple fields by chaining UnsortedGrouping.sortGroup(int, Order) calls.
sortGroup(String, Order) - Method in class org.apache.flink.api.java.operators.UnsortedGrouping
Sorts Pojos within a group on the specified field in the specified Order.
Note: Only groups of Tuple elements and Pojos can be sorted.
Groups can be sorted by multiple fields by chaining UnsortedGrouping.sortGroup(String, Order) calls.
SortMergeCoGroupIterator<T1,T2> - Class in org.apache.flink.runtime.operators.sort
 
SortMergeCoGroupIterator(MutableObjectIterator<T1>, MutableObjectIterator<T2>, TypeSerializer<T1>, TypeComparator<T1>, TypeSerializer<T2>, TypeComparator<T2>, TypePairComparator<T1, T2>) - Constructor for class org.apache.flink.runtime.operators.sort.SortMergeCoGroupIterator
 
SortMergeJoinDescriptor - Class in org.apache.flink.compiler.operators
 
SortMergeJoinDescriptor(FieldList, FieldList) - Constructor for class org.apache.flink.compiler.operators.SortMergeJoinDescriptor
 
SortMergeJoinDescriptor(FieldList, FieldList, boolean, boolean, boolean) - Constructor for class org.apache.flink.compiler.operators.SortMergeJoinDescriptor
 
sortOrders - Variable in class org.apache.flink.compiler.plan.DualInputPlanNode
 
sortReadMemory - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
The memory segments used first for sorting and later for reading/pre-fetching during the external merge.
sortReadMemory - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
 
source() - Static method in class org.apache.flink.api.java.record.operators.OperatorInfoHelper
Deprecated.
 
SourceFunction<OUT> - Interface in org.apache.flink.streaming.api.function.source
 
SourceInvokable<OUT> - Class in org.apache.flink.streaming.api.invokable
 
SourceInvokable(SourceFunction<OUT>) - Constructor for class org.apache.flink.streaming.api.invokable.SourceInvokable
 
SourcePlanNode - Class in org.apache.flink.compiler.plan
Plan candidate node for data flow sources that have no input and no special strategies.
SourcePlanNode(DataSourceNode, String) - Constructor for class org.apache.flink.compiler.plan.SourcePlanNode
Constructs a new source candidate node that uses NONE as its local strategy.
SpanningRecordSerializer<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.serialization
 
SpanningRecordSerializer() - Constructor for class org.apache.flink.runtime.io.network.serialization.SpanningRecordSerializer
 
SpargelConnectedComponents - Class in org.apache.flink.spargel.java.examples
 
SpargelConnectedComponents() - Constructor for class org.apache.flink.spargel.java.examples.SpargelConnectedComponents
 
SpargelConnectedComponents.CCMessager - Class in org.apache.flink.spargel.java.examples
 
SpargelConnectedComponents.CCMessager() - Constructor for class org.apache.flink.spargel.java.examples.SpargelConnectedComponents.CCMessager
 
SpargelConnectedComponents.CCUpdater - Class in org.apache.flink.spargel.java.examples
 
SpargelConnectedComponents.CCUpdater() - Constructor for class org.apache.flink.spargel.java.examples.SpargelConnectedComponents.CCUpdater
 
SpargelConnectedComponents.IdAssigner - Class in org.apache.flink.spargel.java.examples
A map function that takes a Long value and creates a 2-tuple out of it:
SpargelConnectedComponents.IdAssigner() - Constructor for class org.apache.flink.spargel.java.examples.SpargelConnectedComponents.IdAssigner
 
SpargelIteration - Class in org.apache.flink.spargel.java.record
 
SpargelIteration(MessagingFunction<VertexKey, VertexValue, Message, EdgeValue>, VertexUpdateFunction<VertexKey, VertexValue, Message>) - Constructor for class org.apache.flink.spargel.java.record.SpargelIteration
 
SpargelIteration(MessagingFunction<VertexKey, VertexValue, Message, EdgeValue>, VertexUpdateFunction<VertexKey, VertexValue, Message>, String) - Constructor for class org.apache.flink.spargel.java.record.SpargelIteration
 
SpargelIteration.MessagingDriver<K extends Key<K>,V extends Value,M extends Value,E extends Value> - Class in org.apache.flink.spargel.java.record
 
SpargelIteration.MessagingDriver() - Constructor for class org.apache.flink.spargel.java.record.SpargelIteration.MessagingDriver
 
SpargelIteration.VertexUpdateDriver<K extends Key<K>,V extends Value,M extends Value> - Class in org.apache.flink.spargel.java.record
 
SpargelIteration.VertexUpdateDriver() - Constructor for class org.apache.flink.spargel.java.record.SpargelIteration.VertexUpdateDriver
 
SpargelPageRank - Class in org.apache.flink.spargel.java.examples
An implementation of the basic PageRank algorithm in the vertex-centric API (spargel).
SpargelPageRank() - Constructor for class org.apache.flink.spargel.java.examples.SpargelPageRank
 
SpargelPageRank.RankMessenger - Class in org.apache.flink.spargel.java.examples
Distributes the rank of a vertex among all target vertices according to the transition probability, which is associated with an edge as the edge value.
SpargelPageRank.RankMessenger() - Constructor for class org.apache.flink.spargel.java.examples.SpargelPageRank.RankMessenger
 
SpargelPageRank.VertexRankUpdater - Class in org.apache.flink.spargel.java.examples
Function that updates the rank of a vertex by summing up the partial ranks from all incoming messages and then applying the dampening formula.
SpargelPageRank.VertexRankUpdater(long, double) - Constructor for class org.apache.flink.spargel.java.examples.SpargelPageRank.VertexRankUpdater
 
SpargelPageRankCountingVertices - Class in org.apache.flink.spargel.java.examples
An implementation of the basic PageRank algorithm in the vertex-centric API (spargel).
SpargelPageRankCountingVertices() - Constructor for class org.apache.flink.spargel.java.examples.SpargelPageRankCountingVertices
 
SpargelPageRankCountingVertices.RankMessenger - Class in org.apache.flink.spargel.java.examples
Distributes the rank of a vertex among all target vertices according to the transition probability, which is associated with an edge as the edge value.
SpargelPageRankCountingVertices.RankMessenger() - Constructor for class org.apache.flink.spargel.java.examples.SpargelPageRankCountingVertices.RankMessenger
 
SpargelPageRankCountingVertices.VertexRankUpdater - Class in org.apache.flink.spargel.java.examples
Function that updates the rank of a vertex by summing up the partial ranks from all incoming messages and then applying the dampening formula.
SpargelPageRankCountingVertices.VertexRankUpdater(double) - Constructor for class org.apache.flink.spargel.java.examples.SpargelPageRankCountingVertices.VertexRankUpdater
 
SparseKeySchema - Class in org.apache.flink.compiler.postpass
Class encapsulating a schema map (int column position -> column type) and a reference counter.
SparseKeySchema() - Constructor for class org.apache.flink.compiler.postpass.SparseKeySchema
 
SpillingBuffer - Class in org.apache.flink.runtime.io.disk
An output view that buffers written data in memory pages and spills them when they are full.
SpillingBuffer(IOManager, MemorySegmentSource, int) - Constructor for class org.apache.flink.runtime.io.disk.SpillingBuffer
 
spillingMarker() - Static method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
Gets the element that is passed as marker for signal beginning of spilling.
SpillingResettableIterator<T> - Class in org.apache.flink.runtime.operators.resettable
Implementation of a resettable iterator.
SpillingResettableIterator(Iterator<T>, TypeSerializer<T>, MemoryManager, IOManager, int, AbstractInvokable) - Constructor for class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
 
SpillingResettableIterator(Iterator<T>, TypeSerializer<T>, MemoryManager, IOManager, List<MemorySegment>) - Constructor for class org.apache.flink.runtime.operators.resettable.SpillingResettableIterator
 
SpillingResettableMutableObjectIterator<T> - Class in org.apache.flink.runtime.operators.resettable
Implementation of a resettable iterator.
SpillingResettableMutableObjectIterator(MutableObjectIterator<T>, TypeSerializer<T>, MemoryManager, IOManager, int, AbstractInvokable) - Constructor for class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
 
SpillingResettableMutableObjectIterator(MutableObjectIterator<T>, TypeSerializer<T>, MemoryManager, IOManager, List<MemorySegment>) - Constructor for class org.apache.flink.runtime.operators.resettable.SpillingResettableMutableObjectIterator
 
spillPartition(List<MemorySegment>, IOManager, Channel.ID, LinkedBlockingQueue<MemorySegment>) - Method in class org.apache.flink.runtime.operators.hash.HashPartition
Spills this partition to disk and sets it up such that it continues spilling records that are added to it.
spillPartition() - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable
Selects a partition and spills it.
split(OutputSelector<OUT>) - Method in class org.apache.flink.streaming.api.datastream.SingleOutputStreamOperator
Operator used for directing tuples to specific named outputs using an OutputSelector.
split(int) - Method in class org.apache.flink.util.NumberSequenceIterator
 
split(int) - Method in interface org.apache.flink.util.SplittableIterator
 
SplitDataStream<OUT> - Class in org.apache.flink.streaming.api.datastream
The SplitDataStream represents an operator that has been split using an OutputSelector.
SplitDataStream(DataStream<OUT>) - Constructor for class org.apache.flink.streaming.api.datastream.SplitDataStream
 
splitLength - Variable in class org.apache.flink.api.common.io.FileInputFormat
The length of the split that this parallel instance must consume.
splitStart - Variable in class org.apache.flink.api.common.io.FileInputFormat
The start of the split that this parallel instance must consume.
SplittableIterator<T> - Interface in org.apache.flink.util
 
srSerializer1 - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoInvokable
 
srSerializer2 - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoInvokable
 
start() - Method in class org.apache.flink.client.LocalExecutor
 
start() - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
start() - Method in class org.apache.flink.client.web.WebInterfaceServer
Starts the web frontend server.
start(ChannelManager) - Method in class org.apache.flink.runtime.io.network.LocalConnectionManager
 
start(ChannelManager) - Method in class org.apache.flink.runtime.io.network.netty.NettyConnectionManager
 
start(ChannelManager) - Method in interface org.apache.flink.runtime.io.network.NetworkConnectionManager
 
start() - Method in class org.apache.flink.runtime.ipc.Server
Starts the service.
start() - Method in class org.apache.flink.runtime.jobmanager.web.WebInfoServer
Starts the web frontend server.
START_PAGE_URL - Static variable in class org.apache.flink.client.web.JobSubmissionServlet
 
startCluster() - Method in class org.apache.flink.test.util.AbstractTestBase
 
startExecution() - Method in class org.apache.flink.runtime.taskmanager.Task
Starts the execution of this task.
startInfoServer() - Method in class org.apache.flink.runtime.jobmanager.JobManager
Starts the Jetty Infoserver for the Jobmanager
startItem() - Method in class org.apache.flink.api.avro.DataOutputEncoder
 
startItem() - Method in class org.apache.flink.api.java.typeutils.runtime.DataOutputEncoder
 
startNextSuperstep() - Method in class org.apache.flink.runtime.io.network.api.AbstractRecordReader
 
startNextSuperstep() - Method in interface org.apache.flink.runtime.io.network.api.ReaderBase
 
startReading() - Method in class org.apache.flink.runtime.operators.TempBarrier
 
startRecord() - Method in class org.apache.flink.api.common.io.BinaryOutputFormat.BlockBasedOutput
 
startsWith(CharSequence, int) - Method in class org.apache.flink.types.StringValue
Checks whether the substring, starting at the specified index, starts with the given prefix string.
startsWith(CharSequence) - Method in class org.apache.flink.types.StringValue
Checks whether this StringValue starts with the given prefix string.
startThreads() - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
Starts all the threads that are used by this sort-merger.
startTime - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowInvokable
 
startTime - Variable in class org.apache.flink.streaming.api.invokable.operator.WindowReduceInvokable
 
startTime1 - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowReduceInvokable
 
startTime2 - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowReduceInvokable
 
state - Variable in class org.apache.flink.streaming.state.TableState
 
StateCheckpointer - Class in org.apache.flink.streaming.state.manager
 
StateCheckpointer() - Constructor for class org.apache.flink.streaming.state.manager.StateCheckpointer
 
stateful - Variable in class org.apache.flink.api.java.typeutils.runtime.TupleSerializerBase
 
StateManager - Class in org.apache.flink.streaming.state
 
StateManager(String, long) - Constructor for class org.apache.flink.streaming.state.StateManager
 
StateRestorer - Class in org.apache.flink.streaming.state.manager
 
StateRestorer() - Constructor for class org.apache.flink.streaming.state.manager.StateRestorer
 
staticCreateInputIterator(MutableReader<?>, TypeSerializer<?>) - Static method in class org.apache.flink.streaming.api.streamvertex.InputHandler
 
statisticsKey - Variable in class org.apache.flink.api.common.operators.GenericDataSourceBase
 
stop() - Method in class org.apache.flink.client.LocalExecutor
Stop the local executor instance.
stop() - Method in class org.apache.flink.client.minicluster.NepheleMiniCluster
 
stop() - Method in class org.apache.flink.runtime.ipc.Client
Stop all threads related to this client.
stop() - Method in class org.apache.flink.runtime.ipc.Server
Stops the service.
stop() - Method in class org.apache.flink.runtime.jobmanager.web.WebInfoServer
Stop the webserver
stopCluster() - Method in class org.apache.flink.test.util.AbstractTestBase
 
stopProxy(VersionedProtocol) - Static method in class org.apache.flink.runtime.ipc.RPC
Stop this proxy and release its invoker's resource
stream - Variable in class org.apache.flink.api.common.io.FileInputFormat
The input stream reading from the input file.
stream - Variable in class org.apache.flink.api.common.io.FileOutputFormat
The stream to which the data is written;
StreamCollector<OUT> - Class in org.apache.flink.streaming.api.collector
Collector for tuples in Apache Flink stream processing.
StreamCollector(int, SerializationDelegate<StreamRecord<OUT>>) - Constructor for class org.apache.flink.streaming.api.collector.StreamCollector
Creates a new StreamCollector
StreamConfig - Class in org.apache.flink.streaming.api
 
StreamConfig(Configuration) - Constructor for class org.apache.flink.streaming.api.StreamConfig
 
StreamExecutionEnvironment - Class in org.apache.flink.streaming.api.environment
ExecutionEnvironment for streaming jobs.
StreamExecutionEnvironment() - Constructor for class org.apache.flink.streaming.api.environment.StreamExecutionEnvironment
Constructor for creating StreamExecutionEnvironment
StreamInvokable<IN,OUT> - Class in org.apache.flink.streaming.api.invokable
The StreamInvokable represents the base class for all invokables in the streaming topology.
StreamInvokable(Function) - Constructor for class org.apache.flink.streaming.api.invokable.StreamInvokable
 
StreamIterationHead<OUT extends Tuple> - Class in org.apache.flink.streaming.api.streamvertex
 
StreamIterationHead() - Constructor for class org.apache.flink.streaming.api.streamvertex.StreamIterationHead
 
StreamIterationTail<IN extends Tuple> - Class in org.apache.flink.streaming.api.streamvertex
 
StreamIterationTail() - Constructor for class org.apache.flink.streaming.api.streamvertex.StreamIterationTail
 
StreamIterator<T> - Class in org.apache.flink.streaming.state
Simple wrapper class to convert an Iterator> to an Iterator iterator by invoking the getObject() method on every element.
StreamIterator() - Constructor for class org.apache.flink.streaming.state.StreamIterator
 
StreamPartitioner<T> - Interface in org.apache.flink.streaming.partitioner
Empty interface to encapsulate partitioners.
StreamProjection<IN> - Class in org.apache.flink.streaming.api.datastream
 
StreamProjection(DataStream<IN>, int[]) - Constructor for class org.apache.flink.streaming.api.datastream.StreamProjection
 
streamRecord - Variable in class org.apache.flink.streaming.api.collector.StreamCollector
 
StreamRecord<T> - Class in org.apache.flink.streaming.api.streamrecord
Object for wrapping a tuple or other object with ID used for sending records between streaming task in Apache Flink stream processing.
StreamRecord() - Constructor for class org.apache.flink.streaming.api.streamrecord.StreamRecord
Creates an empty StreamRecord
StreamRecordSerializer<T> - Class in org.apache.flink.streaming.api.streamrecord
 
StreamRecordSerializer(TypeInformation<T>) - Constructor for class org.apache.flink.streaming.api.streamrecord.StreamRecordSerializer
 
StreamRecordWriter<T extends IOReadableWritable> - Class in org.apache.flink.streaming.io
 
StreamRecordWriter(AbstractInvokable) - Constructor for class org.apache.flink.streaming.io.StreamRecordWriter
 
StreamRecordWriter(AbstractInvokable, ChannelSelector<T>) - Constructor for class org.apache.flink.streaming.io.StreamRecordWriter
 
StreamRecordWriter(AbstractInvokable, ChannelSelector<T>, long) - Constructor for class org.apache.flink.streaming.io.StreamRecordWriter
 
StreamReduceInvokable<IN> - Class in org.apache.flink.streaming.api.invokable.operator
 
StreamReduceInvokable(ReduceFunction<IN>) - Constructor for class org.apache.flink.streaming.api.invokable.operator.StreamReduceInvokable
 
StreamVertex<IN,OUT> - Class in org.apache.flink.streaming.api.streamvertex
 
StreamVertex() - Constructor for class org.apache.flink.streaming.api.streamvertex.StreamVertex
 
StreamVertexException - Exception in org.apache.flink.streaming.api.streamvertex
An exception that is thrown by the stream verices when encountering an illegal condition.
StreamVertexException() - Constructor for exception org.apache.flink.streaming.api.streamvertex.StreamVertexException
Creates a compiler exception with no message and no cause.
StreamVertexException(String) - Constructor for exception org.apache.flink.streaming.api.streamvertex.StreamVertexException
Creates a compiler exception with the given message and no cause.
StreamVertexException(Throwable) - Constructor for exception org.apache.flink.streaming.api.streamvertex.StreamVertexException
Creates a compiler exception with the given cause and no message.
StreamVertexException(String, Throwable) - Constructor for exception org.apache.flink.streaming.api.streamvertex.StreamVertexException
Creates a compiler exception with the given message and cause.
STRING_ARRAY_TYPE_INFO - Static variable in class org.apache.flink.api.common.typeinfo.BasicArrayTypeInfo
 
STRING_TYPE_INFO - Static variable in class org.apache.flink.api.common.typeinfo.BasicTypeInfo
 
StringArraySerializer - Class in org.apache.flink.api.common.typeutils.base.array
A serializer for String arrays.
StringArraySerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.array.StringArraySerializer
 
StringComparator - Class in org.apache.flink.api.common.typeutils.base
 
StringComparator(boolean) - Constructor for class org.apache.flink.api.common.typeutils.base.StringComparator
 
stringifyException(Throwable) - Static method in class org.apache.flink.util.ExceptionUtils
Makes a string representation of the exception's stack trace, or "(null)", if the exception is null.
stringifyException(Throwable) - Static method in class org.apache.flink.util.StringUtils
Makes a string representation of the exception.
StringParser - Class in org.apache.flink.types.parser
Converts a variable length field of a byte array into a String.
StringParser() - Constructor for class org.apache.flink.types.parser.StringParser
 
StringRecord - Class in org.apache.flink.core.io
This class stores text using standard UTF8 encoding.
StringRecord() - Constructor for class org.apache.flink.core.io.StringRecord
 
StringRecord(String) - Constructor for class org.apache.flink.core.io.StringRecord
Construct from a string.
StringRecord(StringRecord) - Constructor for class org.apache.flink.core.io.StringRecord
Construct from another text.
StringRecord(byte[]) - Constructor for class org.apache.flink.core.io.StringRecord
Construct from a byte array.
StringSerializer - Class in org.apache.flink.api.common.typeutils.base
 
StringSerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.StringSerializer
 
StringTaskEvent - Class in org.apache.flink.runtime.event.task
This class provides a simple implementation of an event that holds a string value.
StringTaskEvent() - Constructor for class org.apache.flink.runtime.event.task.StringTaskEvent
The default constructor implementation.
StringTaskEvent(String) - Constructor for class org.apache.flink.runtime.event.task.StringTaskEvent
Constructs a new string task event with the given string message.
StringUtils - Class in org.apache.flink.util
Utility class to convert objects into strings in vice-versa.
StringValue - Class in org.apache.flink.types
Mutable string data type that implements the Key interface.
StringValue() - Constructor for class org.apache.flink.types.StringValue
Initializes the encapsulated String object with an empty string.
StringValue(CharSequence) - Constructor for class org.apache.flink.types.StringValue
Initializes this StringValue to the value of the given string.
StringValue(StringValue) - Constructor for class org.apache.flink.types.StringValue
Initializes this StringValue to a copy the given StringValue.
StringValue(StringValue, int, int) - Constructor for class org.apache.flink.types.StringValue
Initializes the StringValue to a sub-string of the given StringValue.
StringValueParser - Class in org.apache.flink.types.parser
Converts a variable length field of a byte array into a StringValue.
StringValueParser() - Constructor for class org.apache.flink.types.parser.StringValueParser
 
StringValueSerializer - Class in org.apache.flink.api.common.typeutils.base
 
StringValueSerializer() - Constructor for class org.apache.flink.api.common.typeutils.base.StringValueSerializer
 
stub - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The instantiated user code of this task's main operator (driver).
subject - Variable in class org.apache.flink.examples.java.misc.CollectionExecutionExample.EMail
 
subList(int, int) - Method in class org.apache.flink.types.ListValue
 
submitJob() - Method in class org.apache.flink.runtime.client.JobClient
Submits the job assigned to this job client to the job manager.
submitJob(JobGraph) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
submitJob(JobGraph) - Method in interface org.apache.flink.runtime.protocols.JobManagementProtocol
Submits the specified job to the job manager.
submitJobAndWait() - Method in class org.apache.flink.runtime.client.JobClient
Submits the job assigned to this job client to the job manager and queries the job manager about the progress of the job until it is either finished or aborted.
submitTask(TaskDeploymentDescriptor) - Method in interface org.apache.flink.runtime.protocols.TaskOperationProtocol
 
submitTask(TaskDeploymentDescriptor) - Method in class org.apache.flink.runtime.taskmanager.TaskManager
 
subscribeToEvent(EventListener, Class<? extends AbstractTaskEvent>) - Method in class org.apache.flink.runtime.event.task.EventNotificationManager
Subscribes the given event listener object to the specified event type.
subscribeToEvent(EventListener, Class<? extends AbstractTaskEvent>) - Method in class org.apache.flink.runtime.io.network.api.AbstractRecordReader
Subscribes the listener object to receive events of the given type.
subscribeToEvent(EventListener, Class<? extends AbstractTaskEvent>) - Method in class org.apache.flink.runtime.io.network.api.BufferWriter
 
subscribeToEvent(EventListener, Class<? extends AbstractTaskEvent>) - Method in interface org.apache.flink.runtime.io.network.api.ReaderBase
Subscribes the listener object to receive events of the given type.
subscribeToEvent(EventListener, Class<? extends AbstractTaskEvent>) - Method in class org.apache.flink.runtime.io.network.gates.Gate
 
subSequence(int, int) - Method in class org.apache.flink.types.StringValue
 
SubSlot - Class in org.apache.flink.runtime.jobmanager.scheduler
 
SubSlot(SharedSlot, int, AbstractID) - Constructor for class org.apache.flink.runtime.jobmanager.scheduler.SubSlot
 
substring(int) - Method in class org.apache.flink.types.StringValue
Returns a new StringValuestring that is a substring of this string.
substring(int, int) - Method in class org.apache.flink.types.StringValue
Returns a new StringValuestring that is a substring of this string.
substring(StringValue, int) - Method in class org.apache.flink.types.StringValue
Copies a substring of this string into the given target StringValue.
substring(StringValue, int, int) - Method in class org.apache.flink.types.StringValue
Copies a substring of this string into the given target StringValue.
subtractCosts(Costs) - Method in class org.apache.flink.compiler.costs.Costs
Subtracts the given costs from these costs.
suffix(String) - Method in class org.apache.flink.core.fs.Path
Adds a suffix to the final name in the path.
sum(int) - Method in class org.apache.flink.api.java.DataSet
Syntactic sugar for aggregate (SUM, field)
sum(int) - Method in class org.apache.flink.api.java.operators.UnsortedGrouping
Syntactic sugar for aggregate (SUM, field)
sum(int) - Method in class org.apache.flink.streaming.api.datastream.BatchedDataStream
Applies an aggregation that sums every sliding batch/window of the data stream at the given position.
sum() - Method in class org.apache.flink.streaming.api.datastream.BatchedDataStream
Syntactic sugar for sum(0)
sum(int) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Applies an aggregation that sums the data stream at the given position.
sum() - Method in class org.apache.flink.streaming.api.datastream.DataStream
Syntactic sugar for sum(0)
sum(int) - Method in class org.apache.flink.streaming.api.datastream.GroupedDataStream
Applies an aggregation that sums the grouped data stream at the given position, grouped by the given key position.
SumAggregationFunction<T> - Class in org.apache.flink.api.java.aggregation
 
SumAggregationFunction() - Constructor for class org.apache.flink.api.java.aggregation.SumAggregationFunction
 
SumAggregationFunction<T> - Class in org.apache.flink.streaming.api.function.aggregation
 
SumAggregationFunction(int) - Constructor for class org.apache.flink.streaming.api.function.aggregation.SumAggregationFunction
 
SumAggregationFunction.ByteSumAgg - Class in org.apache.flink.api.java.aggregation
 
SumAggregationFunction.ByteSumAgg() - Constructor for class org.apache.flink.api.java.aggregation.SumAggregationFunction.ByteSumAgg
 
SumAggregationFunction.DoubleSumAgg - Class in org.apache.flink.api.java.aggregation
 
SumAggregationFunction.DoubleSumAgg() - Constructor for class org.apache.flink.api.java.aggregation.SumAggregationFunction.DoubleSumAgg
 
SumAggregationFunction.FloatSumAgg - Class in org.apache.flink.api.java.aggregation
 
SumAggregationFunction.FloatSumAgg() - Constructor for class org.apache.flink.api.java.aggregation.SumAggregationFunction.FloatSumAgg
 
SumAggregationFunction.IntSumAgg - Class in org.apache.flink.api.java.aggregation
 
SumAggregationFunction.IntSumAgg() - Constructor for class org.apache.flink.api.java.aggregation.SumAggregationFunction.IntSumAgg
 
SumAggregationFunction.LongSumAgg - Class in org.apache.flink.api.java.aggregation
 
SumAggregationFunction.LongSumAgg() - Constructor for class org.apache.flink.api.java.aggregation.SumAggregationFunction.LongSumAgg
 
SumAggregationFunction.ShortSumAgg - Class in org.apache.flink.api.java.aggregation
 
SumAggregationFunction.ShortSumAgg() - Constructor for class org.apache.flink.api.java.aggregation.SumAggregationFunction.ShortSumAgg
 
SumAggregationFunction.SumAggregationFunctionFactory - Class in org.apache.flink.api.java.aggregation
 
SumAggregationFunction.SumAggregationFunctionFactory() - Constructor for class org.apache.flink.api.java.aggregation.SumAggregationFunction.SumAggregationFunctionFactory
 
SuperstepBarrier - Class in org.apache.flink.runtime.iterative.concurrent
A resettable one-shot latch.
SuperstepBarrier(ClassLoader) - Constructor for class org.apache.flink.runtime.iterative.concurrent.SuperstepBarrier
 
SuperstepKickoffLatch - Class in org.apache.flink.runtime.iterative.concurrent
 
SuperstepKickoffLatch() - Constructor for class org.apache.flink.runtime.iterative.concurrent.SuperstepKickoffLatch
 
SuperstepKickoffLatchBroker - Class in org.apache.flink.runtime.iterative.concurrent
 
supportsCompareAgainstReference() - Method in class org.apache.flink.api.common.typeutils.record.RecordComparator
 
supportsCompareAgainstReference() - Method in class org.apache.flink.api.common.typeutils.TypeComparator
 
supportsNormalizedKey() - Method in class org.apache.flink.api.common.typeutils.base.BooleanComparator
 
supportsNormalizedKey() - Method in class org.apache.flink.api.common.typeutils.base.ByteComparator
 
supportsNormalizedKey() - Method in class org.apache.flink.api.common.typeutils.base.CharComparator
 
supportsNormalizedKey() - Method in class org.apache.flink.api.common.typeutils.base.DoubleComparator
 
supportsNormalizedKey() - Method in class org.apache.flink.api.common.typeutils.base.FloatComparator
 
supportsNormalizedKey() - Method in class org.apache.flink.api.common.typeutils.base.IntComparator
 
supportsNormalizedKey() - Method in class org.apache.flink.api.common.typeutils.base.LongComparator
 
supportsNormalizedKey() - Method in class org.apache.flink.api.common.typeutils.base.ShortComparator
 
supportsNormalizedKey() - Method in class org.apache.flink.api.common.typeutils.base.StringComparator
 
supportsNormalizedKey() - Method in class org.apache.flink.api.common.typeutils.record.RecordComparator
 
supportsNormalizedKey() - Method in class org.apache.flink.api.common.typeutils.TypeComparator
Checks whether the data type supports the creation of a normalized key for comparison.
supportsNormalizedKey() - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueComparator
 
supportsNormalizedKey() - Method in class org.apache.flink.api.java.typeutils.runtime.GenericTypeComparator
 
supportsNormalizedKey() - Method in class org.apache.flink.api.java.typeutils.runtime.PojoComparator
 
supportsNormalizedKey() - Method in class org.apache.flink.api.java.typeutils.runtime.TupleComparatorBase
 
supportsNormalizedKey() - Method in class org.apache.flink.api.java.typeutils.runtime.ValueComparator
 
supportsNormalizedKey() - Method in class org.apache.flink.api.java.typeutils.runtime.WritableComparator
 
supportsSerializationWithKeyNormalization() - Method in class org.apache.flink.api.common.typeutils.base.BasicTypeComparator
 
supportsSerializationWithKeyNormalization() - Method in class org.apache.flink.api.common.typeutils.base.StringComparator
 
supportsSerializationWithKeyNormalization() - Method in class org.apache.flink.api.common.typeutils.record.RecordComparator
 
supportsSerializationWithKeyNormalization() - Method in class org.apache.flink.api.common.typeutils.TypeComparator
Check whether this comparator supports to serialize the record in a format that replaces its keys by a normalized key.
supportsSerializationWithKeyNormalization() - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueComparator
 
supportsSerializationWithKeyNormalization() - Method in class org.apache.flink.api.java.typeutils.runtime.GenericTypeComparator
 
supportsSerializationWithKeyNormalization() - Method in class org.apache.flink.api.java.typeutils.runtime.PojoComparator
 
supportsSerializationWithKeyNormalization() - Method in class org.apache.flink.api.java.typeutils.runtime.TupleComparatorBase
 
supportsSerializationWithKeyNormalization() - Method in class org.apache.flink.api.java.typeutils.runtime.ValueComparator
 
supportsSerializationWithKeyNormalization() - Method in class org.apache.flink.api.java.typeutils.runtime.WritableComparator
 
swap() - Method in class org.apache.flink.api.java.tuple.Tuple2
Returns a shallow copy of the tuple with swapped values.
swap(int, int) - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
 
swap(int, int) - Method in interface org.apache.flink.runtime.operators.sort.IndexedSortable
Swap items at the given addresses.
swap(int, int) - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
 
swapBytes(MemorySegment, MemorySegment, byte[], int, int, int) - Static method in class org.apache.flink.core.memory.MemorySegment
 
swapUnionNodes(PlanNode) - Method in class org.apache.flink.compiler.plan.Channel
Utility method used while swapping binary union nodes for n-ary union nodes.
switchBuffers() - Method in class org.apache.flink.runtime.iterative.io.SerializedUpdateBuffer
 
SyncEventHandler - Class in org.apache.flink.runtime.iterative.task
 
SyncEventHandler(int, Map<String, Aggregator<?>>, ClassLoader) - Constructor for class org.apache.flink.runtime.iterative.task.SyncEventHandler
 
SynchronousChainedCombineDriver<T> - Class in org.apache.flink.runtime.operators.chaining
 
SynchronousChainedCombineDriver() - Constructor for class org.apache.flink.runtime.operators.chaining.SynchronousChainedCombineDriver
 

T

TableState<K,V> - Class in org.apache.flink.streaming.state
The most general internal state that stores data in a mutable map.
TableState() - Constructor for class org.apache.flink.streaming.state.TableState
 
TableStateIterator<K,V> - Class in org.apache.flink.streaming.state
 
TableStateIterator(Iterator<Map.Entry<K, V>>) - Constructor for class org.apache.flink.streaming.state.TableStateIterator
 
takeNext(BlockingQueue<UnilateralSortMerger.CircularElement<E>>, Queue<UnilateralSortMerger.CircularElement<E>>) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
 
target() - Method in class org.apache.flink.spargel.java.OutgoingEdge
Gets the target vertex id.
target() - Method in class org.apache.flink.spargel.java.record.Edge
 
Task - Class in org.apache.flink.runtime.taskmanager
 
Task(JobID, JobVertexID, int, int, ExecutionAttemptID, String, TaskManager) - Constructor for class org.apache.flink.runtime.taskmanager.Task
 
TASK_MANAGER_DATA_PORT_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The config parameter defining the task manager's data port from the configuration.
TASK_MANAGER_DEBUG_MEMORY_USAGE_LOG_INTERVAL_MS - Static variable in class org.apache.flink.configuration.ConfigConstants
The interval (in ms) for the log thread to log the current memory usage.
TASK_MANAGER_DEBUG_MEMORY_USAGE_START_LOG_THREAD - Static variable in class org.apache.flink.configuration.ConfigConstants
Flag indicating whether to start a thread, which repeatedly logs the memory usage of the JVM.
TASK_MANAGER_HEARTBEAT_INTERVAL_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
Parameter for the interval in which the TaskManager sends the periodic heart beat messages to the JobManager (in msecs).
TASK_MANAGER_IPC_PORT_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The config parameter defining the task manager's IPC port from the configuration.
TASK_MANAGER_MEMORY_FRACTION_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The config parameter defining the fraction of free memory allocated by the memory manager.
TASK_MANAGER_MEMORY_LAZY_ALLOCATION_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The key for the config parameter defining whether the memory manager allocates memory lazy.
TASK_MANAGER_MEMORY_SIZE - Static variable in class org.apache.flink.test.util.AbstractTestBase
 
TASK_MANAGER_MEMORY_SIZE_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The config parameter defining the amount of memory to be allocated by the task manager's memory manager (in megabytes).
TASK_MANAGER_NET_NETTY_HIGH_WATER_MARK - Static variable in class org.apache.flink.configuration.ConfigConstants
The high water mark used in NettyConnectionManager for the Bootstrap.
TASK_MANAGER_NET_NETTY_LOW_WATER_MARK - Static variable in class org.apache.flink.configuration.ConfigConstants
The low water mark used in NettyConnectionManager for the Bootstrap.
TASK_MANAGER_NET_NUM_IN_THREADS_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The number of incoming network IO threads (e.g.
TASK_MANAGER_NET_NUM_OUT_THREADS_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The number of outgoing network IO threads (e.g.
TASK_MANAGER_NETWORK_BUFFER_SIZE_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The config parameter defining the size of the buffers used in the network stack.
TASK_MANAGER_NETWORK_NUM_BUFFERS_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The config parameter defining the number of buffers used in the network stack.
TASK_MANAGER_NUM_TASK_SLOTS - Static variable in class org.apache.flink.configuration.ConfigConstants
The config parameter defining the number of task slots of a task manager.
TASK_MANAGER_TMP_DIR_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The config parameter defining the directories for temporary files.
TaskConfig - Class in org.apache.flink.runtime.operators.util
Configuration class which stores all relevant parameters required to set up the Pact tasks.
TaskConfig(Configuration) - Constructor for class org.apache.flink.runtime.operators.util.TaskConfig
Creates a new Task Config that wraps the given configuration.
TaskConfig.DelegatingConfiguration - Class in org.apache.flink.runtime.operators.util
A configuration that manages a subset of keys with a common prefix from a given configuration.
TaskConfig.DelegatingConfiguration() - Constructor for class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
Default constructor for serialization.
TaskConfig.DelegatingConfiguration(Configuration, String) - Constructor for class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
Creates a new delegating configuration which stores its key/value pairs in the given configuration using the specifies key prefix.
taskContext - Variable in class org.apache.flink.runtime.operators.MatchDriver
 
TaskDeploymentDescriptor - Class in org.apache.flink.runtime.deployment
A task deployment descriptor contains all the information necessary to deploy a task on a task manager.
TaskDeploymentDescriptor(JobID, JobVertexID, ExecutionAttemptID, String, int, int, Configuration, Configuration, String, List<GateDeploymentDescriptor>, List<GateDeploymentDescriptor>, List<BlobKey>, int) - Constructor for class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
Constructs a task deployment descriptor.
TaskDeploymentDescriptor() - Constructor for class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
Default constructor for serialization/deserialization.
TaskExecutionState - Class in org.apache.flink.runtime.taskmanager
This class represents an update about a task's execution state.
TaskExecutionState(JobID, ExecutionAttemptID, ExecutionState) - Constructor for class org.apache.flink.runtime.taskmanager.TaskExecutionState
 
TaskExecutionState(JobID, ExecutionAttemptID, ExecutionState, Throwable) - Constructor for class org.apache.flink.runtime.taskmanager.TaskExecutionState
Creates a new task execution state.
TaskExecutionState() - Constructor for class org.apache.flink.runtime.taskmanager.TaskExecutionState
Creates an empty task execution state.
TaskInputSplitProvider - Class in org.apache.flink.runtime.taskmanager
 
TaskInputSplitProvider(InputSplitProviderProtocol, JobID, JobVertexID, ExecutionAttemptID) - Constructor for class org.apache.flink.runtime.taskmanager.TaskInputSplitProvider
 
TaskManager - Class in org.apache.flink.runtime.taskmanager
A task manager receives tasks from the job manager and executes them.
TaskManager(ExecutionMode, JobManagerProtocol, InputSplitProviderProtocol, ChannelLookupProtocol, AccumulatorProtocol, InetSocketAddress, InetAddress) - Constructor for class org.apache.flink.runtime.taskmanager.TaskManager
 
TASKMANAGER_CLASSNAME_KEY - Static variable in class org.apache.flink.runtime.profiling.ProfilingUtils
The class name of the task manager's profiling component to load if profiling is enabled.
TASKMANAGER_REPORTINTERVAL_KEY - Static variable in class org.apache.flink.runtime.profiling.ProfilingUtils
Key to interval in which a task manager is supposed to send profiling data to the job manager.
taskManagerNumSlots - Variable in class org.apache.flink.test.util.AbstractTestBase
 
TaskManagerProfiler - Interface in org.apache.flink.runtime.profiling
This interface must be implemented by profiling components for the task manager manager.
TaskManagerProfilerImpl - Class in org.apache.flink.runtime.profiling.impl
 
TaskManagerProfilerImpl(InetAddress, InstanceConnectionInfo) - Constructor for class org.apache.flink.runtime.profiling.impl.TaskManagerProfilerImpl
 
taskName - Variable in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
TaskOperationProtocol - Interface in org.apache.flink.runtime.protocols
The task submission protocol is implemented by the task manager and allows the job manager to submit and cancel tasks, as well as to query the task manager for cached libraries and submit these if necessary.
TaskOperationResult - Class in org.apache.flink.runtime.taskmanager
 
TaskOperationResult() - Constructor for class org.apache.flink.runtime.taskmanager.TaskOperationResult
 
TaskOperationResult(ExecutionAttemptID, boolean) - Constructor for class org.apache.flink.runtime.taskmanager.TaskOperationResult
 
TaskOperationResult(ExecutionAttemptID, boolean, String) - Constructor for class org.apache.flink.runtime.taskmanager.TaskOperationResult
 
teardown() - Method in class org.apache.flink.runtime.operators.AbstractCachedBuildSideMatchDriver
 
teardown() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetFirstDriver
 
teardown() - Method in class org.apache.flink.runtime.operators.CoGroupWithSolutionSetSecondDriver
 
teardown() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetFirstDriver
 
teardown() - Method in class org.apache.flink.runtime.operators.JoinWithSolutionSetSecondDriver
 
teardown() - Method in interface org.apache.flink.runtime.operators.ResettablePactDriver
 
tell() - Method in class org.apache.flink.api.avro.FSDataInputStreamWrapper
 
TempBarrier<T> - Class in org.apache.flink.runtime.operators
 
TempBarrier(AbstractInvokable, MutableObjectIterator<T>, TypeSerializerFactory<T>, MemoryManager, IOManager, int) - Constructor for class org.apache.flink.runtime.operators.TempBarrier
 
tempBarriers - Variable in class org.apache.flink.runtime.operators.RegularPactTask
The optional temp barriers on the inputs for dead-lock breaking.
template - Variable in class org.apache.flink.compiler.plan.PlanNode
 
TempMode - Enum in org.apache.flink.compiler.dag
Enumeration to indicate the mode of temporarily materializing the data that flows across a connection.
Terminable - Interface in org.apache.flink.runtime.iterative.task
Models the functionality that the termination of an iterative task can be requested from outside
TERMINATION_CRITERION_AGGREGATOR_NAME - Static variable in class org.apache.flink.api.common.operators.base.BulkIterationBase
 
terminationCriterion - Variable in class org.apache.flink.api.common.operators.base.BulkIterationBase
 
TerminationEvent - Class in org.apache.flink.runtime.iterative.event
Signals that the iteration is completely executed, participating tasks must terminate now
TerminationEvent() - Constructor for class org.apache.flink.runtime.iterative.event.TerminationEvent
 
terminationRequested() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
terminationRequested() - Method in class org.apache.flink.runtime.iterative.task.IterationSynchronizationSinkTask
 
terminationRequested() - Method in interface org.apache.flink.runtime.iterative.task.Terminable
 
terminationSignaled() - Method in class org.apache.flink.runtime.iterative.concurrent.SuperstepBarrier
 
testJob() - Method in class org.apache.flink.test.util.JavaProgramTestBase
 
testJob() - Method in class org.apache.flink.test.util.RecordAPITestBase
 
testJobCollectionExecution() - Method in class org.apache.flink.test.util.JavaProgramTestBase
 
testProgram() - Method in class org.apache.flink.test.util.JavaProgramTestBase
 
TEXT - Static variable in class org.apache.flink.test.testdata.WordCountData
 
TextInputFormat - Class in org.apache.flink.api.java.io
 
TextInputFormat(Path) - Constructor for class org.apache.flink.api.java.io.TextInputFormat
 
TextInputFormat - Class in org.apache.flink.api.java.record.io
Base implementation for an input format that returns each line as a separate record that contains only a single string, namely the line.
TextInputFormat() - Constructor for class org.apache.flink.api.java.record.io.TextInputFormat
 
TextOutputFormat<T> - Class in org.apache.flink.api.java.io
 
TextOutputFormat(Path) - Constructor for class org.apache.flink.api.java.io.TextOutputFormat
 
TextOutputFormat(Path, String) - Constructor for class org.apache.flink.api.java.io.TextOutputFormat
 
TextOutputFormat.TextFormatter<IN> - Interface in org.apache.flink.api.java.io
 
TEXTS - Static variable in class org.apache.flink.streaming.examples.twitter.util.TwitterStreamData
 
TextValueInputFormat - Class in org.apache.flink.api.java.io
 
TextValueInputFormat(Path) - Constructor for class org.apache.flink.api.java.io.TextValueInputFormat
 
theString - Variable in class org.apache.flink.api.java.record.io.TextInputFormat
 
ThreadProfilingEvent - Class in org.apache.flink.runtime.profiling.types
Through this interface it is possible to access profiling data about the CPU utilization of the corresponding execution thread during its execution.
ThreadProfilingEvent(int, int, int, int, JobVertexID, int, ExecutionAttemptID, int, JobID, long, long) - Constructor for class org.apache.flink.runtime.profiling.types.ThreadProfilingEvent
 
ThreadProfilingEvent() - Constructor for class org.apache.flink.runtime.profiling.types.ThreadProfilingEvent
 
timestamp - Variable in class org.apache.flink.streaming.api.invokable.operator.WindowGroupReduceInvokable
 
timestamp - Variable in class org.apache.flink.streaming.api.invokable.operator.WindowReduceInvokable
 
TimeStamp<T> - Interface in org.apache.flink.streaming.api.invokable.util
Interface for getting a timestamp from a custom value.
timeStamp1 - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowInvokable
 
timestamp1 - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowReduceInvokable
 
timeStamp2 - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowInvokable
 
timestamp2 - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowReduceInvokable
 
timestampToString(long) - Static method in class org.apache.flink.runtime.event.job.AbstractEvent
Converts the timestamp of an event from its "milliseconds since beginning the epoch" representation into a unified string representation.
TMP_PREFIX - Static variable in class org.apache.flink.api.common.cache.DistributedCache
 
toArray() - Method in class org.apache.flink.api.common.operators.util.FieldSet
Transforms the field set into an array of field IDs.
toArray() - Method in class org.apache.flink.types.ListValue
 
toArray(T[]) - Method in class org.apache.flink.types.ListValue
 
toFieldList() - Method in class org.apache.flink.api.common.operators.util.FieldList
 
toFieldList() - Method in class org.apache.flink.api.common.operators.util.FieldSet
Turns the FieldSet into an ordered FieldList.
toFlinkValueType(Object) - Static method in class org.apache.flink.types.ValueUtil
 
toJson(ExecutionVertex) - Static method in class org.apache.flink.runtime.jobmanager.web.JsonFactory
 
toJson(ExecutionJobVertex) - Static method in class org.apache.flink.runtime.jobmanager.web.JsonFactory
 
toLowerCase(StringValue) - Static method in class org.apache.flink.util.SimpleStringUtils
Converts the given StringValue into a lower case variant.
toParameterList(Configuration...) - Static method in class org.apache.flink.test.util.AbstractTestBase
 
toParameterList(List<Configuration>) - Static method in class org.apache.flink.test.util.AbstractTestBase
 
toResultMap(Map<String, Accumulator<?, ?>>) - Static method in class org.apache.flink.api.common.accumulators.AccumulatorHelper
Transform the Map with accumulators into a Map containing only the results
toString() - Method in class org.apache.flink.api.common.accumulators.DoubleCounter
 
toString() - Method in class org.apache.flink.api.common.accumulators.Histogram
 
toString() - Method in class org.apache.flink.api.common.accumulators.IntCounter
 
toString() - Method in class org.apache.flink.api.common.accumulators.LongCounter
 
toString() - Method in class org.apache.flink.api.common.io.FileInputFormat.FileBaseStatistics
 
toString() - Method in class org.apache.flink.api.common.io.FileInputFormat
 
toString() - Method in class org.apache.flink.api.common.operators.base.FileDataSinkBase
 
toString() - Method in class org.apache.flink.api.common.operators.base.FileDataSourceBase
 
toString() - Method in class org.apache.flink.api.common.operators.GenericDataSinkBase
 
toString() - Method in class org.apache.flink.api.common.operators.GenericDataSourceBase
 
toString() - Method in class org.apache.flink.api.common.operators.Operator
 
toString() - Method in class org.apache.flink.api.common.operators.OperatorInformation
 
toString() - Method in class org.apache.flink.api.common.operators.Ordering
 
toString() - Method in class org.apache.flink.api.common.operators.util.FieldSet
 
toString() - Method in class org.apache.flink.api.common.typeinfo.BasicArrayTypeInfo
 
toString() - Method in class org.apache.flink.api.common.typeinfo.BasicTypeInfo
 
toString() - Method in class org.apache.flink.api.common.typeinfo.PrimitiveArrayTypeInfo
 
toString() - Method in class org.apache.flink.api.common.typeutils.CompositeType.FlatFieldDescriptor
 
toString() - Method in class org.apache.flink.api.java.aggregation.MaxAggregationFunction
 
toString() - Method in class org.apache.flink.api.java.aggregation.MinAggregationFunction
 
toString() - Method in class org.apache.flink.api.java.aggregation.SumAggregationFunction
 
toString() - Method in class org.apache.flink.api.java.io.CollectionInputFormat
 
toString() - Method in class org.apache.flink.api.java.io.CsvInputFormat
 
toString() - Method in class org.apache.flink.api.java.io.CsvOutputFormat
 
toString() - Method in class org.apache.flink.api.java.io.PrintingOutputFormat
 
toString() - Method in class org.apache.flink.api.java.io.RemoteCollectorOutputFormat
 
toString() - Method in class org.apache.flink.api.java.io.TextInputFormat
 
toString() - Method in class org.apache.flink.api.java.io.TextOutputFormat
 
toString() - Method in class org.apache.flink.api.java.io.TextValueInputFormat
 
toString() - Method in class org.apache.flink.api.java.LocalEnvironment
 
toString() - Method in class org.apache.flink.api.java.operators.DataSink
 
toString() - Method in class org.apache.flink.api.java.operators.Keys.ExpressionKeys
 
toString() - Method in class org.apache.flink.api.java.operators.Keys.SelectorFunctionKeys
 
toString() - Method in class org.apache.flink.api.java.operators.translation.PlanUnwrappingReduceGroupOperator.TupleUnwrappingFlatCombinableGroupReducer
 
toString() - Method in class org.apache.flink.api.java.operators.translation.PlanUnwrappingReduceGroupOperator.TupleUnwrappingNonCombinableGroupReducer
 
toString() - Method in class org.apache.flink.api.java.record.operators.FileDataSink
Deprecated.
 
toString() - Method in class org.apache.flink.api.java.RemoteEnvironment
 
toString() - Method in class org.apache.flink.api.java.tuple.Tuple1
Creates a string representation of the tuple in the form (f0), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple10
Creates a string representation of the tuple in the form (f0, f1, f2, f3, f4, f5, f6, f7, f8, f9), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple11
Creates a string representation of the tuple in the form (f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple12
Creates a string representation of the tuple in the form (f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple13
Creates a string representation of the tuple in the form (f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple14
Creates a string representation of the tuple in the form (f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple15
Creates a string representation of the tuple in the form (f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple16
Creates a string representation of the tuple in the form (f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple17
Creates a string representation of the tuple in the form (f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15, f16), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple18
Creates a string representation of the tuple in the form (f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15, f16, f17), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple19
Creates a string representation of the tuple in the form (f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15, f16, f17, f18), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple2
Creates a string representation of the tuple in the form (f0, f1), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple20
Creates a string representation of the tuple in the form (f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15, f16, f17, f18, f19), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple21
Creates a string representation of the tuple in the form (f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15, f16, f17, f18, f19, f20), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple22
Creates a string representation of the tuple in the form (f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15, f16, f17, f18, f19, f20, f21), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple23
Creates a string representation of the tuple in the form (f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15, f16, f17, f18, f19, f20, f21, f22), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple24
Creates a string representation of the tuple in the form (f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15, f16, f17, f18, f19, f20, f21, f22, f23), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple25
Creates a string representation of the tuple in the form (f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15, f16, f17, f18, f19, f20, f21, f22, f23, f24), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple3
Creates a string representation of the tuple in the form (f0, f1, f2), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple4
Creates a string representation of the tuple in the form (f0, f1, f2, f3), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple5
Creates a string representation of the tuple in the form (f0, f1, f2, f3, f4), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple6
Creates a string representation of the tuple in the form (f0, f1, f2, f3, f4, f5), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple7
Creates a string representation of the tuple in the form (f0, f1, f2, f3, f4, f5, f6), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple8
Creates a string representation of the tuple in the form (f0, f1, f2, f3, f4, f5, f6, f7), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.tuple.Tuple9
Creates a string representation of the tuple in the form (f0, f1, f2, f3, f4, f5, f6, f7, f8), where the individual fields are the value returned by calling Object.toString() on that field.
toString() - Method in class org.apache.flink.api.java.typeutils.GenericTypeInfo
 
toString() - Method in class org.apache.flink.api.java.typeutils.ObjectArrayTypeInfo
 
toString() - Method in class org.apache.flink.api.java.typeutils.PojoField
 
toString() - Method in class org.apache.flink.api.java.typeutils.PojoTypeInfo
 
toString() - Method in class org.apache.flink.api.java.typeutils.RecordTypeInfo
 
toString() - Method in class org.apache.flink.api.java.typeutils.TupleTypeInfo
 
toString() - Method in class org.apache.flink.api.java.typeutils.TupleTypeInfoBase
 
toString() - Method in class org.apache.flink.api.java.typeutils.ValueTypeInfo
 
toString() - Method in class org.apache.flink.api.java.typeutils.WritableTypeInfo
 
toString() - Method in class org.apache.flink.api.scala.operators.ScalaCsvInputFormat
 
toString() - Method in class org.apache.flink.api.scala.operators.ScalaCsvOutputFormat
 
toString() - Method in class org.apache.flink.client.program.ContextEnvironment
 
toString() - Method in class org.apache.flink.compiler.costs.Costs
 
toString() - Method in class org.apache.flink.compiler.dag.OptimizerNode
 
toString() - Method in class org.apache.flink.compiler.dag.OptimizerNode.UnclosedBranchDescriptor
 
toString() - Method in class org.apache.flink.compiler.dag.PactConnection
 
toString() - Method in class org.apache.flink.compiler.dataproperties.GlobalProperties
 
toString() - Method in class org.apache.flink.compiler.dataproperties.InterestingProperties
 
toString() - Method in class org.apache.flink.compiler.dataproperties.LocalProperties
 
toString() - Method in class org.apache.flink.compiler.dataproperties.RequestedGlobalProperties
 
toString() - Method in class org.apache.flink.compiler.dataproperties.RequestedLocalProperties
 
toString() - Method in class org.apache.flink.compiler.deadlockdetect.DeadlockGraph
 
toString() - Method in class org.apache.flink.compiler.deadlockdetect.DeadlockVertex
 
toString() - Method in class org.apache.flink.compiler.operators.OperatorDescriptorDual.GlobalPropertiesPair
 
toString() - Method in class org.apache.flink.compiler.operators.OperatorDescriptorDual.LocalPropertiesPair
 
toString() - Method in class org.apache.flink.compiler.plan.Channel
 
toString() - Method in class org.apache.flink.compiler.plan.PlanNode
 
toString() - Method in class org.apache.flink.compiler.postpass.DenseValueSchema
 
toString() - Method in class org.apache.flink.compiler.postpass.SparseKeySchema
 
toString() - Method in class org.apache.flink.configuration.Configuration
 
toString() - Method in class org.apache.flink.core.fs.FileInputSplit
 
toString() - Method in class org.apache.flink.core.fs.Path
 
toString() - Method in class org.apache.flink.core.io.GenericInputSplit
 
toString() - Method in class org.apache.flink.core.io.LocatableInputSplit
 
toString() - Method in class org.apache.flink.core.io.StringRecord
Convert text back to string
toString() - Method in class org.apache.flink.examples.java.clustering.KMeans.Centroid
 
toString() - Method in class org.apache.flink.examples.java.clustering.KMeans.Point
 
toString() - Method in class org.apache.flink.examples.java.misc.CollectionExecutionExample.EMail
 
toString() - Method in class org.apache.flink.examples.java.misc.CollectionExecutionExample.User
 
toString() - Method in class org.apache.flink.examples.java.ml.LinearRegression.Data
 
toString() - Method in class org.apache.flink.examples.java.ml.LinearRegression.Params
 
toString() - Method in class org.apache.flink.examples.java.wordcount.PojoExample.Word
 
toString() - Method in class org.apache.flink.runtime.AbstractID
 
toString() - Method in class org.apache.flink.runtime.blob.BlobKey
toString() - Method in class org.apache.flink.runtime.event.job.AbstractEvent
 
toString() - Method in class org.apache.flink.runtime.event.job.ExecutionStateChangeEvent
 
toString() - Method in class org.apache.flink.runtime.event.job.JobEvent
 
toString() - Method in class org.apache.flink.runtime.event.job.RecentJobEvent
 
toString() - Method in class org.apache.flink.runtime.event.job.VertexEvent
 
toString() - Method in class org.apache.flink.runtime.executiongraph.Execution
 
toString() - Method in class org.apache.flink.runtime.executiongraph.ExecutionVertex
 
toString() - Method in class org.apache.flink.runtime.instance.AllocatedSlot
 
toString() - Method in class org.apache.flink.runtime.instance.HardwareDescription
 
toString() - Method in class org.apache.flink.runtime.instance.Instance
 
toString() - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
 
toString() - Method in class org.apache.flink.runtime.io.disk.iomanager.Channel.ID
 
toString() - Method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
toString() - Method in class org.apache.flink.runtime.io.network.Envelope
 
toString() - Method in class org.apache.flink.runtime.io.network.EnvelopeReceiverList
 
toString() - Method in class org.apache.flink.runtime.io.network.gates.Gate
 
toString() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
 
toString() - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
toString() - Method in class org.apache.flink.runtime.io.network.netty.OutboundConnectionQueue
 
toString() - Method in class org.apache.flink.runtime.io.network.RemoteReceiver
 
toString() - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
toString() - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
 
toString() - Method in class org.apache.flink.runtime.jobgraph.IntermediateDataSet
 
toString() - Method in class org.apache.flink.runtime.jobgraph.JobEdge
 
toString() - Method in class org.apache.flink.runtime.jobmanager.scheduler.ScheduledUnit
 
toString() - Method in class org.apache.flink.runtime.jobmanager.scheduler.SetQueue
 
toString() - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotAllocationFuture
 
toString() - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroup
 
toString() - Method in class org.apache.flink.runtime.jobmanager.scheduler.SubSlot
 
toString() - Method in class org.apache.flink.runtime.operators.hash.InMemoryPartition
 
toString() - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
toString() - Method in class org.apache.flink.runtime.taskmanager.Task
 
toString() - Method in class org.apache.flink.runtime.taskmanager.TaskExecutionState
 
toString() - Method in class org.apache.flink.runtime.taskmanager.TaskOperationResult
 
toString() - Method in class org.apache.flink.streaming.api.environment.RemoteStreamEnvironment
 
toString() - Method in class org.apache.flink.streaming.api.invokable.operator.BatchGroupReduceInvokable.StreamBatch
 
toString() - Method in class org.apache.flink.streaming.api.invokable.operator.BatchReduceInvokable.StreamBatch
 
toString() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowInvokable.StreamWindow
 
toString() - Method in class org.apache.flink.streaming.api.streamrecord.StreamRecord
 
toString() - Method in class org.apache.flink.streaming.api.streamrecord.UID
 
toString() - Method in class org.apache.flink.streaming.state.CircularFifoList
 
toString() - Method in class org.apache.flink.streaming.state.MutableTableState
 
toString() - Method in class org.apache.flink.streaming.state.SlidingWindowState
 
toString() - Method in class org.apache.flink.streaming.state.StreamIterator
 
toString() - Method in class org.apache.flink.types.BooleanValue
 
toString() - Method in class org.apache.flink.types.ByteValue
 
toString() - Method in class org.apache.flink.types.CharValue
 
toString() - Method in class org.apache.flink.types.DoubleValue
 
toString() - Method in class org.apache.flink.types.FloatValue
 
toString() - Method in class org.apache.flink.types.IntValue
 
toString() - Method in class org.apache.flink.types.ListValue
 
toString() - Method in class org.apache.flink.types.LongValue
 
toString() - Method in class org.apache.flink.types.MapValue
 
toString() - Method in class org.apache.flink.types.NullValue
 
toString() - Method in class org.apache.flink.types.Pair
 
toString() - Method in class org.apache.flink.types.ShortValue
 
toString() - Method in class org.apache.flink.types.StringValue
 
toUri() - Method in class org.apache.flink.core.fs.Path
Converts the path object to a URI.
TPCHQuery10 - Class in org.apache.flink.examples.java.relational
This program implements a modified version of the TPC-H query 10.
TPCHQuery10() - Constructor for class org.apache.flink.examples.java.relational.TPCHQuery10
 
TPCHQuery3 - Class in org.apache.flink.examples.java.relational
This program implements a modified version of the TPC-H query 3.
TPCHQuery3() - Constructor for class org.apache.flink.examples.java.relational.TPCHQuery3
 
TPCHQuery3.Customer - Class in org.apache.flink.examples.java.relational
 
TPCHQuery3.Customer() - Constructor for class org.apache.flink.examples.java.relational.TPCHQuery3.Customer
 
TPCHQuery3.Lineitem - Class in org.apache.flink.examples.java.relational
 
TPCHQuery3.Lineitem() - Constructor for class org.apache.flink.examples.java.relational.TPCHQuery3.Lineitem
 
TPCHQuery3.Order - Class in org.apache.flink.examples.java.relational
 
TPCHQuery3.Order() - Constructor for class org.apache.flink.examples.java.relational.TPCHQuery3.Order
 
TPCHQuery3.ShippingPriorityItem - Class in org.apache.flink.examples.java.relational
 
TPCHQuery3.ShippingPriorityItem() - Constructor for class org.apache.flink.examples.java.relational.TPCHQuery3.ShippingPriorityItem
 
TPCHQuery3.ShippingPriorityItem(Integer, Double, String, Integer) - Constructor for class org.apache.flink.examples.java.relational.TPCHQuery3.ShippingPriorityItem
 
transferEvent(AbstractEvent) - Method in class org.apache.flink.runtime.io.network.channels.Channel
 
transferEvent(AbstractEvent) - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
transferEvent(AbstractEvent) - Method in class org.apache.flink.runtime.io.network.channels.OutputChannel
 
transferEventToOutputChannel(AbstractEvent) - Method in class org.apache.flink.runtime.io.network.channels.InputChannel
 
transferToFully(FileChannel, long, int) - Method in class org.apache.flink.runtime.net.SocketOutputStream
Transfers data from FileChannel using FileChannel.transferTo(long, long, WritableByteChannel).
TransitiveClosureData - Class in org.apache.flink.test.testdata
 
TransitiveClosureNaive - Class in org.apache.flink.examples.java.graph
 
TransitiveClosureNaive() - Constructor for class org.apache.flink.examples.java.graph.TransitiveClosureNaive
 
translateOffset(int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
translateOffset(int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
Translates the given offset for this view into the offset for the backing array.
translateOffset(int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
Deprecated.
translateToDataFlow(Operator<IN>) - Method in class org.apache.flink.api.java.operators.AggregateOperator
 
translateToDataFlow(Operator<I1>, Operator<I2>) - Method in class org.apache.flink.api.java.operators.CoGroupOperator
 
translateToDataFlow(Operator<I1>, Operator<I2>) - Method in class org.apache.flink.api.java.operators.CrossOperator
 
translateToDataFlow(Operator<T>) - Method in class org.apache.flink.api.java.operators.DataSink
 
translateToDataFlow() - Method in class org.apache.flink.api.java.operators.DataSource
 
translateToDataFlow(Operator<T>) - Method in class org.apache.flink.api.java.operators.DistinctOperator
 
translateToDataFlow(Operator<T>) - Method in class org.apache.flink.api.java.operators.FilterOperator
 
translateToDataFlow(Operator<IN>) - Method in class org.apache.flink.api.java.operators.FlatMapOperator
 
translateToDataFlow(Operator<IN>) - Method in class org.apache.flink.api.java.operators.GroupReduceOperator
 
translateToDataFlow(Operator<T>) - Method in class org.apache.flink.api.java.operators.IterativeDataSet
 
translateToDataFlow(Operator<I1>, Operator<I2>) - Method in class org.apache.flink.api.java.operators.JoinOperator.EquiJoin
 
translateToDataFlow(Operator<IN>) - Method in class org.apache.flink.api.java.operators.MapOperator
 
translateToDataFlow(Operator<IN>) - Method in class org.apache.flink.api.java.operators.MapPartitionOperator
 
translateToDataFlow(Operator<T>) - Method in class org.apache.flink.api.java.operators.PartitionOperator
 
translateToDataFlow(Operator<IN>) - Method in class org.apache.flink.api.java.operators.ProjectOperator
 
translateToDataFlow(Operator<IN>) - Method in class org.apache.flink.api.java.operators.ReduceOperator
 
translateToDataFlow(Operator<IN>) - Method in class org.apache.flink.api.java.operators.SingleInputOperator
Translates this operation to a data flow operator of the common data flow API.
translateToDataFlow(Operator<IN1>, Operator<IN2>) - Method in class org.apache.flink.api.java.operators.TwoInputOperator
Translates this java API operator into a common API operator with two inputs.
translateToDataFlow(Operator<T>, Operator<T>) - Method in class org.apache.flink.api.java.operators.UnionOperator
Returns the BinaryNodeTranslation of the Union.
translateToDataFlow(Operator<IN>) - Method in class org.apache.flink.api.scala.operators.ScalaAggregateOperator
 
translateToPlan(List<DataSink<?>>, String) - Method in class org.apache.flink.api.java.operators.OperatorTranslation
 
TraversableOnceException - Exception in org.apache.flink.util
An exception, indicating that an Iterable can only be traversed once, but has been attempted to traverse an additional time.
TraversableOnceException() - Constructor for exception org.apache.flink.util.TraversableOnceException
Creates a new exception with a default message.
traverse(PlanNode, T, boolean) - Method in class org.apache.flink.compiler.postpass.GenericFlatTypePostPass
 
traverse(PlanNode) - Method in class org.apache.flink.compiler.postpass.JavaApiPostPass
 
TRIANGLES_BY_DEGREE - Static variable in class org.apache.flink.test.testdata.EnumTriangleData
 
TRIANGLES_BY_ID - Static variable in class org.apache.flink.test.testdata.EnumTriangleData
 
triggerNextSuperstep() - Method in class org.apache.flink.runtime.iterative.concurrent.SuperstepKickoffLatch
 
TRUE - Static variable in class org.apache.flink.types.BooleanValue
 
Tuple - Class in org.apache.flink.api.java.tuple
The base class of all tuples.
Tuple() - Constructor for class org.apache.flink.api.java.tuple.Tuple
 
Tuple1<T0> - Class in org.apache.flink.api.java.tuple
A tuple with 1 fields.
Tuple1() - Constructor for class org.apache.flink.api.java.tuple.Tuple1
Creates a new tuple where all fields are null.
Tuple1(T0) - Constructor for class org.apache.flink.api.java.tuple.Tuple1
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple10<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9> - Class in org.apache.flink.api.java.tuple
A tuple with 10 fields.
Tuple10() - Constructor for class org.apache.flink.api.java.tuple.Tuple10
Creates a new tuple where all fields are null.
Tuple10(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9) - Constructor for class org.apache.flink.api.java.tuple.Tuple10
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple10Builder<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple10Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple10Builder
 
Tuple11<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> - Class in org.apache.flink.api.java.tuple
A tuple with 11 fields.
Tuple11() - Constructor for class org.apache.flink.api.java.tuple.Tuple11
Creates a new tuple where all fields are null.
Tuple11(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) - Constructor for class org.apache.flink.api.java.tuple.Tuple11
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple11Builder<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple11Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple11Builder
 
Tuple12<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11> - Class in org.apache.flink.api.java.tuple
A tuple with 12 fields.
Tuple12() - Constructor for class org.apache.flink.api.java.tuple.Tuple12
Creates a new tuple where all fields are null.
Tuple12(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) - Constructor for class org.apache.flink.api.java.tuple.Tuple12
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple12Builder<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple12Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple12Builder
 
Tuple13<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> - Class in org.apache.flink.api.java.tuple
A tuple with 13 fields.
Tuple13() - Constructor for class org.apache.flink.api.java.tuple.Tuple13
Creates a new tuple where all fields are null.
Tuple13(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) - Constructor for class org.apache.flink.api.java.tuple.Tuple13
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple13Builder<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple13Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple13Builder
 
Tuple14<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> - Class in org.apache.flink.api.java.tuple
A tuple with 14 fields.
Tuple14() - Constructor for class org.apache.flink.api.java.tuple.Tuple14
Creates a new tuple where all fields are null.
Tuple14(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) - Constructor for class org.apache.flink.api.java.tuple.Tuple14
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple14Builder<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple14Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple14Builder
 
Tuple15<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> - Class in org.apache.flink.api.java.tuple
A tuple with 15 fields.
Tuple15() - Constructor for class org.apache.flink.api.java.tuple.Tuple15
Creates a new tuple where all fields are null.
Tuple15(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) - Constructor for class org.apache.flink.api.java.tuple.Tuple15
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple15Builder<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple15Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple15Builder
 
Tuple16<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> - Class in org.apache.flink.api.java.tuple
A tuple with 16 fields.
Tuple16() - Constructor for class org.apache.flink.api.java.tuple.Tuple16
Creates a new tuple where all fields are null.
Tuple16(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) - Constructor for class org.apache.flink.api.java.tuple.Tuple16
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple16Builder<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple16Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple16Builder
 
Tuple17<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> - Class in org.apache.flink.api.java.tuple
A tuple with 17 fields.
Tuple17() - Constructor for class org.apache.flink.api.java.tuple.Tuple17
Creates a new tuple where all fields are null.
Tuple17(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) - Constructor for class org.apache.flink.api.java.tuple.Tuple17
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple17Builder<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple17Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple17Builder
 
Tuple18<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17> - Class in org.apache.flink.api.java.tuple
A tuple with 18 fields.
Tuple18() - Constructor for class org.apache.flink.api.java.tuple.Tuple18
Creates a new tuple where all fields are null.
Tuple18(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) - Constructor for class org.apache.flink.api.java.tuple.Tuple18
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple18Builder<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple18Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple18Builder
 
Tuple19<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18> - Class in org.apache.flink.api.java.tuple
A tuple with 19 fields.
Tuple19() - Constructor for class org.apache.flink.api.java.tuple.Tuple19
Creates a new tuple where all fields are null.
Tuple19(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) - Constructor for class org.apache.flink.api.java.tuple.Tuple19
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple19Builder<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple19Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple19Builder
 
Tuple1Builder<T0> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple1Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple1Builder
 
Tuple2<T0,T1> - Class in org.apache.flink.api.java.tuple
A tuple with 2 fields.
Tuple2() - Constructor for class org.apache.flink.api.java.tuple.Tuple2
Creates a new tuple where all fields are null.
Tuple2(T0, T1) - Constructor for class org.apache.flink.api.java.tuple.Tuple2
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple20<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19> - Class in org.apache.flink.api.java.tuple
A tuple with 20 fields.
Tuple20() - Constructor for class org.apache.flink.api.java.tuple.Tuple20
Creates a new tuple where all fields are null.
Tuple20(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) - Constructor for class org.apache.flink.api.java.tuple.Tuple20
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple20Builder<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple20Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple20Builder
 
Tuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> - Class in org.apache.flink.api.java.tuple
A tuple with 21 fields.
Tuple21() - Constructor for class org.apache.flink.api.java.tuple.Tuple21
Creates a new tuple where all fields are null.
Tuple21(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) - Constructor for class org.apache.flink.api.java.tuple.Tuple21
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple21Builder<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple21Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple21Builder
 
Tuple22<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21> - Class in org.apache.flink.api.java.tuple
A tuple with 22 fields.
Tuple22() - Constructor for class org.apache.flink.api.java.tuple.Tuple22
Creates a new tuple where all fields are null.
Tuple22(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) - Constructor for class org.apache.flink.api.java.tuple.Tuple22
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple22Builder<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple22Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple22Builder
 
Tuple23<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22> - Class in org.apache.flink.api.java.tuple
A tuple with 23 fields.
Tuple23() - Constructor for class org.apache.flink.api.java.tuple.Tuple23
Creates a new tuple where all fields are null.
Tuple23(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22) - Constructor for class org.apache.flink.api.java.tuple.Tuple23
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple23Builder<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple23Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple23Builder
 
Tuple24<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22,T23> - Class in org.apache.flink.api.java.tuple
A tuple with 24 fields.
Tuple24() - Constructor for class org.apache.flink.api.java.tuple.Tuple24
Creates a new tuple where all fields are null.
Tuple24(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23) - Constructor for class org.apache.flink.api.java.tuple.Tuple24
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple24Builder<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22,T23> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple24Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple24Builder
 
Tuple25<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22,T23,T24> - Class in org.apache.flink.api.java.tuple
A tuple with 25 fields.
Tuple25() - Constructor for class org.apache.flink.api.java.tuple.Tuple25
Creates a new tuple where all fields are null.
Tuple25(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, T23, T24) - Constructor for class org.apache.flink.api.java.tuple.Tuple25
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple25Builder<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22,T23,T24> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple25Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple25Builder
 
Tuple2Builder<T0,T1> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple2Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple2Builder
 
Tuple3<T0,T1,T2> - Class in org.apache.flink.api.java.tuple
A tuple with 3 fields.
Tuple3() - Constructor for class org.apache.flink.api.java.tuple.Tuple3
Creates a new tuple where all fields are null.
Tuple3(T0, T1, T2) - Constructor for class org.apache.flink.api.java.tuple.Tuple3
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple3Builder<T0,T1,T2> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple3Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple3Builder
 
Tuple4<T0,T1,T2,T3> - Class in org.apache.flink.api.java.tuple
A tuple with 4 fields.
Tuple4() - Constructor for class org.apache.flink.api.java.tuple.Tuple4
Creates a new tuple where all fields are null.
Tuple4(T0, T1, T2, T3) - Constructor for class org.apache.flink.api.java.tuple.Tuple4
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple4Builder<T0,T1,T2,T3> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple4Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple4Builder
 
Tuple5<T0,T1,T2,T3,T4> - Class in org.apache.flink.api.java.tuple
A tuple with 5 fields.
Tuple5() - Constructor for class org.apache.flink.api.java.tuple.Tuple5
Creates a new tuple where all fields are null.
Tuple5(T0, T1, T2, T3, T4) - Constructor for class org.apache.flink.api.java.tuple.Tuple5
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple5Builder<T0,T1,T2,T3,T4> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple5Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple5Builder
 
Tuple6<T0,T1,T2,T3,T4,T5> - Class in org.apache.flink.api.java.tuple
A tuple with 6 fields.
Tuple6() - Constructor for class org.apache.flink.api.java.tuple.Tuple6
Creates a new tuple where all fields are null.
Tuple6(T0, T1, T2, T3, T4, T5) - Constructor for class org.apache.flink.api.java.tuple.Tuple6
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple6Builder<T0,T1,T2,T3,T4,T5> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple6Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple6Builder
 
Tuple7<T0,T1,T2,T3,T4,T5,T6> - Class in org.apache.flink.api.java.tuple
A tuple with 7 fields.
Tuple7() - Constructor for class org.apache.flink.api.java.tuple.Tuple7
Creates a new tuple where all fields are null.
Tuple7(T0, T1, T2, T3, T4, T5, T6) - Constructor for class org.apache.flink.api.java.tuple.Tuple7
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple7Builder<T0,T1,T2,T3,T4,T5,T6> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple7Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple7Builder
 
Tuple8<T0,T1,T2,T3,T4,T5,T6,T7> - Class in org.apache.flink.api.java.tuple
A tuple with 8 fields.
Tuple8() - Constructor for class org.apache.flink.api.java.tuple.Tuple8
Creates a new tuple where all fields are null.
Tuple8(T0, T1, T2, T3, T4, T5, T6, T7) - Constructor for class org.apache.flink.api.java.tuple.Tuple8
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple8Builder<T0,T1,T2,T3,T4,T5,T6,T7> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple8Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple8Builder
 
Tuple9<T0,T1,T2,T3,T4,T5,T6,T7,T8> - Class in org.apache.flink.api.java.tuple
A tuple with 9 fields.
Tuple9() - Constructor for class org.apache.flink.api.java.tuple.Tuple9
Creates a new tuple where all fields are null.
Tuple9(T0, T1, T2, T3, T4, T5, T6, T7, T8) - Constructor for class org.apache.flink.api.java.tuple.Tuple9
Creates a new tuple and assigns the given values to the tuple's fields.
Tuple9Builder<T0,T1,T2,T3,T4,T5,T6,T7,T8> - Class in org.apache.flink.api.java.tuple.builder
 
Tuple9Builder() - Constructor for class org.apache.flink.api.java.tuple.builder.Tuple9Builder
 
tupleClass - Variable in class org.apache.flink.api.java.typeutils.runtime.TupleSerializerBase
 
TupleComparator<T extends Tuple> - Class in org.apache.flink.api.java.typeutils.runtime
 
TupleComparator(int[], TypeComparator<?>[], TypeSerializer<?>[]) - Constructor for class org.apache.flink.api.java.typeutils.runtime.TupleComparator
 
TupleComparatorBase<T> - Class in org.apache.flink.api.java.typeutils.runtime
 
TupleComparatorBase(int[], TypeComparator<?>[], TypeSerializer<?>[]) - Constructor for class org.apache.flink.api.java.typeutils.runtime.TupleComparatorBase
 
TupleComparatorBase(TupleComparatorBase<T>) - Constructor for class org.apache.flink.api.java.typeutils.runtime.TupleComparatorBase
 
tupleList - Variable in class org.apache.flink.streaming.api.function.sink.WriteSinkFunction
 
TupleSerializer<T extends Tuple> - Class in org.apache.flink.api.java.typeutils.runtime
 
TupleSerializer(Class<T>, TypeSerializer<?>[]) - Constructor for class org.apache.flink.api.java.typeutils.runtime.TupleSerializer
 
TupleSerializerBase<T> - Class in org.apache.flink.api.java.typeutils.runtime
 
TupleSerializerBase(Class<T>, TypeSerializer<?>[]) - Constructor for class org.apache.flink.api.java.typeutils.runtime.TupleSerializerBase
 
tupleType(Class<T>) - Method in class org.apache.flink.api.java.io.CsvReader
Configures the reader to read the CSV data and parse it to the given type.
tupleType - Variable in class org.apache.flink.api.java.typeutils.TupleTypeInfoBase
 
TupleTypeInfo<T extends Tuple> - Class in org.apache.flink.api.java.typeutils
 
TupleTypeInfo(TypeInformation<?>...) - Constructor for class org.apache.flink.api.java.typeutils.TupleTypeInfo
 
TupleTypeInfo(Class<T>, TypeInformation<?>...) - Constructor for class org.apache.flink.api.java.typeutils.TupleTypeInfo
 
TupleTypeInfoBase<T> - Class in org.apache.flink.api.java.typeutils
 
TupleTypeInfoBase(Class<T>, TypeInformation<?>...) - Constructor for class org.apache.flink.api.java.typeutils.TupleTypeInfoBase
 
TupleUnwrappingIterator<T,K> - Class in org.apache.flink.api.java.operators.translation
An iterator that reads 2-tuples (key value pairs) and returns only the values (second field).
TupleUnwrappingIterator() - Constructor for class org.apache.flink.api.java.operators.translation.TupleUnwrappingIterator
 
TupleWrappingCollector<IN,K> - Class in org.apache.flink.api.java.operators.translation
Needed to wrap tuples to Tuple2 pairs for combine method of group reduce with key selector function
TupleWrappingCollector(TupleUnwrappingIterator<IN, K>) - Constructor for class org.apache.flink.api.java.operators.translation.TupleWrappingCollector
 
TwitterLocal - Class in org.apache.flink.streaming.connectors.twitter
This program demonstrate the use of TwitterSource.
TwitterLocal() - Constructor for class org.apache.flink.streaming.connectors.twitter.TwitterLocal
 
TwitterLocal.SelectLanguageFlatMap - Class in org.apache.flink.streaming.connectors.twitter
FlatMapFunction to determine the language of tweets if possible
TwitterLocal.SelectLanguageFlatMap() - Constructor for class org.apache.flink.streaming.connectors.twitter.TwitterLocal.SelectLanguageFlatMap
 
TwitterSource - Class in org.apache.flink.streaming.connectors.twitter
Implementation of SourceFunction specialized to emit tweets from Twitter.
TwitterSource(String) - Constructor for class org.apache.flink.streaming.connectors.twitter.TwitterSource
Create TwitterSource for streaming
TwitterSource(String, int) - Constructor for class org.apache.flink.streaming.connectors.twitter.TwitterSource
Create TwitterSource to collect finite number of tweets
TwitterStream - Class in org.apache.flink.streaming.examples.twitter
Implements the "TwitterStream" program that computes a most used word occurrence histogram over JSON files in a streaming fashion.
TwitterStream() - Constructor for class org.apache.flink.streaming.examples.twitter.TwitterStream
 
TwitterStream.SelectEnglishAndTokenizeFlatMap - Class in org.apache.flink.streaming.examples.twitter
Make sentence from english tweets.
TwitterStream.SelectEnglishAndTokenizeFlatMap() - Constructor for class org.apache.flink.streaming.examples.twitter.TwitterStream.SelectEnglishAndTokenizeFlatMap
 
TwitterStream.SelectMaxOccurence - Class in org.apache.flink.streaming.examples.twitter
Implements a user-defined FlatMapFunction that check if the word's current occurence is higher than the maximum occurence.
TwitterStream.SelectMaxOccurence() - Constructor for class org.apache.flink.streaming.examples.twitter.TwitterStream.SelectMaxOccurence
 
TwitterStreamData - Class in org.apache.flink.streaming.examples.twitter.util
 
TwitterStreamData() - Constructor for class org.apache.flink.streaming.examples.twitter.util.TwitterStreamData
 
TwitterStreaming - Class in org.apache.flink.streaming.connectors.twitter
 
TwitterStreaming() - Constructor for class org.apache.flink.streaming.connectors.twitter.TwitterStreaming
 
TwitterStreaming.SelectDataFlatMap - Class in org.apache.flink.streaming.connectors.twitter
 
TwitterStreaming.SelectDataFlatMap() - Constructor for class org.apache.flink.streaming.connectors.twitter.TwitterStreaming.SelectDataFlatMap
 
TwitterStreaming.TwitterSink - Class in org.apache.flink.streaming.connectors.twitter
 
TwitterStreaming.TwitterSink() - Constructor for class org.apache.flink.streaming.connectors.twitter.TwitterStreaming.TwitterSink
 
TwoInputNode - Class in org.apache.flink.compiler.dag
A node in the optimizer plan that represents a PACT with a two different inputs, such as MATCH or CROSS.
TwoInputNode(DualInputOperator<?, ?, ?, ?>) - Constructor for class org.apache.flink.compiler.dag.TwoInputNode
Creates a new node with a single input for the optimizer plan.
TwoInputOperator<IN1,IN2,OUT,O extends TwoInputOperator<IN1,IN2,OUT,O>> - Class in org.apache.flink.api.java.operators
Base class for operations that operates on two input data sets.
TwoInputOperator(DataSet<IN1>, DataSet<IN2>, TypeInformation<OUT>) - Constructor for class org.apache.flink.api.java.operators.TwoInputOperator
 
TwoInputUdfOperator<IN1,IN2,OUT,O extends TwoInputUdfOperator<IN1,IN2,OUT,O>> - Class in org.apache.flink.api.java.operators
The TwoInputUdfOperator is the base class of all binary operators that execute user-defined functions (UDFs).
TwoInputUdfOperator(DataSet<IN1>, DataSet<IN2>, TypeInformation<OUT>) - Constructor for class org.apache.flink.api.java.operators.TwoInputUdfOperator
Creates a new operators with the two given data sets as inputs.
type - Variable in class org.apache.flink.api.java.typeutils.PojoField
 
typeClass - Variable in class org.apache.flink.api.common.typeutils.CompositeType
 
TypeComparable<T> - Class in org.apache.flink.api.common.operators.util
Wrapper that is used to store elements for which we have a TypeComparator in a Hash Map.
TypeComparable(T, TypeComparator<T>) - Constructor for class org.apache.flink.api.common.operators.util.TypeComparable
 
TypeComparator<T> - Class in org.apache.flink.api.common.typeutils
This interface describes the methods that are required for a data type to be handled by the pact runtime.
TypeComparator() - Constructor for class org.apache.flink.api.common.typeutils.TypeComparator
 
TypeComparatorFactory<T> - Interface in org.apache.flink.api.common.typeutils
 
TypeExtractor - Class in org.apache.flink.api.java.typeutils
 
typeInfo - Variable in class org.apache.flink.streaming.util.serialization.TypeWrapper
 
TypeInfoParser - Class in org.apache.flink.api.java.typeutils
 
TypeInfoParser() - Constructor for class org.apache.flink.api.java.typeutils.TypeInfoParser
 
TypeInformation<T> - Class in org.apache.flink.api.common.typeinfo
 
TypeInformation() - Constructor for class org.apache.flink.api.common.typeinfo.TypeInformation
 
TypePairComparator<T1,T2> - Class in org.apache.flink.api.common.typeutils
This interface defines the method required by the runtime to use data types in join-like operations.
TypePairComparator() - Constructor for class org.apache.flink.api.common.typeutils.TypePairComparator
 
TypePairComparatorFactory<T1,T2> - Interface in org.apache.flink.api.common.typeutils
 
types - Variable in class org.apache.flink.api.common.operators.Ordering
 
types(Class<T0>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>, Class<T2>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>, Class<T20>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>, Class<T20>, Class<T21>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>, Class<T20>, Class<T21>, Class<T22>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>, Class<T20>, Class<T21>, Class<T22>, Class<T23>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>, Class<T20>, Class<T21>, Class<T22>, Class<T23>, Class<T24>) - Method in class org.apache.flink.api.java.io.CsvReader
Specifies the types for the CSV fields.
types(Class<T0>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>, Class<T20>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>, Class<T20>, Class<T21>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>, Class<T20>, Class<T21>, Class<T22>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>, Class<T20>, Class<T21>, Class<T22>, Class<T23>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>, Class<T20>, Class<T21>, Class<T22>, Class<T23>, Class<T24>) - Method in class org.apache.flink.api.java.operators.CrossOperator.CrossProjection
Projects a pair of crossed elements to a Tuple with the previously selected fields.
types(Class<T0>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>, Class<T20>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>, Class<T20>, Class<T21>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>, Class<T20>, Class<T21>, Class<T22>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>, Class<T20>, Class<T21>, Class<T22>, Class<T23>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>, Class<T20>, Class<T21>, Class<T22>, Class<T23>, Class<T24>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinProjection
Projects a pair of joined elements to a Tuple with the previously selected fields.
types(Class<T0>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>, Class<T20>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>, Class<T20>, Class<T21>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>, Class<T20>, Class<T21>, Class<T22>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>, Class<T20>, Class<T21>, Class<T22>, Class<T23>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>, Class<T20>, Class<T21>, Class<T22>, Class<T23>, Class<T24>) - Method in class org.apache.flink.api.java.operators.ProjectOperator.Projection
Projects a Tuple DataSet to the previously selected fields.
types - Variable in class org.apache.flink.api.java.typeutils.TupleTypeInfoBase
 
types(Class<T0>) - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
types(Class<T0>, Class<T1>) - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>) - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>) - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>) - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>) - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>) - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>) - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>) - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>) - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>) - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>) - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>) - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>) - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>) - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>) - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>) - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>) - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>) - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>) - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>, Class<T20>) - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>, Class<T20>, Class<T21>) - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>, Class<T20>, Class<T21>, Class<T22>) - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>, Class<T20>, Class<T21>, Class<T22>, Class<T23>) - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
types(Class<T0>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>, Class<T9>, Class<T10>, Class<T11>, Class<T12>, Class<T13>, Class<T14>, Class<T15>, Class<T16>, Class<T17>, Class<T18>, Class<T19>, Class<T20>, Class<T21>, Class<T22>, Class<T23>, Class<T24>) - Method in class org.apache.flink.streaming.api.datastream.StreamProjection
Projects a Tuple DataStream to the previously selected fields.
TypeSerializer<T> - Class in org.apache.flink.api.common.typeutils
This interface describes the methods that are required for a data type to be handled by the pact runtime.
TypeSerializer() - Constructor for class org.apache.flink.api.common.typeutils.TypeSerializer
 
TypeSerializerFactory<T> - Interface in org.apache.flink.api.common.typeutils
 
TypeSerializerSingleton<T> - Class in org.apache.flink.api.common.typeutils.base
 
TypeSerializerSingleton() - Constructor for class org.apache.flink.api.common.typeutils.base.TypeSerializerSingleton
 
TypeWrapper<T> - Class in org.apache.flink.streaming.util.serialization
 
TypeWrapper() - Constructor for class org.apache.flink.streaming.util.serialization.TypeWrapper
 

U

UdfOperator<O extends UdfOperator<O>> - Interface in org.apache.flink.api.java.operators
This interface marks operators as operators that execute user-defined functions (UDFs), such as RichMapFunction, RichReduceFunction, or RichCoGroupFunction.
UID - Class in org.apache.flink.streaming.api.streamrecord
Object for creating unique IDs for StreamRecords.
UID() - Constructor for class org.apache.flink.streaming.api.streamrecord.UID
 
UID(int) - Constructor for class org.apache.flink.streaming.api.streamrecord.UID
 
unary() - Static method in class org.apache.flink.api.java.record.operators.OperatorInfoHelper
Deprecated.
 
UnaryOperatorInformation<IN,OUT> - Class in org.apache.flink.api.common.operators
A class for holding information about a single input operator, such as input/output TypeInformation.
UnaryOperatorInformation(TypeInformation<IN>, TypeInformation<OUT>) - Constructor for class org.apache.flink.api.common.operators.UnaryOperatorInformation
 
UnaryOperatorNode - Class in org.apache.flink.compiler.dag
 
UnaryOperatorNode(String, FieldSet, OperatorDescriptorSingle...) - Constructor for class org.apache.flink.compiler.dag.UnaryOperatorNode
 
UnaryOperatorNode(String, FieldSet, List<OperatorDescriptorSingle>) - Constructor for class org.apache.flink.compiler.dag.UnaryOperatorNode
 
uncaughtException(Thread, Throwable) - Method in class org.apache.flink.runtime.io.disk.iomanager.IOManager
 
uncaughtException(Thread, Throwable) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ThreadBase
 
UniformDoubleDistribution - Class in org.apache.flink.api.common.distributions
 
UniformDoubleDistribution() - Constructor for class org.apache.flink.api.common.distributions.UniformDoubleDistribution
 
UniformDoubleDistribution(double, double) - Constructor for class org.apache.flink.api.common.distributions.UniformDoubleDistribution
 
UniformIntegerDistribution - Class in org.apache.flink.api.common.distributions
 
UniformIntegerDistribution() - Constructor for class org.apache.flink.api.common.distributions.UniformIntegerDistribution
 
UniformIntegerDistribution(int, int) - Constructor for class org.apache.flink.api.common.distributions.UniformIntegerDistribution
 
UnilateralSortMerger<E> - Class in org.apache.flink.runtime.operators.sort
The UnilateralSortMerger is a full fledged sorter.
UnilateralSortMerger(MemoryManager, IOManager, MutableObjectIterator<E>, AbstractInvokable, TypeSerializerFactory<E>, TypeComparator<E>, double, int, float) - Constructor for class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
Creates a new sorter that reads the data from a given reader and provides an iterator returning that data in a sorted manner.
UnilateralSortMerger(MemoryManager, IOManager, MutableObjectIterator<E>, AbstractInvokable, TypeSerializerFactory<E>, TypeComparator<E>, double, int, int, float) - Constructor for class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
Creates a new sorter that reads the data from a given reader and provides an iterator returning that data in a sorted manner.
UnilateralSortMerger(MemoryManager, IOManager, MutableObjectIterator<E>, AbstractInvokable, TypeSerializerFactory<E>, TypeComparator<E>, double, int, int, float, boolean) - Constructor for class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
Internal constructor and constructor for subclasses that want to circumvent the spilling.
UnilateralSortMerger.ChannelWithBlockCount - Class in org.apache.flink.runtime.operators.sort
 
UnilateralSortMerger.ChannelWithBlockCount(Channel.ID, int) - Constructor for class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ChannelWithBlockCount
 
UnilateralSortMerger.CircularElement<E> - Class in org.apache.flink.runtime.operators.sort
Class representing buffers that circulate between the reading, sorting and spilling thread.
UnilateralSortMerger.CircularElement() - Constructor for class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.CircularElement
 
UnilateralSortMerger.CircularElement(int, InMemorySorter<E>) - Constructor for class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.CircularElement
 
UnilateralSortMerger.CircularQueues<E> - Class in org.apache.flink.runtime.operators.sort
Collection of queues that are used for the communication between the threads.
UnilateralSortMerger.CircularQueues() - Constructor for class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.CircularQueues
 
UnilateralSortMerger.CircularQueues(int) - Constructor for class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.CircularQueues
 
UnilateralSortMerger.InputDataCollector<E> - Class in org.apache.flink.runtime.operators.sort
 
UnilateralSortMerger.InputDataCollector(UnilateralSortMerger.CircularQueues<E>, long) - Constructor for class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.InputDataCollector
 
UnilateralSortMerger.ReadingThread<E> - Class in org.apache.flink.runtime.operators.sort
The thread that consumes the input data and puts it into a buffer that will be sorted.
UnilateralSortMerger.ReadingThread(ExceptionHandler<IOException>, MutableObjectIterator<E>, UnilateralSortMerger.CircularQueues<E>, E, AbstractInvokable, long) - Constructor for class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ReadingThread
Creates a new reading thread.
UnilateralSortMerger.SortingThread<E> - Class in org.apache.flink.runtime.operators.sort
The thread that sorts filled buffers.
UnilateralSortMerger.SortingThread(ExceptionHandler<IOException>, UnilateralSortMerger.CircularQueues<E>, AbstractInvokable) - Constructor for class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SortingThread
Creates a new sorting thread.
UnilateralSortMerger.SpillingThread - Class in org.apache.flink.runtime.operators.sort
The thread that handles the spilling of intermediate results and sets up the merging.
UnilateralSortMerger.SpillingThread(ExceptionHandler<IOException>, UnilateralSortMerger.CircularQueues<E>, AbstractInvokable, MemoryManager, IOManager, TypeSerializer<E>, TypeComparator<E>, List<MemorySegment>, List<MemorySegment>, int) - Constructor for class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
Creates the spilling thread.
UnilateralSortMerger.ThreadBase<E> - Class in org.apache.flink.runtime.operators.sort
Base class for all working threads in this sort-merger.
UnilateralSortMerger.ThreadBase(ExceptionHandler<IOException>, String, UnilateralSortMerger.CircularQueues<E>, AbstractInvokable) - Constructor for class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.ThreadBase
Creates a new thread.
Union<T> - Class in org.apache.flink.api.common.operators
This operator represents a Union between two inputs.
Union(BinaryOperatorInformation<T, T, T>) - Constructor for class org.apache.flink.api.common.operators.Union
Creates a new Union operator.
Union(Operator<T>, Operator<T>) - Constructor for class org.apache.flink.api.common.operators.Union
 
union(DataSet<T>) - Method in class org.apache.flink.api.java.DataSet
Creates a union of this DataSet with an other DataSet.
unionFields(Record) - Method in class org.apache.flink.types.Record
Unions the other record's fields with this records fields.
UnionOperator<T> - Class in org.apache.flink.api.java.operators
Java API operator for union of two data sets
UnionOperator(DataSet<T>, DataSet<T>) - Constructor for class org.apache.flink.api.java.operators.UnionOperator
Create an operator that produces the union of the two given data sets.
UnionRecordReader<T extends IOReadableWritable> - Class in org.apache.flink.runtime.io.network.api
 
UnionRecordReader(MutableRecordReader<T>[], Class<T>) - Constructor for class org.apache.flink.runtime.io.network.api.UnionRecordReader
 
uniqueFields - Variable in class org.apache.flink.compiler.dag.OptimizerNode
 
UNKNOWN - Static variable in class org.apache.flink.compiler.costs.Costs
 
UnmodifiableIterator<T> - Class in org.apache.flink.runtime.util
An auxiliary implementation of an iterator which protects the underlying collection from being modified.
UnmodifiableIterator(Iterator<T>) - Constructor for class org.apache.flink.runtime.util.UnmodifiableIterator
Constructs a new unmodifiable iterator.
unregister(JobID) - Method in class org.apache.flink.runtime.execution.librarycache.BlobLibraryCacheManager
Unregisters a job ID and releases the resources associated with it.
unregister(JobID) - Method in class org.apache.flink.runtime.execution.librarycache.FallbackLibraryCacheManager
 
unregister(JobID) - Method in interface org.apache.flink.runtime.execution.librarycache.LibraryCacheManager
Unregisters a job from the library cache manager.
unregister(ExecutionAttemptID, Task) - Method in class org.apache.flink.runtime.io.network.ChannelManager
Unregisters the given task from the channel manager.
unregisterAggregator(String) - Method in class org.apache.flink.api.common.aggregators.AggregatorRegistry
 
unregisterChannelToBeRemovedAtShudown(Channel.ID) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
Removes a channel from the list of channels that are to be removed at shutdown.
unregisterExecutionListener(ExecutionAttemptID) - Method in class org.apache.flink.runtime.profiling.impl.TaskManagerProfilerImpl
 
unregisterExecutionListener(ExecutionAttemptID) - Method in interface org.apache.flink.runtime.profiling.TaskManagerProfiler
Unregisters all previously register ExecutionListener objects for the vertex identified by the given ID.
unregisterExecutionListener(ExecutionListener) - Method in class org.apache.flink.runtime.taskmanager.Task
 
unregisterFromProfilingData(JobID, ProfilingListener) - Method in class org.apache.flink.runtime.profiling.impl.JobManagerProfilerImpl
 
unregisterFromProfilingData(JobID, ProfilingListener) - Method in interface org.apache.flink.runtime.profiling.JobManagerProfiler
Unregisters the given ProfilingListener object from receiving profiling data issued by the job manager's profiling component.
unregisterMainThreadFromCPUProfiling(Environment, Thread) - Method in class org.apache.flink.runtime.profiling.impl.TaskManagerProfilerImpl
 
unregisterMemoryManager(MemoryManager) - Method in class org.apache.flink.runtime.taskmanager.Task
Unregisters the task from the central memory manager.
unregisterOpenChannelToBeRemovedAtShudown(BlockChannelAccess<?, ?>) - Method in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
Removes a channel reader/writer from the list of channels that are to be removed at shutdown.
unregisterProfiler(TaskManagerProfiler) - Method in class org.apache.flink.runtime.taskmanager.Task
Unregisters the task from the task manager profiler.
unregisterProfilingJob(ExecutionGraph) - Method in class org.apache.flink.runtime.profiling.impl.JobManagerProfilerImpl
 
unregisterProfilingJob(ExecutionGraph) - Method in interface org.apache.flink.runtime.profiling.JobManagerProfiler
Unregisters the given ExecutionGraph from profiling.
unregisterUserThreadFromCPUProfiling(Environment, Thread) - Method in class org.apache.flink.runtime.profiling.impl.TaskManagerProfilerImpl
 
UNSAFE - Static variable in class org.apache.flink.core.memory.MemoryUtils
The "unsafe", which can be used to perform native memory accesses.
UnsafeMemorySegment - Class in org.apache.flink.runtime.memorymanager
This class represents a piece of memory allocated from the memory manager.
UnsafeMemorySegment(byte[]) - Constructor for class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
Creates a new memory segment of given size with the provided views.
UnsortedGrouping<T> - Class in org.apache.flink.api.java.operators
 
UnsortedGrouping(DataSet<T>, Keys<T>) - Constructor for class org.apache.flink.api.java.operators.UnsortedGrouping
 
unsplittable - Variable in class org.apache.flink.api.common.io.FileInputFormat
Some file input formats are not splittable on a block level (avro, deflate) Therefore, the FileInputFormat can only read whole files.
unsubscribeFromEvent(EventListener, Class<? extends AbstractEvent>) - Method in class org.apache.flink.runtime.event.task.EventNotificationManager
Removes a subscription of an EventListener object for the given event type.
unsubscribeFromEvent(EventListener, Class<? extends AbstractTaskEvent>) - Method in class org.apache.flink.runtime.io.network.api.AbstractRecordReader
Removes the subscription for events of the given type for the listener object.
unsubscribeFromEvent(EventListener, Class<? extends AbstractTaskEvent>) - Method in class org.apache.flink.runtime.io.network.api.BufferWriter
 
unsubscribeFromEvent(EventListener, Class<? extends AbstractTaskEvent>) - Method in interface org.apache.flink.runtime.io.network.api.ReaderBase
Removes the subscription for events of the given type for the listener object.
unsubscribeFromEvent(EventListener, Class<? extends AbstractTaskEvent>) - Method in class org.apache.flink.runtime.io.network.gates.Gate
 
UnsupportedAggregationTypeException - Exception in org.apache.flink.api.java.aggregation
 
UnsupportedAggregationTypeException(String) - Constructor for exception org.apache.flink.api.java.aggregation.UnsupportedAggregationTypeException
 
unwrapRemoteException(Class<?>...) - Method in exception org.apache.flink.runtime.ipc.RemoteException
If this remote exception wraps up one of the lookupTypes then return this exception.
unwrapRemoteException() - Method in exception org.apache.flink.runtime.ipc.RemoteException
Instantiate and return the exception wrapped up by this remote exception.
updateBinaryRepresenation() - Method in class org.apache.flink.types.Record
Updates the binary representation of the data, such that it reflects the state of the currently stored fields.
updateCoLocationGroup(CoLocationGroup) - Method in class org.apache.flink.runtime.jobgraph.AbstractJobVertex
 
updateCondition() - Method in class org.apache.flink.streaming.api.function.sink.WriteSinkFunction
Condition for writing the contents of tupleList and clearing it.
updateCondition() - Method in class org.apache.flink.streaming.api.function.sink.WriteSinkFunctionByBatches
 
updateCondition() - Method in class org.apache.flink.streaming.api.function.sink.WriteSinkFunctionByMillis
 
updateGlobalAggregatesAndReset(String[], Value[]) - Method in class org.apache.flink.runtime.iterative.task.RuntimeAggregatorRegistry
 
updateMatch(BT) - Method in class org.apache.flink.runtime.operators.hash.AbstractHashTableProber
 
updateMatch(T) - Method in class org.apache.flink.runtime.operators.hash.CompactingHashTable.HashTableProber
 
updatePropertiesWithUniqueSets(Set<FieldSet>) - Method in class org.apache.flink.compiler.plan.PlanNode
 
updateState(TaskExecutionState) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
updateTaskExecutionState(TaskExecutionState) - Method in class org.apache.flink.runtime.jobmanager.JobManager
 
updateTaskExecutionState(TaskExecutionState) - Method in interface org.apache.flink.runtime.protocols.JobManagerProtocol
Reports an update of a task's execution state to the job manager.
updateVertex(Long, Long, MessageIterator<Long>) - Method in class org.apache.flink.spargel.java.examples.SpargelConnectedComponents.CCUpdater
 
updateVertex(Long, Double, MessageIterator<Double>) - Method in class org.apache.flink.spargel.java.examples.SpargelPageRank.VertexRankUpdater
 
updateVertex(Long, Double, MessageIterator<Double>) - Method in class org.apache.flink.spargel.java.examples.SpargelPageRankCountingVertices.VertexRankUpdater
 
updateVertex(VertexKey, VertexValue, MessageIterator<Message>) - Method in class org.apache.flink.spargel.java.record.VertexUpdateFunction
 
updateVertex(VertexKey, VertexValue, MessageIterator<Message>) - Method in class org.apache.flink.spargel.java.VertexUpdateFunction
This method is invoked once per vertex per superstep.
uploadRequiredJarFiles(InetSocketAddress) - Method in class org.apache.flink.runtime.jobgraph.JobGraph
Uploads the previously added user jar file to the job manager through the job manager's BLOB server.
URL_KEY - Variable in class org.apache.flink.api.java.record.io.jdbc.JDBCInputFormat
 
URL_KEY - Static variable in class org.apache.flink.api.java.record.io.jdbc.JDBCOutputFormat
 
User - Class in org.apache.flink.api.io.avro.example
 
User() - Constructor for class org.apache.flink.api.io.avro.example.User
Default constructor.
User(CharSequence, Integer, CharSequence) - Constructor for class org.apache.flink.api.io.avro.example.User
All-args constructor.
User.Builder - Class in org.apache.flink.api.io.avro.example
RecordBuilder for User instances.
userCodeClassLoader - Variable in class org.apache.flink.runtime.operators.chaining.ChainedDriver
 
UserCodeClassWrapper<T> - Class in org.apache.flink.api.common.operators.util
This holds a class containing user defined code.
UserCodeClassWrapper(Class<? extends T>) - Constructor for class org.apache.flink.api.common.operators.util.UserCodeClassWrapper
 
UserCodeObjectWrapper<T> - Class in org.apache.flink.api.common.operators.util
This holds an actual object containing user defined code.
UserCodeObjectWrapper(T) - Constructor for class org.apache.flink.api.common.operators.util.UserCodeObjectWrapper
 
UserCodeWrapper<T> - Interface in org.apache.flink.api.common.operators.util
PACT contracts can have either a class or an object containing the user code, this is the common interface to access them.
userDefinedNames - Variable in class org.apache.flink.streaming.api.datastream.DataStream
 
userEventTriggered(ChannelHandlerContext, Object) - Method in class org.apache.flink.runtime.io.network.netty.OutboundConnectionQueue
 
userFunction - Variable in class org.apache.flink.api.common.operators.AbstractUdfOperator
The object or class containing the user function.
userFunction - Variable in class org.apache.flink.streaming.api.invokable.StreamInvokable
 
userId - Variable in class org.apache.flink.examples.java.misc.CollectionExecutionExample.EMail
 
userIdentifier - Variable in class org.apache.flink.examples.java.misc.CollectionExecutionExample.User
 
USERNAME_KEY - Variable in class org.apache.flink.api.java.record.io.jdbc.JDBCInputFormat
 
USERNAME_KEY - Static variable in class org.apache.flink.api.java.record.io.jdbc.JDBCOutputFormat
 
usesConvergenceCriterion() - Method in class org.apache.flink.runtime.operators.util.TaskConfig
 
utf8Length(String) - Static method in class org.apache.flink.core.io.StringRecord
For the given string, returns the number of UTF-8 bytes required to encode the string.
Util - Class in org.apache.flink.streaming.examples.cellinfo
 
Util() - Constructor for class org.apache.flink.streaming.examples.cellinfo.Util
 
Utils - Class in org.apache.flink.compiler.util
 
UtilSinkJoinOpDescriptor - Class in org.apache.flink.compiler.operators
 
UtilSinkJoinOpDescriptor() - Constructor for class org.apache.flink.compiler.operators.UtilSinkJoinOpDescriptor
 

V

V1 - Static variable in class org.apache.flink.examples.java.graph.util.EnumTrianglesDataTypes.Edge
 
V1 - Static variable in class org.apache.flink.examples.java.graph.util.EnumTrianglesDataTypes.EdgeWithDegrees
 
V1 - Static variable in class org.apache.flink.examples.java.graph.util.EnumTrianglesDataTypes.Triad
 
V2 - Static variable in class org.apache.flink.examples.java.graph.util.EnumTrianglesDataTypes.Edge
 
V2 - Static variable in class org.apache.flink.examples.java.graph.util.EnumTrianglesDataTypes.EdgeWithDegrees
 
V2 - Static variable in class org.apache.flink.examples.java.graph.util.EnumTrianglesDataTypes.Triad
 
V3 - Static variable in class org.apache.flink.examples.java.graph.util.EnumTrianglesDataTypes.Triad
 
Validatable - Interface in org.apache.flink.compiler.contextcheck
Operators implementing this interface will be called from the ContextChecker during the compilation process.
validate() - Method in class org.apache.flink.api.common.operators.base.BulkIterationBase
 
validateUTF8(byte[]) - Static method in class org.apache.flink.core.io.StringRecord
Check if a byte array contains valid utf-8
validateUTF8(byte[], int, int) - Static method in class org.apache.flink.core.io.StringRecord
Check to see if a byte array is valid utf-8
value() - Method in class org.apache.flink.hadoopcompatibility.mapred.record.datatypes.WritableWrapper
 
value - Variable in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordInputFormat
 
Value - Interface in org.apache.flink.types
Basic value interface for types that act as serializable values.
ValueComparator<T extends Value & Comparable<T>> - Class in org.apache.flink.api.java.typeutils.runtime
Comparator for all Value types that extend Key
ValueComparator(boolean, Class<T>) - Constructor for class org.apache.flink.api.java.typeutils.runtime.ValueComparator
 
valueOf(String) - Static method in enum org.apache.flink.api.common.io.FileOutputFormat.OutputDirectoryMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.api.common.operators.base.JoinOperatorBase.JoinHint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.api.common.operators.base.PartitionOperatorBase.PartitionMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.api.common.operators.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.api.java.aggregation.Aggregations
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.compiler.dag.TempMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.compiler.dataproperties.PartitioningProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.compiler.plan.PlanNode.FeedbackPropertiesMeetRequirementsReport
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.compiler.plan.PlanNode.SourceAndDamReport
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.core.fs.FileSystem.WriteMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.client.AbstractJobResult.ReturnCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.execution.ExecutionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.ExecutionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.io.network.bufferprovider.BufferProvider.BufferAvailabilityRegistration
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.io.network.channels.ChannelType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.io.network.gates.InputChannelResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.io.network.serialization.RecordDeserializer.DeserializationResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.io.network.serialization.RecordSerializer.SerializationResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.jobgraph.DistributionPattern
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.jobgraph.JobStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.jobmanager.scheduler.Locality
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.operators.DamBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.operators.DriverStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.operators.shipping.ShipStrategyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.runtime.operators.util.LocalStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.streaming.api.datastream.DataStream.ConnectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.types.parser.FieldParser.ParseErrorState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flink.util.OperatingSystem
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.flink.api.common.io.FileOutputFormat.OutputDirectoryMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.api.common.operators.base.JoinOperatorBase.JoinHint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.api.common.operators.base.PartitionOperatorBase.PartitionMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.api.common.operators.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.api.java.aggregation.Aggregations
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.compiler.dag.TempMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.compiler.dataproperties.PartitioningProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.compiler.plan.PlanNode.FeedbackPropertiesMeetRequirementsReport
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.compiler.plan.PlanNode.SourceAndDamReport
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.core.fs.FileSystem.WriteMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.client.AbstractJobResult.ReturnCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.execution.ExecutionState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.ExecutionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.io.network.bufferprovider.BufferProvider.BufferAvailabilityRegistration
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.io.network.channels.ChannelType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.io.network.gates.InputChannelResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.io.network.serialization.RecordDeserializer.DeserializationResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.io.network.serialization.RecordSerializer.SerializationResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.jobgraph.DistributionPattern
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.jobgraph.JobStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.jobmanager.scheduler.Locality
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.operators.DamBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.operators.DriverStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.operators.shipping.ShipStrategyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.runtime.operators.util.LocalStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.streaming.api.datastream.DataStream.ConnectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.apache.flink.streaming.state.TableState
 
values() - Method in class org.apache.flink.types.MapValue
 
values() - Static method in enum org.apache.flink.types.parser.FieldParser.ParseErrorState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flink.util.OperatingSystem
Returns an array containing the constants of this enum type, in the order they are declared.
ValueSerializer<T extends Value> - Class in org.apache.flink.api.java.typeutils.runtime
Serializer for Value types.
ValueSerializer(Class<T>) - Constructor for class org.apache.flink.api.java.typeutils.runtime.ValueSerializer
 
valueSerializer - Variable in class org.apache.flink.streaming.connectors.db.CustomSerializationDBState
 
ValueTypeInfo<T extends Value> - Class in org.apache.flink.api.java.typeutils
 
ValueTypeInfo(Class<T>) - Constructor for class org.apache.flink.api.java.typeutils.ValueTypeInfo
 
ValueUtil - Class in org.apache.flink.types
convert the java.lang type into a value type
ValueUtil() - Constructor for class org.apache.flink.types.ValueUtil
 
verifyEmpty() - Method in class org.apache.flink.runtime.memorymanager.DefaultMemoryManager
 
verifyEmpty() - Method in interface org.apache.flink.runtime.memorymanager.MemoryManager
Checks if the memory manager all memory available and the descriptors of the free segments describe a contiguous memory layout.
verifyEndOfSuperstepState() - Method in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
VersionedProtocol - Interface in org.apache.flink.core.protocols
Abstract base class for all protocols which use Nephele's IPC subsystem.
VertexCentricIteration<VertexKey extends Comparable<VertexKey>,VertexValue,Message,EdgeValue> - Class in org.apache.flink.spargel.java
This class represents iterative graph computations, programmed in a vertex-centric perspective.
VertexEvent - Class in org.apache.flink.runtime.event.job
Vertex events are transmitted from the job manager to the job client in order to inform the user about changes in terms of a tasks execution state.
VertexEvent(long, JobVertexID, String, int, int, ExecutionAttemptID, ExecutionState, String) - Constructor for class org.apache.flink.runtime.event.job.VertexEvent
Constructs a new vertex event object.
VertexEvent() - Constructor for class org.apache.flink.runtime.event.job.VertexEvent
Constructs a new vertex event object.
VertexProfilingEvent - Class in org.apache.flink.runtime.profiling.types
This interface is a base interface for profiling data which pertains to the execution of tasks.
VertexProfilingEvent(JobVertexID, int, ExecutionAttemptID, int, JobID, long, long) - Constructor for class org.apache.flink.runtime.profiling.types.VertexProfilingEvent
 
VertexProfilingEvent() - Constructor for class org.apache.flink.runtime.profiling.types.VertexProfilingEvent
 
VertexUpdateFunction<VertexKey extends Key<VertexKey>,VertexValue extends Value,Message extends Value> - Class in org.apache.flink.spargel.java.record
The vertex key type.
VertexUpdateFunction() - Constructor for class org.apache.flink.spargel.java.record.VertexUpdateFunction
 
VertexUpdateFunction<VertexKey extends Comparable<VertexKey>,VertexValue,Message> - Class in org.apache.flink.spargel.java
This class must be extended by functions that compute the state of the vertex depending on the old state and the incoming messages.
VertexUpdateFunction() - Constructor for class org.apache.flink.spargel.java.VertexUpdateFunction
 
vertices - Variable in class org.apache.flink.compiler.deadlockdetect.DeadlockGraph
 
vertices() - Method in class org.apache.flink.compiler.deadlockdetect.DeadlockGraph
 
VERTICES - Static variable in class org.apache.flink.examples.java.graph.util.ConnectedComponentsData
 
vertices - Variable in class org.apache.flink.streaming.state.GraphState
 
VERTICES - Static variable in class org.apache.flink.test.testdata.PageRankData
 
Visitable<T extends Visitable<T>> - Interface in org.apache.flink.util
This interface marks types as visitable during a traversal.
Visitor<T extends Visitable<T>> - Interface in org.apache.flink.util
A visitor encapsulates functionality that is applied to each node in the process of a traversal of a tree or DAD.
VISITS - Static variable in class org.apache.flink.examples.java.relational.util.WebLogData
 

W

waitForAllVerticesToReachFinishingState() - Method in class org.apache.flink.runtime.executiongraph.ExecutionJobVertex
 
waitForAnyChannelToBecomeAvailable() - Method in class org.apache.flink.runtime.io.network.gates.InputGate
This method returns the index of a channel which has at least one record available.
waitForChannelToBeClosed() - Method in class org.apache.flink.runtime.io.network.channels.OutputChannel
 
waitForCompletion() - Method in class org.apache.flink.api.common.io.FileInputFormat.InputSplitOpenThread
 
waitForFirstBlock() - Method in class org.apache.flink.runtime.io.disk.iomanager.ChannelReaderInputView
 
waitForGateToBeClosed() - Method in class org.apache.flink.runtime.io.network.gates.OutputGate
 
waitForJobEnd(long) - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
waitForJobEnd() - Method in class org.apache.flink.runtime.executiongraph.ExecutionGraph
 
waitForOtherWorkers() - Method in class org.apache.flink.runtime.iterative.concurrent.SuperstepBarrier
wait on the barrier
waitForProcessToFinish() - Method in class org.apache.flink.api.java.record.io.ExternalProcessInputFormat
 
waitForProxy(Class<? extends VersionedProtocol>, InetSocketAddress) - Static method in class org.apache.flink.runtime.ipc.RPC
 
waitForReadable() - Method in class org.apache.flink.runtime.net.SocketInputStream
waits for the underlying channel to be ready for reading.
waitForSolutionSetUpdate() - Method in class org.apache.flink.runtime.iterative.concurrent.SolutionSetUpdateBarrier
Waits (blocking) on barrier.
waitForWritable() - Method in class org.apache.flink.runtime.net.SocketOutputStream
waits for the underlying channel to be ready for writing.
waitTillAllocated() - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotAllocationFuture
 
waitTillAllocated(long) - Method in class org.apache.flink.runtime.jobmanager.scheduler.SlotAllocationFuture
 
waitTime - Variable in class org.apache.flink.streaming.api.datastream.IterativeDataStream
 
WEB_ACCESS_FILE_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The config parameter defining the port to the htaccess file protecting the web client.
WEB_FRONTEND_PORT_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The config parameter defining port for the pact web-frontend server.
WEB_JOB_UPLOAD_DIR_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The config parameter defining the directory that programs are uploaded to.
WEB_PLAN_DUMP_DIR_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The config parameter defining the directory that JSON plan dumps are written to.
WEB_ROOT_PATH_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The config parameter defining the directory containing the web documents.
WEB_TMP_DIR_KEY - Static variable in class org.apache.flink.configuration.ConfigConstants
The config parameter defining the temporary data directory for the web client.
WebFrontend - Class in org.apache.flink.client
Main entry point for the web frontend.
WebFrontend() - Constructor for class org.apache.flink.client.WebFrontend
 
WebInfoServer - Class in org.apache.flink.runtime.jobmanager.web
This class sets up a web-server that contains a web frontend to display information about running jobs.
WebInfoServer(Configuration, int, JobManager) - Constructor for class org.apache.flink.runtime.jobmanager.web.WebInfoServer
Creates a new web info server.
WebInterfaceServer - Class in org.apache.flink.client.web
This class sets up the web-server that serves the web frontend.
WebInterfaceServer(Configuration, int) - Constructor for class org.apache.flink.client.web.WebInterfaceServer
Creates a new web interface server.
WebLogAnalysis - Class in org.apache.flink.examples.java.relational
This program processes web logs and relational data.
WebLogAnalysis() - Constructor for class org.apache.flink.examples.java.relational.WebLogAnalysis
 
WebLogAnalysis.AntiJoinVisits - Class in org.apache.flink.examples.java.relational
CoGroupFunction that realizes an anti-join.
WebLogAnalysis.AntiJoinVisits() - Constructor for class org.apache.flink.examples.java.relational.WebLogAnalysis.AntiJoinVisits
 
WebLogAnalysis.FilterByRank - Class in org.apache.flink.examples.java.relational
MapFunction that filters for records where the rank exceeds a certain threshold.
WebLogAnalysis.FilterByRank() - Constructor for class org.apache.flink.examples.java.relational.WebLogAnalysis.FilterByRank
 
WebLogAnalysis.FilterDocByKeyWords - Class in org.apache.flink.examples.java.relational
MapFunction that filters for documents that contain a certain set of keywords.
WebLogAnalysis.FilterDocByKeyWords() - Constructor for class org.apache.flink.examples.java.relational.WebLogAnalysis.FilterDocByKeyWords
 
WebLogAnalysis.FilterVisitsByDate - Class in org.apache.flink.examples.java.relational
MapFunction that filters for records of the visits relation where the year (from the date string) is equal to a certain value.
WebLogAnalysis.FilterVisitsByDate() - Constructor for class org.apache.flink.examples.java.relational.WebLogAnalysis.FilterVisitsByDate
 
WebLogData - Class in org.apache.flink.examples.java.relational.util
Provides the default data sets used for the Weblog Analysis example program.
WebLogData() - Constructor for class org.apache.flink.examples.java.relational.util.WebLogData
 
WebLogDataGenerator - Class in org.apache.flink.examples.java.relational.util
Data generator for the WebLogAnalysis example program.
WebLogDataGenerator() - Constructor for class org.apache.flink.examples.java.relational.util.WebLogDataGenerator
 
where(int...) - Method in class org.apache.flink.api.java.operators.CoGroupOperator.CoGroupOperatorSets
Continues a CoGroup transformation.
where(String...) - Method in class org.apache.flink.api.java.operators.CoGroupOperator.CoGroupOperatorSets
Continues a CoGroup transformation.
where(KeySelector<I1, K>) - Method in class org.apache.flink.api.java.operators.CoGroupOperator.CoGroupOperatorSets
Continues a CoGroup transformation and defines a KeySelector function for the first co-grouped DataSet.
The KeySelector function is called for each element of the first DataSet and extracts a single key value on which the DataSet is grouped.
where(int...) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinOperatorSets
Continues a Join transformation.
where(String...) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinOperatorSets
Continues a Join transformation.
where(KeySelector<I1, K>) - Method in class org.apache.flink.api.java.operators.JoinOperator.JoinOperatorSets
Continues a Join transformation and defines a KeySelector function for the first join DataSet.
The KeySelector function is called for each element of the first DataSet and extracts a single key value on which the DataSet is joined.
window(long, long, long, long, TimeStamp<IN1>, TimeStamp<IN2>) - Method in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
Window operation for connected data stream.
window(long, long, long, long) - Method in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
Window operation for connected data stream.
window(long, long, TimeStamp<IN1>, TimeStamp<IN2>) - Method in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
Window operation for connected data stream.
window(long, long) - Method in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
Window operation for connected data stream.
window(long, long, TimeStamp<OUT>) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Collects the data stream elements into sliding windows creating a new WindowDataStream.
window(long, long) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Collects the data stream elements into sliding windows creating a new WindowDataStream.
window(long) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Collects the data stream elements into sliding windows creating a new WindowDataStream.
window - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowInvokable
 
window - Variable in class org.apache.flink.streaming.api.invokable.operator.WindowGroupReduceInvokable
 
window - Variable in class org.apache.flink.streaming.api.invokable.operator.WindowReduceInvokable
 
window1 - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowReduceInvokable
 
window2 - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowReduceInvokable
 
WindowDataStream<OUT> - Class in org.apache.flink.streaming.api.datastream
A WindowDataStream represents a data stream whose elements are batched together in a sliding window.
WindowDataStream(DataStream<OUT>, long, long, TimeStamp<OUT>) - Constructor for class org.apache.flink.streaming.api.datastream.WindowDataStream
 
WindowDataStream(WindowDataStream<OUT>) - Constructor for class org.apache.flink.streaming.api.datastream.WindowDataStream
 
windowEnd() - Method in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowInvokable.StreamWindow
 
WindowGroupReduceInvokable<IN,OUT> - Class in org.apache.flink.streaming.api.invokable.operator
 
WindowGroupReduceInvokable(GroupReduceFunction<IN, OUT>, long, long, TimeStamp<IN>) - Constructor for class org.apache.flink.streaming.api.invokable.operator.WindowGroupReduceInvokable
 
WindowGroupReduceInvokable.StreamWindow - Class in org.apache.flink.streaming.api.invokable.operator
 
WindowGroupReduceInvokable.StreamWindow() - Constructor for class org.apache.flink.streaming.api.invokable.operator.WindowGroupReduceInvokable.StreamWindow
 
WindowJoinLocal - Class in org.apache.flink.streaming.examples.window.join
 
WindowJoinLocal() - Constructor for class org.apache.flink.streaming.examples.window.join.WindowJoinLocal
 
WindowJoinTask - Class in org.apache.flink.streaming.examples.window.join
 
WindowJoinTask() - Constructor for class org.apache.flink.streaming.examples.window.join.WindowJoinTask
 
windowReduce(CoWindowFunction<IN1, IN2, OUT>, long, long) - Method in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
Applies a CoWindow transformation on the connected DataStreams.
windowReduce(CoWindowFunction<IN1, IN2, OUT>, long, long, TimeStamp<IN1>, TimeStamp<IN2>) - Method in class org.apache.flink.streaming.api.datastream.ConnectedDataStream
Applies a CoWindow transformation on the connected DataStreams.
WindowReduceInvokable<OUT> - Class in org.apache.flink.streaming.api.invokable.operator
 
WindowReduceInvokable(ReduceFunction<OUT>, long, long, TimeStamp<OUT>) - Constructor for class org.apache.flink.streaming.api.invokable.operator.WindowReduceInvokable
 
WindowReduceInvokable.StreamWindow - Class in org.apache.flink.streaming.api.invokable.operator
 
WindowReduceInvokable.StreamWindow() - Constructor for class org.apache.flink.streaming.api.invokable.operator.WindowReduceInvokable.StreamWindow
 
windowSize - Variable in class org.apache.flink.streaming.api.invokable.operator.co.CoWindowInvokable
 
with(CoGroupFunction<I1, I2, R>) - Method in class org.apache.flink.api.java.operators.CoGroupOperator.CoGroupOperatorSets.CoGroupOperatorSetsPredicate.CoGroupOperatorWithoutFunction
Finalizes a CoGroup transformation by applying a RichCoGroupFunction to groups of elements with identical keys.
Each CoGroupFunction call returns an arbitrary number of keys.
with(CrossFunction<I1, I2, R>) - Method in class org.apache.flink.api.java.operators.CrossOperator.DefaultCross
Finalizes a Cross transformation by applying a CrossFunction to each pair of crossed elements.
Each CrossFunction call returns exactly one element.
with(FlatJoinFunction<I1, I2, R>) - Method in class org.apache.flink.api.java.operators.JoinOperator.DefaultJoin
Finalizes a Join transformation by applying a RichFlatJoinFunction to each pair of joined elements.
Each JoinFunction call returns exactly one element.
with(JoinFunction<I1, I2, R>) - Method in class org.apache.flink.api.java.operators.JoinOperator.DefaultJoin
 
withBroadcastSet(DataSet<?>, String) - Method in class org.apache.flink.api.java.operators.SingleInputUdfOperator
 
withBroadcastSet(DataSet<?>, String) - Method in class org.apache.flink.api.java.operators.TwoInputUdfOperator
 
withBroadcastSet(DataSet<?>, String) - Method in interface org.apache.flink.api.java.operators.UdfOperator
Adds a certain data set as a broadcast set to this operator.
withConstantSet(String...) - Method in class org.apache.flink.api.java.operators.SingleInputUdfOperator
Adds a constant-set annotation for the UDF.
withConstantSetFirst(String...) - Method in class org.apache.flink.api.java.operators.JoinOperator.ProjectJoin
 
withConstantSetFirst(String...) - Method in class org.apache.flink.api.java.operators.TwoInputUdfOperator
Adds a constant-set annotation for the first input of the UDF.
withConstantSetSecond(String...) - Method in class org.apache.flink.api.java.operators.JoinOperator.ProjectJoin
 
withConstantSetSecond(String...) - Method in class org.apache.flink.api.java.operators.TwoInputUdfOperator
Adds a constant-set annotation for the second input of the UDF.
withParameters(Configuration) - Method in class org.apache.flink.api.java.operators.SingleInputUdfOperator
 
withParameters(Configuration) - Method in class org.apache.flink.api.java.operators.TwoInputUdfOperator
 
withParameters(Configuration) - Method in interface org.apache.flink.api.java.operators.UdfOperator
Sets the configuration parameters for the UDF.
withPlainEdges(DataSet<Tuple2<VertexKey, VertexKey>>, VertexUpdateFunction<VertexKey, VertexValue, Message>, MessagingFunction<VertexKey, VertexValue, Message, ?>, int) - Static method in class org.apache.flink.spargel.java.VertexCentricIteration
Creates a new vertex-centric iteration operator for graphs where the edges are not associated with a value.
withStatsCompiler - Variable in class org.apache.flink.test.compiler.util.CompilerTestBase
 
withValuedEdges(DataSet<Tuple3<VertexKey, VertexKey, EdgeValue>>, VertexUpdateFunction<VertexKey, VertexValue, Message>, MessagingFunction<VertexKey, VertexValue, Message, EdgeValue>, int) - Static method in class org.apache.flink.spargel.java.VertexCentricIteration
Creates a new vertex-centric iteration operator for graphs where the edges are associated with a value (such as a weight or distance).
WordCount - Class in org.apache.flink.examples.java.wordcount
Implements the "WordCount" program that computes a simple word occurrence histogram over text files.
WordCount() - Constructor for class org.apache.flink.examples.java.wordcount.WordCount
 
WordCount - Class in org.apache.flink.hadoopcompatibility.mapred.record.example
Implements a word count which takes the input file and counts the number of the occurrences of each word in the file.
WordCount() - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.example.WordCount
 
WordCount - Class in org.apache.flink.hadoopcompatibility.mapreduce.example
Implements a word count which takes the input file and counts the number of occurrences of each word in the file and writes the result back to disk.
WordCount() - Constructor for class org.apache.flink.hadoopcompatibility.mapreduce.example.WordCount
 
WordCount - Class in org.apache.flink.streaming.examples.wordcount
Implements the "WordCount" program that computes a simple word occurrence histogram over text files in a streaming fashion.
WordCount() - Constructor for class org.apache.flink.streaming.examples.wordcount.WordCount
 
WordCount.CountWords - Class in org.apache.flink.hadoopcompatibility.mapred.record.example
Sums up the counts for a certain given key.
WordCount.CountWords() - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.example.WordCount.CountWords
 
WordCount.HadoopDatatypeMapper - Class in org.apache.flink.hadoopcompatibility.mapreduce.example
Converts Java data types to Hadoop Writables.
WordCount.HadoopDatatypeMapper() - Constructor for class org.apache.flink.hadoopcompatibility.mapreduce.example.WordCount.HadoopDatatypeMapper
 
WordCount.TokenizeLine - Class in org.apache.flink.hadoopcompatibility.mapred.record.example
Converts a Record containing one string in to multiple string/integer pairs.
WordCount.TokenizeLine() - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.example.WordCount.TokenizeLine
 
WordCount.Tokenizer - Class in org.apache.flink.examples.java.wordcount
Implements the string tokenizer that splits sentences into words as a user-defined FlatMapFunction.
WordCount.Tokenizer() - Constructor for class org.apache.flink.examples.java.wordcount.WordCount.Tokenizer
 
WordCount.Tokenizer - Class in org.apache.flink.hadoopcompatibility.mapreduce.example
Splits a line into words and converts Hadoop Writables into normal Java data types.
WordCount.Tokenizer() - Constructor for class org.apache.flink.hadoopcompatibility.mapreduce.example.WordCount.Tokenizer
 
WordCount.Tokenizer - Class in org.apache.flink.streaming.examples.wordcount
Implements the string tokenizer that splits sentences into words as a user-defined FlatMapFunction.
WordCount.Tokenizer() - Constructor for class org.apache.flink.streaming.examples.wordcount.WordCount.Tokenizer
 
WordCountData - Class in org.apache.flink.examples.java.wordcount.util
Provides the default data sets used for the WordCount example program.
WordCountData() - Constructor for class org.apache.flink.examples.java.wordcount.util.WordCountData
 
WordCountData - Class in org.apache.flink.test.testdata
 
WordCountWithOutputFormat - Class in org.apache.flink.hadoopcompatibility.mapred.record.example
Implements a word count which takes the input file and counts the number of the occurrences of each word in the file.
WordCountWithOutputFormat() - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.example.WordCountWithOutputFormat
 
WordCountWithOutputFormat.CountWords - Class in org.apache.flink.hadoopcompatibility.mapred.record.example
Sums up the counts for a certain given key.
WordCountWithOutputFormat.CountWords() - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.example.WordCountWithOutputFormat.CountWords
 
WordCountWithOutputFormat.TokenizeLine - Class in org.apache.flink.hadoopcompatibility.mapred.record.example
Converts a Record containing one string in to multiple string/integer pairs.
WordCountWithOutputFormat.TokenizeLine() - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.example.WordCountWithOutputFormat.TokenizeLine
 
WORDS - Static variable in class org.apache.flink.examples.java.wordcount.util.WordCountData
 
WorkerDoneEvent - Class in org.apache.flink.runtime.iterative.event
 
WorkerDoneEvent() - Constructor for class org.apache.flink.runtime.iterative.event.WorkerDoneEvent
 
WorkerDoneEvent(int, String, Value) - Constructor for class org.apache.flink.runtime.iterative.event.WorkerDoneEvent
 
WorkerDoneEvent(int, Map<String, Aggregator<?>>) - Constructor for class org.apache.flink.runtime.iterative.event.WorkerDoneEvent
 
WorkerEngineBin - Class in org.apache.flink.streaming.examples.cellinfo
 
WorkerEngineBin(long, int, int, long) - Constructor for class org.apache.flink.streaming.examples.cellinfo.WorkerEngineBin
 
WorkerEngineExact - Class in org.apache.flink.streaming.examples.cellinfo
 
WorkerEngineExact(int, int, long) - Constructor for class org.apache.flink.streaming.examples.cellinfo.WorkerEngineExact
 
worksetAggregator - Variable in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
worksetBackChannel - Variable in class org.apache.flink.runtime.iterative.task.AbstractIterativePactTask
 
WorksetEmptyConvergenceCriterion - Class in org.apache.flink.runtime.iterative.convergence
A workset iteration is by definition converged if no records have been updated in the solutionset
WorksetEmptyConvergenceCriterion() - Constructor for class org.apache.flink.runtime.iterative.convergence.WorksetEmptyConvergenceCriterion
 
WorksetIterationNode - Class in org.apache.flink.compiler.dag
A node in the optimizer's program representation for a workset iteration.
WorksetIterationNode(DeltaIterationBase<?, ?>) - Constructor for class org.apache.flink.compiler.dag.WorksetIterationNode
Creates a new node with a single input for the optimizer plan.
WorksetIterationNode.SingleRootJoiner - Class in org.apache.flink.compiler.dag
 
WorksetIterationPlanNode - Class in org.apache.flink.compiler.plan
 
WorksetIterationPlanNode(WorksetIterationNode, String, Channel, Channel, SolutionSetPlanNode, WorksetPlanNode, PlanNode, PlanNode) - Constructor for class org.apache.flink.compiler.plan.WorksetIterationPlanNode
 
WorksetNode - Class in org.apache.flink.compiler.dag
The optimizer's internal representation of the partial solution that is input to a bulk iteration.
WorksetNode(DeltaIterationBase.WorksetPlaceHolder<?>, WorksetIterationNode) - Constructor for class org.apache.flink.compiler.dag.WorksetNode
 
WorksetPlanNode - Class in org.apache.flink.compiler.plan
Plan candidate node for partial solution of a bulk iteration.
WorksetPlanNode(WorksetNode, String, GlobalProperties, LocalProperties, Channel) - Constructor for class org.apache.flink.compiler.plan.WorksetPlanNode
 
WorksetUpdateOutputCollector<T> - Class in org.apache.flink.runtime.iterative.io
A Collector to update the iteration workset (partial solution for bulk iterations).
WorksetUpdateOutputCollector(DataOutputView, TypeSerializer<T>) - Constructor for class org.apache.flink.runtime.iterative.io.WorksetUpdateOutputCollector
 
WorksetUpdateOutputCollector(DataOutputView, TypeSerializer<T>, Collector<T>) - Constructor for class org.apache.flink.runtime.iterative.io.WorksetUpdateOutputCollector
 
wrap(int, int) - Method in class org.apache.flink.core.memory.MemorySegment
Wraps the chunk of the underlying memory located between offset and length in a NIO ByteBuffer.
wrap(int, int) - Method in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
 
wrap(int, int) - Method in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
Wraps the chunk of the underlying memory located between offset and length in a NIO ByteBuffer.
wrap(int, int) - Method in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
Wraps the chunk of the underlying memory located between offset and length in a NIO ByteBuffer.
wrapAsByteBuffer() - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
wrappedFunction - Variable in class org.apache.flink.api.java.operators.translation.WrappingFunction
 
wrapper - Variable in class org.apache.flink.core.memory.MemorySegment
Wrapper for I/O requests.
wrapper - Variable in class org.apache.flink.runtime.memorymanager.CheckedMemorySegment
Wrapper for I/O requests.
wrapper - Variable in class org.apache.flink.runtime.memorymanager.SimpleMemorySegment
Wrapper for I/O requests.
wrapper - Variable in class org.apache.flink.runtime.memorymanager.UnsafeMemorySegment
Wrapper for I/O requests.
WrappingFunction<T extends Function> - Class in org.apache.flink.api.java.operators.translation
 
WrappingFunction(T) - Constructor for class org.apache.flink.api.java.operators.translation.WrappingFunction
 
Writable - Interface in org.apache.hadoop.io
A serializable object which implements a simple, efficient, serialization protocol, based on DataInput and DataOutput.
WritableComparableWrapper<T extends org.apache.hadoop.io.WritableComparable<T>> - Class in org.apache.flink.hadoopcompatibility.mapred.record.datatypes
 
WritableComparableWrapper() - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.datatypes.WritableComparableWrapper
 
WritableComparableWrapper(T) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.datatypes.WritableComparableWrapper
 
WritableComparator<T extends Writable & Comparable<T>> - Class in org.apache.flink.api.java.typeutils.runtime
 
WritableComparator(boolean, Class<T>) - Constructor for class org.apache.flink.api.java.typeutils.runtime.WritableComparator
 
WritableSerializer<T extends Writable> - Class in org.apache.flink.api.java.typeutils.runtime
 
WritableSerializer(Class<T>) - Constructor for class org.apache.flink.api.java.typeutils.runtime.WritableSerializer
 
WritableTypeInfo<T extends Writable> - Class in org.apache.flink.api.java.typeutils
 
WritableTypeInfo(Class<T>) - Constructor for class org.apache.flink.api.java.typeutils.WritableTypeInfo
 
WritableWrapper<T extends Writable> - Class in org.apache.flink.hadoopcompatibility.mapred.record.datatypes
 
WritableWrapper() - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.datatypes.WritableWrapper
 
WritableWrapper(T) - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.datatypes.WritableWrapper
 
WritableWrapperConverter<K extends org.apache.hadoop.io.WritableComparable,V extends Writable> - Class in org.apache.flink.hadoopcompatibility.mapred.record.datatypes
 
WritableWrapperConverter() - Constructor for class org.apache.flink.hadoopcompatibility.mapred.record.datatypes.WritableWrapperConverter
 
write(DataOutputView) - Method in class org.apache.flink.api.common.accumulators.DoubleCounter
 
write(DataOutputView) - Method in class org.apache.flink.api.common.accumulators.Histogram
 
write(DataOutputView) - Method in class org.apache.flink.api.common.accumulators.IntCounter
 
write(DataOutputView) - Method in class org.apache.flink.api.common.accumulators.LongCounter
 
write(DataOutputView) - Method in class org.apache.flink.api.common.distributions.SimpleDistribution
 
write(DataOutputView) - Method in class org.apache.flink.api.common.distributions.SimpleIntegerDistribution
 
write(DataOutputView) - Method in class org.apache.flink.api.common.distributions.UniformDoubleDistribution
 
write(DataOutputView) - Method in class org.apache.flink.api.common.distributions.UniformIntegerDistribution
 
write(byte[]) - Method in class org.apache.flink.api.common.io.BinaryOutputFormat.BlockBasedOutput
 
write(byte[], int, int) - Method in class org.apache.flink.api.common.io.BinaryOutputFormat.BlockBasedOutput
 
write(int) - Method in class org.apache.flink.api.common.io.BinaryOutputFormat.BlockBasedOutput
 
write(DataOutputView) - Method in class org.apache.flink.api.common.io.BlockInfo
 
write(FileOutputFormat<T>, String) - Method in class org.apache.flink.api.java.DataSet
Writes a DataSet using a FileOutputFormat to a specified location.
write(FileOutputFormat<T>, String, FileSystem.WriteMode) - Method in class org.apache.flink.api.java.DataSet
Writes a DataSet using a FileOutputFormat to a specified location.
write(DataOutputView) - Method in class org.apache.flink.api.java.record.io.ExternalProcessInputSplit
 
write(int) - Method in class org.apache.flink.api.java.typeutils.runtime.DataOutputViewStream
 
write(byte[], int, int) - Method in class org.apache.flink.api.java.typeutils.runtime.DataOutputViewStream
 
write(DataOutputView) - Method in class org.apache.flink.configuration.Configuration
 
write(DataOutputView) - Method in class org.apache.flink.core.fs.FileInputSplit
 
write(int) - Method in class org.apache.flink.core.fs.local.LocalDataOutputStream
 
write(byte[], int, int) - Method in class org.apache.flink.core.fs.local.LocalDataOutputStream
 
write(DataOutputView) - Method in class org.apache.flink.core.fs.Path
 
write(DataOutputView) - Method in class org.apache.flink.core.io.GenericInputSplit
 
write(DataOutputView) - Method in interface org.apache.flink.core.io.IOReadableWritable
Writes the object's internal data to the given data output view.
write(DataOutputView) - Method in class org.apache.flink.core.io.LocatableInputSplit
 
write(DataOutputView) - Method in class org.apache.flink.core.io.StringRecord
 
write(DataInputView, int) - Method in interface org.apache.flink.core.memory.DataOutputView
Copies numBytes bytes from the source to this view.
write(int) - Method in class org.apache.flink.core.memory.DataOutputViewStream
 
write(byte[], int, int) - Method in class org.apache.flink.core.memory.DataOutputViewStream
 
write(DataInputView, int) - Method in class org.apache.flink.core.memory.OutputViewDataOutputStreamWrapper
 
write(int) - Method in class org.apache.flink.core.memory.OutputViewDataOutputStreamWrapper
 
write(byte[]) - Method in class org.apache.flink.core.memory.OutputViewDataOutputStreamWrapper
 
write(byte[], int, int) - Method in class org.apache.flink.core.memory.OutputViewDataOutputStreamWrapper
 
write(DataInputView, int) - Method in class org.apache.flink.core.memory.OutputViewObjectOutputStreamWrapper
 
write(int) - Method in class org.apache.flink.core.memory.OutputViewObjectOutputStreamWrapper
 
write(byte[]) - Method in class org.apache.flink.core.memory.OutputViewObjectOutputStreamWrapper
 
write(byte[], int, int) - Method in class org.apache.flink.core.memory.OutputViewObjectOutputStreamWrapper
 
write(DataOutputView) - Method in class org.apache.flink.examples.java.relational.EmptyFieldsCountAccumulator.VectorAccumulator
 
write(DataOutputView) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.datatypes.WritableWrapper
 
write(DataOutputView) - Method in class org.apache.flink.hadoopcompatibility.mapred.wrapper.HadoopInputSplit
 
write(DataOutputView) - Method in class org.apache.flink.hadoopcompatibility.mapreduce.wrapper.HadoopInputSplit
 
write(DataOutputView) - Method in class org.apache.flink.runtime.AbstractID
 
write(ByteBuffer) - Method in class org.apache.flink.runtime.AbstractID
 
write(DataOutputView) - Method in class org.apache.flink.runtime.accumulators.AccumulatorEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.blob.BlobKey
Writes the object's internal data to the given data output view.
write(DataOutputView) - Method in class org.apache.flink.runtime.client.AbstractJobResult
 
write(DataOutputView) - Method in class org.apache.flink.runtime.client.JobProgressResult
 
write(DataOutputView) - Method in class org.apache.flink.runtime.deployment.ChannelDeploymentDescriptor
 
write(DataOutputView) - Method in class org.apache.flink.runtime.deployment.GateDeploymentDescriptor
 
write(DataOutputView) - Method in class org.apache.flink.runtime.deployment.TaskDeploymentDescriptor
 
write(DataOutputView) - Method in class org.apache.flink.runtime.event.job.AbstractEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.event.job.ExecutionStateChangeEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.event.job.JobEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.event.job.RecentJobEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.event.job.VertexEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.event.task.IntegerTaskEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.event.task.StringTaskEvent
 
write(int) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedDataOutputStream
 
write(byte[], int, int) - Method in class org.apache.flink.runtime.fs.hdfs.DistributedDataOutputStream
 
write(int) - Method in class org.apache.flink.runtime.fs.s3.S3DataOutputStream
 
write(byte[], int, int) - Method in class org.apache.flink.runtime.fs.s3.S3DataOutputStream
 
write(byte[]) - Method in class org.apache.flink.runtime.fs.s3.S3DataOutputStream
 
write(DataOutputView) - Method in class org.apache.flink.runtime.instance.HardwareDescription
 
write(DataOutputView) - Method in class org.apache.flink.runtime.instance.InstanceConnectionInfo
 
write(DataOutputView) - Method in class org.apache.flink.runtime.io.network.channels.ChannelCloseEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.io.network.channels.EndOfSuperstepEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class org.apache.flink.runtime.io.network.netty.OutboundEnvelopeEncoder
 
write(DataOutputView) - Method in class org.apache.flink.runtime.io.network.RemoteReceiver
 
write(DataOutputView) - Method in class org.apache.flink.runtime.io.network.SenderHintEvent
 
write(int) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
write(byte[]) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
write(byte[], int, int) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
write(DataInputView, int) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
write(DataOutputView) - Method in class org.apache.flink.runtime.iterative.event.IterationEventWithAggregators
 
write(DataOutputView) - Method in class org.apache.flink.runtime.iterative.event.TerminationEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.iterative.event.WorkerDoneEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.jobgraph.JobGraph
 
write(int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
write(byte[]) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
write(byte[], int, int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
write(DataInputView, int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
write(int) - Method in class org.apache.flink.runtime.net.SocketOutputStream
 
write(byte[], int, int) - Method in class org.apache.flink.runtime.net.SocketOutputStream
 
write(ByteBuffer) - Method in class org.apache.flink.runtime.net.SocketOutputStream
 
write(T) - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
Writes a given record to this sort buffer.
write(T) - Method in interface org.apache.flink.runtime.operators.sort.InMemorySorter
Writes a given record to this sort buffer.
write(T) - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
Writes a given record to this sort buffer.
write(DataOutputView) - Method in class org.apache.flink.runtime.operators.util.TaskConfig.DelegatingConfiguration
 
write(DataOutputView) - Method in class org.apache.flink.runtime.plugable.DeserializationDelegate
 
write(DataOutputView) - Method in class org.apache.flink.runtime.plugable.SerializationDelegate
 
write(DataOutputView) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexProfilingData
 
write(DataOutputView) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalExecutionVertexThreadProfilingData
 
write(DataOutputView) - Method in class org.apache.flink.runtime.profiling.impl.types.InternalInstanceProfilingData
 
write(DataOutputView) - Method in class org.apache.flink.runtime.profiling.impl.types.ProfilingDataContainer
 
write(DataOutputView) - Method in class org.apache.flink.runtime.profiling.types.InstanceProfilingEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.profiling.types.ProfilingEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.profiling.types.SingleInstanceProfilingEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.profiling.types.ThreadProfilingEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.profiling.types.VertexProfilingEvent
 
write(DataOutputView) - Method in class org.apache.flink.runtime.taskmanager.TaskExecutionState
 
write(DataOutputView) - Method in class org.apache.flink.runtime.taskmanager.TaskOperationResult
 
write(DataOutputView) - Method in class org.apache.flink.runtime.types.FileRecord
 
write(DataOutputView) - Method in class org.apache.flink.runtime.types.IntegerRecord
 
write(DataOutputView) - Method in class org.apache.flink.runtime.util.SerializableArrayList
 
write(DataOutputView) - Method in class org.apache.flink.runtime.util.SerializableHashMap
 
write(DataOutputView) - Method in class org.apache.flink.runtime.util.SerializableHashSet
 
write(String, ArrayList<IN>) - Method in class org.apache.flink.streaming.api.function.sink.WriteFormat
Writes the contents of tupleList to the file specified by path.
write(String, ArrayList<IN>) - Method in class org.apache.flink.streaming.api.function.sink.WriteFormatAsCsv
 
write(String, ArrayList<IN>) - Method in class org.apache.flink.streaming.api.function.sink.WriteFormatAsText
 
write(DataOutputView) - Method in class org.apache.flink.streaming.api.streamrecord.UID
 
write(T) - Method in interface org.apache.flink.streaming.connectors.db.DBSerializer
 
write(T) - Method in class org.apache.flink.streaming.connectors.db.DefaultDBSerializer
 
write(DataOutputView) - Method in class org.apache.flink.types.BooleanValue
 
write(DataOutputView) - Method in class org.apache.flink.types.ByteValue
 
write(DataOutputView) - Method in class org.apache.flink.types.CharValue
 
write(DataOutputView) - Method in class org.apache.flink.types.DoubleValue
 
write(DataOutputView) - Method in class org.apache.flink.types.FloatValue
 
write(DataOutputView) - Method in class org.apache.flink.types.IntValue
 
write(DataOutputView) - Method in class org.apache.flink.types.ListValue
 
write(DataOutputView) - Method in class org.apache.flink.types.LongValue
 
write(DataOutputView) - Method in class org.apache.flink.types.MapValue
 
write(DataOutputView) - Method in class org.apache.flink.types.NullValue
 
write(DataOutputView) - Method in class org.apache.flink.types.Pair
 
write(DataOutputView) - Method in class org.apache.flink.types.Record
 
write(DataOutputView) - Method in class org.apache.flink.types.ShortValue
 
write(DataOutputView) - Method in class org.apache.flink.types.StringValue
 
write(DataOutput) - Method in interface org.apache.hadoop.io.Writable
Serialize the fields of this object to out.
WRITE_BUFFER_SIZE - Static variable in class org.apache.flink.api.java.record.io.DelimitedOutputFormat
The configuration key for the entry that defines the write-buffer size.
writeArrayEnd() - Method in class org.apache.flink.api.avro.DataOutputEncoder
 
writeArrayEnd() - Method in class org.apache.flink.api.java.typeutils.runtime.DataOutputEncoder
 
writeArrayStart() - Method in class org.apache.flink.api.avro.DataOutputEncoder
 
writeArrayStart() - Method in class org.apache.flink.api.java.typeutils.runtime.DataOutputEncoder
 
writeAsCsv(String) - Method in class org.apache.flink.api.java.DataSet
Writes a Tuple DataSet as a CSV file to the specified location.
Note: Only a Tuple DataSet can written as a CSV file.
For each Tuple field the result of Object.toString() is written.
writeAsCsv(String, FileSystem.WriteMode) - Method in class org.apache.flink.api.java.DataSet
Writes a Tuple DataSet as a CSV file to the specified location.
Note: Only a Tuple DataSet can written as a CSV file.
For each Tuple field the result of Object.toString() is written.
writeAsCsv(String, String, String) - Method in class org.apache.flink.api.java.DataSet
Writes a Tuple DataSet as a CSV file to the specified location with the specified field and line delimiters.
Note: Only a Tuple DataSet can written as a CSV file.
For each Tuple field the result of Object.toString() is written.
writeAsCsv(String, String, String, FileSystem.WriteMode) - Method in class org.apache.flink.api.java.DataSet
Writes a Tuple DataSet as a CSV file to the specified location with the specified field and line delimiters.
Note: Only a Tuple DataSet can written as a CSV file.
For each Tuple field the result of Object.toString() is written.
writeAsCsv(String) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Writes a DataStream to the file specified by path in text format.
writeAsCsv(String, long) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Writes a DataStream to the file specified by path in text format.
writeAsCsv(String, int) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Writes a DataStream to the file specified by path in text format.
writeAsCsv(String, long, OUT) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Writes a DataStream to the file specified by path in text format.
writeAsCsv(String, int, OUT) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Writes a DataStream to the file specified by path in text format.
writeAsFormattedText(String, TextOutputFormat.TextFormatter<T>) - Method in class org.apache.flink.api.java.DataSet
Writes a DataSet as a text file to the specified location.
For each element of the DataSet the result of TextOutputFormat.TextFormatter.format(Object) is written.
writeAsFormattedText(String, FileSystem.WriteMode, TextOutputFormat.TextFormatter<T>) - Method in class org.apache.flink.api.java.DataSet
Writes a DataSet as a text file to the specified location.
For each element of the DataSet the result of TextOutputFormat.TextFormatter.format(Object) is written.
writeAsText(String) - Method in class org.apache.flink.api.java.DataSet
Writes a DataSet as a text file to the specified location.
For each element of the DataSet the result of Object.toString() is written.
writeAsText(String, FileSystem.WriteMode) - Method in class org.apache.flink.api.java.DataSet
Writes a DataSet as a text file to the specified location.
For each element of the DataSet the result of Object.toString() is written.
writeAsText(String) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Writes a DataStream to the file specified by path in text format.
writeAsText(String, long) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Writes a DataStream to the file specified by path in text format.
writeAsText(String, int) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Writes a DataStream to the file specified by path in text format.
writeAsText(String, long, OUT) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Writes a DataStream to the file specified by path in text format.
writeAsText(String, int, OUT) - Method in class org.apache.flink.streaming.api.datastream.DataStream
Writes a DataStream to the file specified by path in text format.
writeBack(BT) - Method in class org.apache.flink.runtime.operators.hash.MutableHashTable.HashBucketIterator
 
writeBehindBuffers - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
The queue of buffers that can be used for write-behind.
writeBehindBuffersAvailable - Variable in class org.apache.flink.runtime.operators.hash.MutableHashTable
The number of buffers in the write behind queue that are actually not write behind buffers, but regular buffers that only have not yet returned.
writeBlock(MemorySegment) - Method in class org.apache.flink.runtime.io.disk.iomanager.BlockChannelWriter
Issues a asynchronous write request to the writer.
writeBoolean(boolean) - Method in class org.apache.flink.api.avro.DataOutputEncoder
 
writeBoolean(boolean) - Method in class org.apache.flink.api.java.typeutils.runtime.DataOutputEncoder
 
writeBoolean(boolean) - Method in class org.apache.flink.core.memory.OutputViewDataOutputStreamWrapper
 
writeBoolean(boolean) - Method in class org.apache.flink.core.memory.OutputViewObjectOutputStreamWrapper
 
writeBoolean(boolean) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
writeBoolean(boolean) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
writeBufferSize(int) - Method in class org.apache.flink.api.java.record.io.DelimitedOutputFormat.AbstractConfigBuilder
Sets the size of the write buffer.
writeByte(int) - Method in class org.apache.flink.core.memory.OutputViewDataOutputStreamWrapper
 
writeByte(int) - Method in class org.apache.flink.core.memory.OutputViewObjectOutputStreamWrapper
 
writeByte(int) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
writeByte(int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
writeBytes(byte[], int, int) - Method in class org.apache.flink.api.avro.DataOutputEncoder
 
writeBytes(ByteBuffer) - Method in class org.apache.flink.api.avro.DataOutputEncoder
 
writeBytes(byte[], int, int) - Method in class org.apache.flink.api.java.typeutils.runtime.DataOutputEncoder
 
writeBytes(ByteBuffer) - Method in class org.apache.flink.api.java.typeutils.runtime.DataOutputEncoder
 
writeBytes(String) - Method in class org.apache.flink.core.memory.OutputViewDataOutputStreamWrapper
 
writeBytes(String) - Method in class org.apache.flink.core.memory.OutputViewObjectOutputStreamWrapper
 
writeBytes(String) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
writeBytes(String) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
writeChar(int) - Method in class org.apache.flink.core.memory.OutputViewDataOutputStreamWrapper
 
writeChar(int) - Method in class org.apache.flink.core.memory.OutputViewObjectOutputStreamWrapper
 
writeChar(int) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
writeChar(int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
writeChars(String) - Method in class org.apache.flink.core.memory.OutputViewDataOutputStreamWrapper
 
writeChars(String) - Method in class org.apache.flink.core.memory.OutputViewObjectOutputStreamWrapper
 
writeChars(String) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
writeChars(String) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
writeDouble(double) - Method in class org.apache.flink.api.avro.DataOutputEncoder
 
writeDouble(double) - Method in class org.apache.flink.api.java.typeutils.runtime.DataOutputEncoder
 
writeDouble(double) - Method in class org.apache.flink.core.memory.OutputViewDataOutputStreamWrapper
 
writeDouble(double) - Method in class org.apache.flink.core.memory.OutputViewObjectOutputStreamWrapper
 
writeDouble(double) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
writeDouble(double) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
writeEnum(int) - Method in class org.apache.flink.api.avro.DataOutputEncoder
 
writeEnum(int) - Method in class org.apache.flink.api.java.typeutils.runtime.DataOutputEncoder
 
writeEnum(DataOutput, Enum<?>) - Static method in class org.apache.flink.runtime.util.EnumUtils
Writes a value of an enumeration to the given output stream.
writeFileInfoToConfig(String, DistributedCache.DistributedCacheEntry, Configuration) - Static method in class org.apache.flink.api.common.cache.DistributedCache
 
writeFixed(byte[], int, int) - Method in class org.apache.flink.api.avro.DataOutputEncoder
 
writeFixed(byte[], int, int) - Method in class org.apache.flink.api.java.typeutils.runtime.DataOutputEncoder
 
writeFloat(float) - Method in class org.apache.flink.api.avro.DataOutputEncoder
 
writeFloat(float) - Method in class org.apache.flink.api.java.typeutils.runtime.DataOutputEncoder
 
writeFloat(float) - Method in class org.apache.flink.core.memory.OutputViewDataOutputStreamWrapper
 
writeFloat(float) - Method in class org.apache.flink.core.memory.OutputViewObjectOutputStreamWrapper
 
writeFloat(float) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
writeFloat(float) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
WriteFormat<IN> - Class in org.apache.flink.streaming.api.function.sink
Abstract class for formatting the output of the writeAsText and writeAsCsv functions.
WriteFormat() - Constructor for class org.apache.flink.streaming.api.function.sink.WriteFormat
 
WriteFormatAsCsv<IN> - Class in org.apache.flink.streaming.api.function.sink
Writes tuples in csv format.
WriteFormatAsCsv() - Constructor for class org.apache.flink.streaming.api.function.sink.WriteFormatAsCsv
 
WriteFormatAsText<IN> - Class in org.apache.flink.streaming.api.function.sink
Writes tuples in text format.
WriteFormatAsText() - Constructor for class org.apache.flink.streaming.api.function.sink.WriteFormatAsText
 
writeIndex(int) - Method in class org.apache.flink.api.avro.DataOutputEncoder
 
writeIndex(int) - Method in class org.apache.flink.api.java.typeutils.runtime.DataOutputEncoder
 
writeInt(int) - Method in class org.apache.flink.api.avro.DataOutputEncoder
 
writeInt(int) - Method in class org.apache.flink.api.java.typeutils.runtime.DataOutputEncoder
 
writeInt(int) - Method in class org.apache.flink.core.memory.OutputViewDataOutputStreamWrapper
 
writeInt(int) - Method in class org.apache.flink.core.memory.OutputViewObjectOutputStreamWrapper
 
writeInt(int) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
writeInt(int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
writeLong(long) - Method in class org.apache.flink.api.avro.DataOutputEncoder
 
writeLong(long) - Method in class org.apache.flink.api.java.typeutils.runtime.DataOutputEncoder
 
writeLong(long) - Method in class org.apache.flink.core.memory.OutputViewDataOutputStreamWrapper
 
writeLong(long) - Method in class org.apache.flink.core.memory.OutputViewObjectOutputStreamWrapper
 
writeLong(long) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
writeLong(long) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
writeMapEnd() - Method in class org.apache.flink.api.avro.DataOutputEncoder
 
writeMapEnd() - Method in class org.apache.flink.api.java.typeutils.runtime.DataOutputEncoder
 
writeMapStart() - Method in class org.apache.flink.api.avro.DataOutputEncoder
 
writeMapStart() - Method in class org.apache.flink.api.java.typeutils.runtime.DataOutputEncoder
 
writeMemory - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger.SpillingThread
 
writeMemory - Variable in class org.apache.flink.runtime.operators.sort.UnilateralSortMerger
The memory segments used to stage data to be written.
writeNull() - Method in class org.apache.flink.api.avro.DataOutputEncoder
 
writeNull() - Method in class org.apache.flink.api.java.typeutils.runtime.DataOutputEncoder
 
writeNullableString(String, DataOutputView) - Static method in class org.apache.flink.util.StringUtils
Writes a String to the given output.
writeObjectToConfig(Object, Configuration, String) - Static method in class org.apache.flink.util.InstantiationUtil
 
writeParametersToConfig(Configuration) - Method in class org.apache.flink.api.common.typeutils.record.RecordComparatorFactory
 
writeParametersToConfig(Configuration) - Method in class org.apache.flink.api.common.typeutils.record.RecordSerializerFactory
 
writeParametersToConfig(Configuration) - Method in interface org.apache.flink.api.common.typeutils.TypeComparatorFactory
 
writeParametersToConfig(Configuration) - Method in interface org.apache.flink.api.common.typeutils.TypeSerializerFactory
 
writeParametersToConfig(Configuration) - Method in class org.apache.flink.api.java.typeutils.runtime.RuntimeComparatorFactory
 
writeParametersToConfig(Configuration) - Method in class org.apache.flink.api.java.typeutils.runtime.RuntimeStatefulSerializerFactory
 
writeParametersToConfig(Configuration) - Method in class org.apache.flink.api.java.typeutils.runtime.RuntimeStatelessSerializerFactory
 
writeRecord(T) - Method in class org.apache.flink.api.common.io.BinaryOutputFormat
 
writeRecord(IT) - Method in interface org.apache.flink.api.common.io.OutputFormat
Adds a record to the output.
writeRecord(E) - Method in class org.apache.flink.api.java.io.AvroOutputFormat
 
writeRecord(T) - Method in class org.apache.flink.api.java.io.CsvOutputFormat
 
writeRecord(T) - Method in class org.apache.flink.api.java.io.DiscardingOuputFormat
 
writeRecord(T) - Method in class org.apache.flink.api.java.io.DiscardingOutputFormat
 
writeRecord(OUT) - Method in class org.apache.flink.api.java.io.jdbc.JDBCOutputFormat
Adds a record to the prepared statement.
writeRecord(T) - Method in class org.apache.flink.api.java.io.LocalCollectionOutputFormat
 
writeRecord(T) - Method in class org.apache.flink.api.java.io.PrintingOutputFormat
 
writeRecord(T) - Method in class org.apache.flink.api.java.io.RemoteCollectorOutputFormat
This method forwards records simply to the remote's RemoteCollector implementation
writeRecord(T) - Method in class org.apache.flink.api.java.io.TextOutputFormat
 
writeRecord(Record) - Method in class org.apache.flink.api.java.record.io.CsvOutputFormat
 
writeRecord(Record) - Method in class org.apache.flink.api.java.record.io.DelimitedOutputFormat
 
writeRecord(Record) - Method in class org.apache.flink.api.java.record.io.jdbc.JDBCOutputFormat
Adds a record to the prepared statement.
writeRecord(T) - Method in class org.apache.flink.api.scala.operators.ScalaCsvOutputFormat
 
writeRecord(Tuple2<K, V>) - Method in class org.apache.flink.hadoopcompatibility.mapred.HadoopOutputFormat
 
writeRecord(Record) - Method in class org.apache.flink.hadoopcompatibility.mapred.record.HadoopRecordOutputFormat
 
writeRecord(Tuple2<K, V>) - Method in class org.apache.flink.hadoopcompatibility.mapreduce.HadoopOutputFormat
 
writers - Variable in class org.apache.flink.runtime.operators.shipping.OutputCollector
 
writers - Variable in class org.apache.flink.runtime.operators.shipping.RecordOutputCollector
 
writeShort(int) - Method in class org.apache.flink.core.memory.OutputViewDataOutputStreamWrapper
 
writeShort(int) - Method in class org.apache.flink.core.memory.OutputViewObjectOutputStreamWrapper
 
writeShort(int) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
writeShort(int) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
WriteSinkFunction<IN> - Class in org.apache.flink.streaming.api.function.sink
Simple implementation of the SinkFunction writing tuples as simple text to the file specified by path.
WriteSinkFunction(String, WriteFormat<IN>, IN) - Constructor for class org.apache.flink.streaming.api.function.sink.WriteSinkFunction
 
WriteSinkFunctionByBatches<IN> - Class in org.apache.flink.streaming.api.function.sink
Implementation of WriteSinkFunction.
WriteSinkFunctionByBatches(String, WriteFormat<IN>, int, IN) - Constructor for class org.apache.flink.streaming.api.function.sink.WriteSinkFunctionByBatches
 
WriteSinkFunctionByMillis<IN> - Class in org.apache.flink.streaming.api.function.sink
Implementation of WriteSinkFunction.
WriteSinkFunctionByMillis(String, WriteFormat<IN>, long, IN) - Constructor for class org.apache.flink.streaming.api.function.sink.WriteSinkFunctionByMillis
 
writeString(String) - Method in class org.apache.flink.api.avro.DataOutputEncoder
 
writeString(Utf8) - Method in class org.apache.flink.api.avro.DataOutputEncoder
 
writeString(String) - Method in class org.apache.flink.api.java.typeutils.runtime.DataOutputEncoder
 
writeString(Utf8) - Method in class org.apache.flink.api.java.typeutils.runtime.DataOutputEncoder
 
writeString(DataOutput, String) - Static method in class org.apache.flink.core.io.StringRecord
Write a UTF8 encoded string to out
writeString(CharSequence, DataOutput) - Static method in class org.apache.flink.types.StringValue
 
writeTo(ByteBuf) - Method in class org.apache.flink.runtime.AbstractID
 
writeToOutput(ChannelWriterOutputView) - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
Writes the records in this buffer in their logical order to the given output.
writeToOutput(ChannelWriterOutputView, int, int) - Method in class org.apache.flink.runtime.operators.sort.FixedLengthRecordSorter
Writes a subset of the records in this buffer in their logical order to the given output.
writeToOutput(ChannelWriterOutputView) - Method in interface org.apache.flink.runtime.operators.sort.InMemorySorter
Writes the records in this buffer in their logical order to the given output.
writeToOutput(ChannelWriterOutputView, int, int) - Method in interface org.apache.flink.runtime.operators.sort.InMemorySorter
Writes a subset of the records in this buffer in their logical order to the given output.
writeToOutput(ChannelWriterOutputView) - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
Writes the records in this buffer in their logical order to the given output.
writeToOutput(ChannelWriterOutputView, int, int) - Method in class org.apache.flink.runtime.operators.sort.NormalizedKeySorter
Writes a subset of the records in this buffer in their logical order to the given output.
writeUTF(String) - Method in class org.apache.flink.core.memory.OutputViewDataOutputStreamWrapper
 
writeUTF(String) - Method in class org.apache.flink.core.memory.OutputViewObjectOutputStreamWrapper
 
writeUTF(String) - Method in class org.apache.flink.runtime.io.network.serialization.DataOutputSerializer
 
writeUTF(String) - Method in class org.apache.flink.runtime.memorymanager.AbstractPagedOutputView
 
writeVarLongCount(DataOutput, long) - Static method in class org.apache.flink.api.avro.DataOutputEncoder
 
writeVarLongCount(DataOutput, long) - Static method in class org.apache.flink.api.java.typeutils.runtime.DataOutputEncoder
 
writeWithKeyNormalization(T, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.base.BasicTypeComparator
 
writeWithKeyNormalization(Record, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.record.RecordComparator
 
writeWithKeyNormalization(T, DataOutputView) - Method in class org.apache.flink.api.common.typeutils.TypeComparator
Writes the record in such a fashion that all keys are normalizing and at the beginning of the serialized data.
writeWithKeyNormalization(T, DataOutputView) - Method in class org.apache.flink.api.java.typeutils.runtime.CopyableValueComparator
 
writeWithKeyNormalization(T, DataOutputView) - Method in class org.apache.flink.api.java.typeutils.runtime.GenericTypeComparator
 
writeWithKeyNormalization(T, DataOutputView) - Method in class org.apache.flink.api.java.typeutils.runtime.PojoComparator
 
writeWithKeyNormalization(T, DataOutputView) - Method in class org.apache.flink.api.java.typeutils.runtime.TupleComparatorBase
 
writeWithKeyNormalization(T, DataOutputView) - Method in class org.apache.flink.api.java.typeutils.runtime.ValueComparator
 
writeWithKeyNormalization(T, DataOutputView) - Method in class org.apache.flink.api.java.typeutils.runtime.WritableComparator
 

X

x - Variable in class org.apache.flink.examples.java.clustering.KMeans.Point
 
x - Variable in class org.apache.flink.examples.java.ml.LinearRegression.Data
 

Y

y - Variable in class org.apache.flink.examples.java.clustering.KMeans.Point
 
y - Variable in class org.apache.flink.examples.java.ml.LinearRegression.Data
 
YARN_AM_PRC_PORT - Static variable in class org.apache.flink.configuration.ConfigConstants
 
YARN_DYNAMIC_PROPERTIES_SEPARATOR - Static variable in class org.apache.flink.client.CliFrontend
 
YARN_PROPERTIES_DOP - Static variable in class org.apache.flink.client.CliFrontend
 
YARN_PROPERTIES_DYNAMIC_PROPERTIES_STRING - Static variable in class org.apache.flink.client.CliFrontend
 
YARN_PROPERTIES_FILE - Static variable in class org.apache.flink.client.CliFrontend
YARN-session related constants
YARN_PROPERTIES_JOBMANAGER_KEY - Static variable in class org.apache.flink.client.CliFrontend
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.